@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	zoom:1;
	background-color: #591869;
	background-image: url(../images/reworkHbg.png);
	background-repeat: repeat-x;
}
#container {
	width: 860px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#textarea {
	background-color:#FFFFFF;
	width:860px;
	margin:0;
	padding:0;
}
#homeContainer {
	width: 860px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF; 
	height: 70px;
	padding: 0px;
	margin: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	color: #90278e;
	font-family: "Times New Roman", Times, serif;
}
.homeTag {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #90278e;
	font-family: "Times New Roman", Times, serif;
}

#header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #81136d;
}
#homeContent {
	margin: 0;
	padding: 0;
}
.homeQuote1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0;
}
.homeQuote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #00FFFF;
	padding: 0 0 12px 16px;
	margin: 0;
	font-style: italic;
}
a.quotelink {
	font-size:11px;
 	color:#00ffff;
	text-decoration:none;
	}
a.quotelink:hover, a.quotelink:visited:hover {
	font-size:11px;
	color:#00ffff;
	outline:none;
	text-decoration:underline;
}

#homeFooter {
	padding: 8px 16px;
}
#homeFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 9px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
	letter-spacing: 0.03em;
}
.cyanBold {
	font-weight: bold;
	color: #00FFFF;
	letter-spacing: .04em;
}
.whiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.orangeOnPurpleBold {
	font-size: 13px;
	line-height: 19px;
	color: #ffa217;
	font-weight: bold;
}

#level2nav {
	padding: 8px 0;
	margin:0;
	height: 99px;
	width:860px;
	}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 144px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 14px;
	clear: none;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #7f1e7c;
	margin: 0;
	padding: 0;
}
#sidebar sup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 20px;
	font-weight: bold;
	color: #7f1e7c;
	margin: 0;
	padding: 0;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #7f1e7c;
	font-style: italic;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 25px;
	color: #004b8d;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	color: #e31937;
	font-size: 22px;
	line-height: 23px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
	width: 570px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#mainContent blockquote {
	width: 480px;
	font-size: 12px;
	font-style: italic;
	line-height: 23px;
	color: #7f1e7c;
}
#mainContent p {
	font-size: 12px;
	line-height: 23px;
	width: 570px;
}
#mainContent td {
	font-size: 12px;
	line-height: 23px;
}
.bigOrangeSerif {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #f68932;
	line-height: 36px;
}
.MedRedSerif {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #e31937;
}
.medOrangeSerif {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #f68932;
}
.bigSuperBlue {
	font-size: 12px;
	color: #0090cd;
	font-weight: bold;
}
.blueBold{
	color: #004b8d;
	font-weight:bold;
}
.purpleBold{
	color: #7f1e7c;
	font-weight:bold;
}
.smallGrey {
	font-size: 11px;
	color: #999999;
}
.bigScoreBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #f68932;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 0;
}
#indentBox {
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 520px;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	color: #0090cd;
	font-weight: normal;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #7F1E7C;
	font-weight: normal;
	padding: 0px;
	margin-top: -13px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: right;
}
#sidebar h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #0090cd;
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#mainContent h1.bln {
	color:#59197d;
}
a.blueLink {
 	color:#0090cd;
	text-decoration:none;
	outline:none;
	}
a.blueLink:hover, a.blueLink:visited:hover {
	color:#f68932;
	outline:none;
	text-decoration:underline;
}
a.orangeLink {
 	color:#f68932;
	text-decoration:none;
	outline:none;
	}
a.orangeLink:hover, a.orangeLink:visited:hover {
	color:#0090cd;
	outline:none;
	text-decoration:underline;
}
a.greyLink {
 	color:#999999;
	text-decoration:none;
	outline:none;
	}
a.greyLink:hover, a.greyLink:visited:hover {
	color:#7F1E7C;
	outline:none;
	text-decoration:underline;
}
a.purpleLink {
 	color:#7F1E7C;
	text-decoration:none;
	outline:none;
	}
a.purpleLink:hover, a.purpleLink:visited:hover {
	color:#004b8d;
	outline:none;
	text-decoration:underline;
}
a.purpleLinkU {
 	color:#7F1E7C;
	text-decoration:underline;
	outline:none;
	}
a.purpleLinkU:hover, a.purpleLinkU:visited:hover {
	color:#004b8d;
	outline:none;
	text-decoration:underline;
}
#mainContent {
	border-left: solid #DFDFDF 1px;
	width: 642px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 24px;
}


#footer {
	clear: both;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:860px;
	height:82px;
}
#footer p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8E8E8;
	font-weight: bold;
	padding: 8px;
}
.homeCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.padMeNot {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-image: url(../images/bulletOrange.gif);
	list-style-position: outside;
	color: #F68A32;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin-top: 6px;
}
.blueBoldSerif {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #004b8d;
	font-size: 14px;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #803592;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 570px;
}
#mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004b8d;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	color: #000000;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 0px;
}
#mainContent  ol li {
	font-weight: bold;
	color: #004B8D;
	font-size: 12px;
	line-height: 23px;
	margin-right: 40px;
}
.normaLi {
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	color: #000000;
}
#sidebar ul {
	color: #00FFFF;
	list-style-type: disc;
	list-style-image: none;
	font-weight: bold;
	padding-left: 12px;
}
#sidebar li {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #004B8D;
}
.footYou {
	background-image: url(../images/bannerYou.jpg);
	background-repeat: no-repeat;
}
.footService {
	background-image: url(../images/bannerService.jpg);
	background-repeat: no-repeat;
}
.footBLN {
	background-image: url(../images/footerBLN.jpg);
	background-repeat: no-repeat;
}
.footResults {
	background-image: url(../images/bannerResults.jpg);
	background-repeat: no-repeat;
}
.footMe {
	background-image: url(../images/bannerMe.jpg);
	background-repeat: no-repeat;
}
.portrait {
	float: left;
	width: 130px;
	margin-right: 8px;
	margin-bottom: 4px;
}
.footContact {
	background-image: url(../images/bannerContact.jpg);
	background-repeat: no-repeat;
}
.storyButton {
	float: left;
	width: 73px;
	clear: none;
}
#mainContent hr {
	color: #cfd1d6;
	text-decoration: none;
}
#greyline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFD1D6;
	width: 580px;
	height: 1px;
}
.smallSuper {
	font-size: 18px;
	color: #4F6B8C;
	font-weight: normal;
}
.zeroBmargin {
	margin-bottom: -15px;
	padding-bottom: 0px;
}
.zeroTmargin {
	margin-top: -15px;
	padding-top: -10px;
}
