@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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* thrColFixHdr */
.thrColFixHdr #container {
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	margin: 0px;
	padding: 0;
	background-position: top;
} 
/* topMenu */
.topMenu {
	background-color: #CCCCCC;
	height: 19px;
	width: 954px;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2e3191;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px;
}
.topMenu a:link {
	color: #000000;
	text-decoration: none;
}
.topMenu a:visited {
	color: #000000;
	text-decoration: none;
}
.topMenu a:hover {
	color: #2E3192;
	text-decoration: underline;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 114px;
	padding: 0px;
	margin-top: 0px;
	background-color: #e6e6e6;
}
.thrColFixHdr #sidebar1 H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
/* sidebar2 */
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 298px;
	padding: 0px;
	margin-right: 50px;
	margin-top: 20px;
	background-image: url(images/right_news_box_bg.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
}
.thrColFixHdr #sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 5px;
}
.thrColFixHdr #sidebar2 H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	font-weight: bold;
}
.thrColFixHdr #mainContentHomepage {
	margin-right: 380px;
	margin-bottom: 0;
	margin-left: 120px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.thrColFixHdr #mainContentHomepage h1 {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FE9900;
}
.thrColFixHdr #mainContentHomepage h2 {
	font-size: 12pt;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2E3191;
}
.thrColFixHdr #mainContent {
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 120px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.thrColFixHdr #mainContent h1 {
	padding-top:0;
	line-height:0;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FE9900;
}
.thrColFixHdr #mainContent h2 {
	margin-top:0;
	padding-top:0;
	line-height:0;
	font-size: 12pt;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2E3191;
}
.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cccccc;
	margin: 0px;
	height: 19px;
} 
.thrColFixHdr #footer 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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 19px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #2E3192;
	text-decoration: underline;
}
.leftSearchbar {
	background-color: #2e3191;
	padding-top: 0pt;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: left;
	background-image: url(images/left_menu_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.leftSearchbar p {
	color: #FFFFFF;
	text-align: left;
	font-size: 8pt;
}
.leftSearchbar a:link {
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	text-decoration: none;
}
.leftSearchbar a:visited {
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	text-decoration: none;
}
.leftSearchbar a:hover {
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	text-decoration: underline;
}
.inputdropdown {
	font-size: 8pt;
}
.leftSubmenu {
	color: #000000;
	text-align: left;
	font-size: 8pt;
	height: 200px;
	background-color: #e6e6e6;
	background-image: url(images/left_submenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
.roundcontMale {
	width: 100%;
	background-color: #2e3191;
	color: #ffffff;
}
.roundcontFemale {
	width: 100%;
	background-color: #FF33CC;
/* was #9900CC */
	color: #ffffff;
}
.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 11px;
   height: 14px;
   border: none;
   display: block !important;
}
.smallresultstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align:center;
	color: #ffffff;
}
.resultstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
	color: #ffffff;
}
.resultspic {
	text-align: center;
}
.resultstext a:link {
	color: #ffffff;
	text-decoration: none;
}
.resultstext a:visited {
	color: #ffffff;
	text-decoration: none;
}
.resultstext a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.smallresultstext a:link {
	color: #ffffff;
	text-decoration: none;
}
.smallresultstext a:visited {
	color: #ffffff;
	text-decoration: none;
}
.smallresultstext a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.voicetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
}
.voicetext a:link {
	color: #ff9900;
	text-decoration: none;
}
.voicetext a:visited {
	color: #ff9900;
	text-decoration: none;
}
.voicetext a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.voicetextheading {
	color:#2E3191;
}