/* main.css */
/* ------------------------------------------------------------------------ */
/* Standard HTML tags 
--------------------------------------------------------------------------- */

/* ---------------------- */
/* Body
------------------------- */
.blueTxt, SPAN .blueTxt, BODY .blueTxt, P .blueTxt, DIV .blueTxt, * .blueTxt {
color:#000099 !important;	
	}

body {
	margin: 0 auto 25px auto;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}

/* ---------------------- */
/* Default Paragraph
------------------------- */

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

/* ---------------------- */
/* Default Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* ---------------------- */
/* Default Tables
------------------------- */

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 5px 0;
}

th {
	text-align: left;
}

/* ---------------------- */
/* Hard Return
------------------------- */

hr {
	color: #cec4c4;
	background-color: #cec4c4;
	height: 1px;
}

/* ---------------------- */
/* Default Links
------------------------- */

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: none;
}

/* ----------------------------------------------- */
/* Lists
-------------------------------------------------- */

ul,
ol {
	margin: 15px 0 10px 20px;
}

ul li,
ol li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

/* ----------------------------------------------- */
/* Special
-------------------------------------------------- */

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

/* ----------------------------------------------- */
/* Push a <div>, an image, table, or other object to one side or the other. Creates a text-wrap.
-------------------------------------------------- */

.pushLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.pushRight {
	float: right;
	margin: 5px 0 10px 10px;
}

/* ----------------------------------------------- */
/* Image Caption
-------------------------------------------------- */

.imageCaption {
	color: #000000;
	font-size: 10px;
}

/* ----------------------------------------------- */
/* Text
-------------------------------------------------- */

.smallText {
	font-size: 10px;
}

.hot {
	color: #990000;
}

.callout {
	margin: 0 auto 20px auto;
	width: 800px;
	color: #082131;
	font-weight: bold;
	background: #b3c3d4;
	padding: 15px;
	border: 3px double #b3c3d4;
}

/* ------------------------------------------------------------------------ */
/* START Container
--------------------------------------------------------------------------- */

.container {
	margin: 0 auto;
	width: 924px;
}

/* ---------------------- */
/* END Container
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Default Headers
--------------------------------------------------------------------------- */

h1,
h1 a:link  {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #990000;
	text-decoration: none;
}

h1 a:visited  {
	color: #990000;
	text-decoration: none;
}

h1 a:hover,
h1 a:active  {
	color: #990000;
	text-decoration: none;
}

h2,
h2 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0;
	color: #000000;
	text-decoration: none;
}

h2 a:visited {
	color: #000000;
	text-decoration: none;
}

h2 a:hover,
h2 a:active  {
	color: #000000;
	text-decoration: none;
}

h3,
h3 a:link {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 8px 0;
	color: #333333;
	text-decoration: none;
}

h3 a:visited {
	color: #333333;
	text-decoration: none;
}

h3 a:hover,
h3 a:active  {
	color: #333333;
	text-decoration: none;
}

h4,
h4 a:link {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 8px 0;
	color: #666666;
	text-decoration: none;
}

h4 a:visited {
	color: #666666;
	text-decoration: none;
}

h4 a:hover,
h4 a:active  {
	color: #666666;
	text-decoration: none;
}

h5,
h5 a:link {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 8px 0;
	color: #999999;
	text-decoration: none;
}

h5 a:visited {
	color: #999999;
	text-decoration: none;
}

h5 a:hover,
h5 a:active  {
	color: #999999;
	text-decoration: none;
}

h6,
h6 a:link {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 8px 0;
	color: #999999;
	text-decoration: none;
}

h6 a:visited {
	color: #999999;
	text-decoration: none;
}

h6 a:hover,
h6 a:active  {
	color: #999999;
	text-decoration: none;
}

/* ---------------------- */
/* END Default Headers
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Header
--------------------------------------------------------------------------- */

.header {
	margin: 0 auto;
	padding: 0;
	width: 924px;
	height: 120px;
	font-size: 10px;
	background: url('../images/pageHeader.jpg') no-repeat 0 0;
}

.headerHomeLink {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -462px;
	width: 325px;
	height: 120px;
	border: none;
}

/* ---------------------- */
/* END Header
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Two Column Layout
--------------------------------------------------------------------------- */

.twoColumns {
	margin: 0 auto;
	width: 924px;
}

.twoColumnsLeft {
	float: left;
	width: 160px;
}

.twoColumnsRight {
	float: right;
	width: 750px;
	padding: 10px 0 0 0;
}

/* ---------------------- */
/* END Two Column Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Three Column Layout
--------------------------------------------------------------------------- */

.threeColumns {
	margin: 0 auto;
	width: 924px;
}

.threeColumnsLeft {
	float: left;
	width: 160px;
}

.threeColumnsMiddle {
	float: right;
	width: 578px;
	padding: 10px 0 0 0;
}

.threeColumnsRight {
	float: right;
	width: 160px;
	margin: 0 0 0 12px;
}

/* ---------------------- */
/* END Three Column Layout
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Main Navigation
--------------------------------------------------------------------------- */

.mainNav  {
	width: 924px;
	height: 30px;
	text-align: right;
	background: #d2d3d5 url('../images/backgroundMainNav.jpg') no-repeat 0 0;
}

.x8_drawMenu {
	list-style-type: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 15px 0 0;
	padding: 5px 0 0 0;
} 

.x8_drawMenu li {
	display:inline;
}


.x8_drawMenu li a:link,
.x8_drawMenu li a:visited {
	margin: 0 0 0 50px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.mainNavList li a:hover,
.mainNavList li a:active {
	color: #990000;
	text-decoration: none;
}

.mainNavList li a.x8_active,
.mainNavList li a.hot:visited {
	margin: 0 0 0 50px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.mainNavList li a.hot:hover,
.mainNavList li a.hot:active {
	color: #990000;
	text-decoration: none;
}

/* ---------------------- */
/* END Main Navigation
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Footer
--------------------------------------------------------------------------- */

.footer {
	margin: 15px auto;
	padding: 0 0 25px 0;
	width: 924px;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

.footerLeft {
	float: left;
	padding: 15px 0 0 0;
	width: 500px;
	font-size: 10px;
}

.footerLeft a:link,
.footerLeft a:visited {
	color: #000000;
	text-decoration: none;
}

.footerLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.footerMiddle {
	float: right;
	padding: 15px 0 0 0;
	width: 300px;
	font-size: 10px;
	text-align: right;
}

.footerMiddle a:link,
.footerMiddle a:visited {
	color: #000000;
	text-decoration: none;
}

.footerMiddle a:hover {
	color: #000000;
	text-decoration: none;
}

.footerRight {
	float: right;
	padding: 15px 0 0 0;
	width: 67px;
	font-size: 10px;
	text-align: right;
}

.footerRight a:link,
.footerRight a:visited {
	color: #000000;
	text-decoration: none;
}

.footerRight a:hover {
	color: #000000;
	text-decoration: none;
}

/* ---------------------- */
/* END Footer
------------------------- */

/* ------------------------------------------------------------------------ */
/* START Rounded Corner Boxes
--------------------------------------------------------------------------- */

.boxContainer {width: 160px; /*margin: 15px auto;*/}

.boxTop {display: block; background: transparent; font-size: 1px; margin: 10px 0 0 0;}
.boxBottom {display: block; background: transparent; font-size: 1px;}
.boxBorder1, .boxBorder2, .boxBorder3, .boxBorder4 {display: block; overflow: hidden;}
.boxBorder1, .boxBorder2, .boxBorder3 {height: 1px;}
.boxBorder2, .boxBorder3, .boxBorder4 {background: #ffffff; border-left: 1px solid #cec4c4; border-right: 1px solid #cec4c4;}
.boxBorder1 {margin: 0 5px; background: #cec4c4;}
.boxBorder2 {margin: 0 3px; border-width:0 2px; background: #f8f9fb;}
.boxBorder3 {margin: 0 2px; background: #f8f9fb;}
.boxBorder4 {height: 2px; margin: 0 1px; background: #f8f9fb;}

.box {display: block; color: #000033; background: #f9f9f9; border-width: 0 1px; height: auto; text-align: left;}
* html .box {height: 1px;}

.color_a {background: #d2d3d5; color: #ffffff;}
.color_b {background: #cec4c4; color: #ffffff;}
.color_c {background: #cec4c4; color: #ffffff;}
.color_d {background: #cec4c4; color: #ffffff;}
.color_e {background: #cec4c4; color: #000033;}

.boxContent {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #cec4c4;
	border-right: 1px solid #cec4c4;
	_margin-bottom: -10px;
}

.boxContent h1,
.boxContent h1 a:link  {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 2px 5px 5px 10px;
	background: #d2d3d5 url('../images/backgroundBoxHeader.jpg') repeat-x 0 0;
}

.boxContent h1 a:visited  {
	color: #000000;
	text-decoration: none;
}

.boxContent h1 a:hover,
.boxContent h1 a:active  {
	color: #000000;
	text-decoration: none;
}

.boxContent h1.hot ,
.boxContent h1.hot a:link  {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 2px 5px 5px 10px;
	background: #d2d3d5 url('../images/backgroundBoxHeader.jpg') repeat-x 0 0;
}

.boxContent h1.hot a:visited  {
	color: #990000;
	text-decoration: none;
}

.boxContent h1.hot a:hover,
.boxContent h1.hot a:active  {
	color: #990000;
	text-decoration: none;
}

.boxContent h2,
.boxContent h2 a:link {
	color: #000033;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

.boxContent h2 a:visited {
	color: #000033;
	text-decoration: none;
}

.boxContent h2 a:hover,
.boxContent h2 a:active  {
	color: #000033;
	text-decoration: none;
}

.boxContent h3,
.boxContent h3 a:link {
	color: #333366;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

.boxContent h3 a:visited {
	color: #333366;
	text-decoration: none;
}

.boxContent h3 a:hover,
.boxContent h3 a:active  {
	color: #333366;
	text-decoration: none;
}

.boxContent h4,
.boxContent h4 a:link {
	color: #666699;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

.boxContent h4 a:visited {
	color: #666699;
	text-decoration: none;
}

.boxContent h4 a:hover,
.boxContent h4 a:active  {
	color: #666699;
	text-decoration: none;
}

.boxContent h5,
.boxContent h5 a:link {
	color: #666699;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

.boxContent h5 a:visited {
	color: #666699;
	text-decoration: none;
}

.boxContent h5 a:hover,
.boxContent h5 a:active  {
	color: #666699;
	text-decoration: none;
}

.boxContent h6,
.boxContent h6 a:link {
	color: #666699;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

.boxContent h6 a:visited {
	color: #666699;
	text-decoration: none;
}

.boxContent h6 a:hover,
.boxContent h6 a:active  {
	color: #666699;
	text-decoration: none;
}

.boxContent p {
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}

.boxContent ul {
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}

.boxContent ul li {
	list-style-type: disc;
	margin: 0 0 2px 17px;
}

.boxContent ul a:link {
	color: #000000;
	text-decoration: none;
}

.boxContent ul a:visited {
	color: #000000;
	text-decoration: none;
}

.boxContent ul a:hover,
.boxContent ul a:active {
	color: #990000;
	text-decoration: none;
}

.boxContent ul a:link.hot {
	color: #990000;
	text-decoration: none;
}

.boxContent ul a:visited.hot {
	color: #990000;
	text-decoration: none;
}

.boxContent ul a:hover.hot,
.boxContent ul a:active.hot {
	color: #990000;
	text-decoration: underline;
}

.boxContent ul.withoutBullets {
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}

.boxContent ul.withoutBullets li {
	list-style-type: none;
	margin: 0 0 2px 0;
}

.boxContent ul.withoutBullets a:link {
	color: #000000;
	text-decoration: none;
}

.boxContent ul.withoutBullets a:visited {
	color: #000000;
	text-decoration: none;
}

.boxContent ul.withoutBullets a:hover,
.boxContent ul.withoutBullets a:active {
	color: #990000;
	text-decoration: none;
}

.boxContent ul.withoutBullets a:link.hot {
	color: #990000;
	text-decoration: none;
}

.boxContent ul.withoutBullets a:visited.hot {
	color: #990000;
	text-decoration: none;
}

.boxContent ul.withoutBullets a:hover.hot,
.boxContent ul.withoutBullets a:active.hot {
	color: #990000;
	text-decoration: underline;
}

.boxContent a:link,
.boxContent a:visited  {
	color: #990000;
	text-decoration: none;
}

.boxContent a:hover,
.boxContent a:active  {
	color: #990000;
	text-decoration: underline;
}

.boxContent input {
	font-size: 11px;
	width: 128px;
	padding: 2px;
	border: 1px solid #757575;
}

.boxContent .searchButton {
	list-style-type: none;
}

.boxContent .searchButton li a:link,
.boxContent .searchButton li a:visited {
	display: block;
	width: 132px;
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	background: #990000;
	border: 1px solid #757575;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
}

.boxContent .searchButton li a:hover,
.boxContent .searchButton li a:active {
	color: #000000;
	background: #990000;
}

/* ---------------------- */
/* END Rounded Corner Boxes
------------------------- */









/* template 3 css + inline CSS */

.tabhead1 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
.tabhead2 {
	font-size: 10px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}
.tabhead3 {
	color: #000000;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.colhead {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.column1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	width: 73px;
	text-align: left;
}
.column3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	background-position: center center;
	text-align: center;
	width: 44px;
}
.disclaimertbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.column2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-position: center center;
	text-align: center;
}
.subsubfooter, .subsubfooter a, .footer .subsubfooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: silver;
	font-style: normal;
	font-weight: normal;
}
.gotopage {
	font-size: 9px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;.tooltables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	text-indent: 10pt;
}
.tooltable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-align: left;
	text-indent: 10pt;
}
.overview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #726b6f;
}
.celldotwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.celldotgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #e9e9e9;
}


<style type="text/css">
body {margin-top:-5px}
.celldotwhite {color:white}
#navbottom {padding-right:50px}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}
#headers {
/* text-transform:uppercase;*/
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-style: normal;
 font-weight: normal;
 color: #000099;
 letter-spacing: .25em;
}

.tooltable {font-size:9px !important; font-weight:bold}
.navMenu {display:none;}
.formbuilder {margin-left:50px; margin-right:50px}
input .formbuilder {text-align:left}


/* template 12 css */
body {
	margin-left: 85px;
	margin-right: 85px;
	}
.subfooter, .subfooter a, .footer .subfooter a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	font-style: normal;
	font-weight: normal;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
a:visited {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gotopage {
	font-size: 9px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}
.graf {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.grafhead, .bigblueTxt {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.overview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #726b6f;
}
.seead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.pubname {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.subsubfooter, .subsubfooter a, .footer .subsubfooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: silver;
	font-style: normal;
	font-weight: normal;
}