@charset "utf-8";

body  {
	background-color: #D8DEE9;
	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 */
	font: 100% Arial, Helvetica, sans-serif;
	color: #474747;
}

p, td, li {
	color: #474747;
	font-size: 12px;		
	line-height: 125%;
}

ul { 
	list-style-type: square; 
	font-size: 12px;
	margin-top: 7px;
}

ul ul { 
	list-style-type: disc;
	margin-top: 7px;
}

li { padding-bottom: 5px; }

ol { margin-top: 7px;  }

h1 {
	font-size: 16px;
	color: #18467A;
	margin: 0;	
	padding: 15px 0 0 0;
	line-height: 130%;
}

h2 {
	font-size: 14px;
	color: #18467A;	
	font-style: italic;	
	line-height: 130%;
	margin-top: 7px;
}

h3 {
	font-size: 13px;
	color: #474747;
	margin-bottom: 0px;		
	line-height: 130%;
}

h4 {
	font-size: 13px;	
	color: #18467A;
	margin-bottom: 0px;	
	line-height: 130%;
}

a {	
	color: #36C;
	font-weight: bold;
}
a:visited { color: #606; } /* The default visited color for all links will be purple, unless overridden below */

a:hover { color: #18467A; } 

a img { border:none; }

form { margin:0; padding:0;  }

input, select, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }

div.bordered table {
	border-top: solid 1px #DEDEDE;
	border-left: solid 1px #DEDEDE;
}

div.bordered td {
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
}

#container { 
	width: 930px; 
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 25px;
} 

#header { 
	width: 930px;
	height: 80px;
	background-color: #FFF; 
	margin: 0;
	padding: 0; 
} 

#headerLogo {
	float: left;
	width: 170px;
	height: 60px;
	margin: 0;
	padding: 10px 0 10px 5px;
}

#headerCenter {
	float: left;
	width: 525px;
	height: 42px;
	margin: 0;
	padding: 23px 0 0 0;
}

#headerCenter h1 {
	color: #004A94;
	font-size: 22px;
	font-weight: bold;
	margin:0;
	padding:0;
}		

#headerRight {
	float: left;
	width: 220px;
	height: 20px;
	margin: 0;
	padding: 52px 5px 8px 0;	
	text-align: right;
}

#headerRight p {
	font-size: 12px;
	color: #12416E;
	margin:0;
	padding: 3px 0;
}

#headerRight p a { 
	font-weight: bold;
	color: #36C;
	text-decoration:none;
}  

#menu {
	width: 910px;
	background-image:url(../images/bg_menubar_new.jpg); 
	background-repeat: repeat-x;
	height: 20px;
	margin: 0;
	padding: 4px 10px 6px 10px;
	color: #FFF;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background-color: #004A84;
}

#menu a {
	color: #FFF;
	text-decoration: none;	
	font-size: 12px;
	margin:0;
	padding: 0 35px 0 0;
}
#menu a:visited { color: #FFF; } /* Do not want purple in the top menu bar */

#menu a:hover { color: #FC3; }

#mainContent {
	width: 930px;
	margin: 0;
	padding: 0;
}

#mainBody {
	float: right;
	width: 649px;
	margin: 0;
	padding: 10px 30px 15px 30px;
	font-size: 12px;
}

#mainBodyFullPage {
	width: 870px;
	margin: 0;
	padding: 10px 30px 15px 30px;
	font-size: 12px;
}

#leftContainer {
	float: right;
	width: 220px;
	height: auto;
	border-top: solid 1px #FFF;	
	margin:0;
	padding:0;
}
#leftcol {
	width: 200px;
	background-color: #8A9FBD;
	padding: 10px;
	margin:0;
}

#leftcol h3 {
	font-size: 12px;
	color: #01111F;
	margin:0;
	padding:15px 0 0 0;
}

#leftcol h3 a {
	color: #FFF;
	text-decoration: none;
}

#leftcol ul {
	list-style-type: none;
	margin:0;
	padding:3px 0 0 10px;
}

#leftcol li {
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	margin:0;
	padding:0 0 2px 15px;
	line-height: 110%;
	background-image: url(../images/bullet_dash.jpg);
	background-repeat:no-repeat;
}
#leftcol li a {
	color: #FFF;
	text-decoration:none;
}

#leftcol li a:visited { color: #606; }

#leftcol li a:hover { color: #FC3; }

#leftcol p {
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
	margin:0;
	padding:0 10px 0 10px;
	line-height: 120%;
}
#leftcol p a {
	color: #FFF;
	text-decoration:none;
}

#leftcol p a:visited { color: #606; } 

#leftcol p a:hover { color: #FC3; }

#leftContainer p.footer {
	margin: 5px 0;
	font-size: 11px;
	line-height: 160%;
	text-align: center;
}

#footer {
	width: 930px;
	margin: 0;
	padding: 10px 0;
} 

#footerLeft {
	float: left;
	width: 455px;
	margin: 0;
	padding: 0;
}

#footerRight {
	float: left;
	width: 455px;
	margin: 0;
	padding: 0;	
}

#footerLeft p {
	margin: 0; 
	padding: 0; 
	color: #474747;
	font-size: 11px;
}

#footerRight p {
	margin: 0; 
	padding: 0; 
	color: #474747;
	font-size: 11px;
	text-align: right;
}

.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;
}

.smtopmargin { margin-top: 7px; }
.nobottommargin { margin-bottom: 0; }
.smtopnobottommargin { margin-top: 7px; margin-bottom: 0; }
.linklist { line-height: 175%; }
.leftindent { margin-left: 20px; }
.formfield { font-size: 12px; }
.formfieldsmall { font-size: 11px; }
.redtext { color: #F00; }
.goldtext { color: #FC3; }
a.goldlink { color: #FC3; }
a.goldlink:hover { 	color: #FFE479; }

