/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #EBCBFB;
	color: #740B9C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
}
#header {
	color: #740B9C;
	padding-left: 0px;
}
#header h1 {
	padding-left: 20px;
}
#tagline {
	font-weight: bold;
	background-color: transparent;
	color: #740B9C;
	font-style: italic;
	margin: 0;
	width: 600px;
	font-size: 120%;
	padding-left: 40px;
	padding-bottom: 10px;
}
#main3 {
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-image: url(images/transparent.gif);
}

#main {
  width: 100%;
  margin-top: 10px;
  background-image: url(images/sidebarbg.jpg);
  background-position: bottom right;
  background-repeat: repeat-y;
}
#content {
	margin: 0 250px 0 190px;
	background-color: #EBCBFB;
	color: #740B9C;
	padding: 0 1em 0 1em;
	background-image: url(images/contentBg.jpg);
	background-repeat: repeat-y;
}
#contentLength {
	float: left;
}

#content h2 {
	color: #740B9C;
	font-size: 130%;
	font-weight: bold;
	background-color: #EBCBFB;
}
#content h3 {
	color: #740B9C;
	font-size:110%;
	font-weight:bold;
}
#content li {
	line-height: 1.5em;
	list-style-type: circle;
}
#content li p {
	padding-left: 12px;
}




#main2 {
	margin-top: 0px;
	background-position: top left;
	background-repeat: repeat-y;
	background-image: url(images/leftbarBg.jpg);
}
#sidebar {
	float: right;
	width: 250px;
	background-color: #740B9C;
	color: white;
	margin: 0;
	padding: 0px;
}
#sidebar .inner {
	padding: 10px;
}
#sidebar .inner img {
	padding-left: 40px;
	padding-bottom: 8px;
}

#sidebar a:link , #sidebar a:visited {
	color: white;
}
#sidebar h4 {
	font-size: 110%;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: normal;
	background-color: #EBCBFB;
	color: #740B9C;
}

#sidebar2 {
	float: left;
	width: 180px;
	color: white;
	margin: 0;
	padding-top: 10px;
	padding-left: 5px;
}
#sidebar2 a {
	display: block;
}

#sidebar2 a:link, #sidebar2 a:visited {
	color: white;
	text-decoration: none;
}

#sidebar2 ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#sidebar2 li {
	font-weight: bold;
	line-height: 2em;
}
#sidebar2 a.highlight {
	background:url(images/new.gif) no-repeat center center;
}


#clearone {
	clear: both;
	height: 1px;
}
.clearboth {
	clear: both;
}

/*----------------------------------------------
		FOOTER
-------------------------------------------------*/
#footer						{width: 100%; border-top: 1px solid #b9d2e3; clear: both; font-size: 80%;}
#footer ul					{margin: 0;	padding:12px 0; text-align: center;}
#footer ul li				{list-style-image: none; list-style-type: none; 	margin: 0; padding: 0 50px; display: inline; color:#256290;}
#footer a,
#footer a:visited			{color: #256290; text-decoration: none; border-bottom: 1px dotted #256290; }
#footer a:hover				{color:#740B9C; border-bottom:#740B9C 1px solid;}

/*----------------------------------------------
		MISCELLANEOUS
-------------------------------------------------*/
.rightAlign {
	text-align: right;
}
.important {
	font-weight: bold;
}


#floatLeft {
	float: left;
	margin: 0 0.6em 0 0;
	padding: 0 0.6em 0 0;
}
.floatLeft {
	float: left;
	margin-left: 6px;
	padding-left: 6px;
}

#answers a {
	font-weight: bold;
}
#answers a.external {font-weight:normal;}
#questions li {
}
.floatRight {
	float: right;
	margin: 5px;
}

#questions a:link, #questions a:visited {
	color: #740B9C;
}

.BackToTop {
	font-size: small;
	text-align: right;
	list-style:none;
}
#content ul.BackToTop li {
	list-style:none;
}
#BackToTop a:link, #BackToTop a:visited {
	color: #740B9C;
}
#courtesyImage {
	float: right;
	border: 1px solid #000000;
	margin: 3px;
	text-align: center;
}
.small		{font-size:80%;}
.extrasmall {
	font-size: 60%;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.reducedspacing {
	margin: 0;
	padding: 0;
}



#downloadList {
}
#downloadList p {
	margin-left: 30px;
	padding-left: 60px;
	background-image: url(images/pdficon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 35px;
}

#GetAcrobat img {
	border: none;
	margin-left: 30px;
}
.external {
	background-image: url(images/externalLink.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	font-weight:normal;
}
.hiddentext {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	display: none;
}

