@charset "UTF-8";

/* Global reset */
	/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
	
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img {	border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}


	/* Global reset-RESET */
	/* The below restores some sensible defaults */
	
strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a {
	position:relative
} /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body {
	background: #CCC;
	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%;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	background-image:url(../images/headerlogo.gif);
	background-repeat: no-repeat;
	height:75px 
}

h1 a { 
	width:275px; 
	height:81px;  
	text-indent:-9999px; 
	display:block; 
	position:absolute; 
	top:0px; }
	
h2 {
	margin:16px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	padding-left:10px;}
	
p {
	font-size:12px	
	}
	
a { 
	color:#22316A; 	
	text-decoration:none
}
	
a:hover { 
	color:#22316A}
	
p.additionalinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-decoration:underline;
	color: #22316A }
	
h4 {
	margin:16px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left:5px;
	padding-right:20px }
	
h4 a {
	font-size:14px}
	
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#erContainer {
	width:740px;
	margin-top:-140px;
	margin-left:195px
}

#erContent {
	width:720px;
	margin-left:200px;
	margin-top:20px
}
#erContent p {
	font-size:13px;
	line-height:18px
}

#erContent a:hover {
	text-decoration: underline;
}

#erContent ul {
	padding-left:20px	
}
#erContent li {
		font-size:13px;
		list-style:square;
		list-style-position:outside;
		line-height:20px;
		padding-left:5px}
	
.oneColFixCtrHdr #footer {
	position:relative;
	background-image:url(../images/footer2.gif);
	background-repeat:no-repeat;
	background-position: center center;
	height:45px
}
.oneColFixCtrHdr #footer p, #footer a {
	font-size:10px;
	color:#666
}

/* Top Navigation */
	
#navcontainer ul {
	padding-left: 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 */
	background-color: #324AA4;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navcontainer ul li { 
	display: inline;
	font-size:12px;
}

#navcontainer ul li a {
	background-color: #324AA4;
	color: #FFF;
	text-decoration: none;
	font-size:13px;
	float: left;
	border-right: 1px solid #FFF;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em }

#navcontainer ul li a:hover {
	background-color: #33cc00;
	color: #FFF }
	
	/* Left Navigation */

#leftnavcontainer {
	width: 180px;
	padding-top:0px;
	padding-left:0px;
	margin-top:30px;
	margin-left:2px
}

#leftnavcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

ul#leftnavlist li#active a {
	color: #FFF;
	font-size:14px;
	background-color: #0A7802}

#leftnavcontainer a {
	display: block;
	font-size:12px;
	padding: 3px;
	width: 160px;
	background-color: #33CC00;
	border-bottom: 1px solid #EEE;
}

#leftnavcontainer a:link, #leftnavlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#leftnavcontainer a:hover {
	background-color: #324AA4;
	color: #FFF
}
#footer ul li {
	display:inline;
	text-align: left;
	padding-left:10px;
	padding-right:10px
}

#footer a {
	text-decoration: underline;
}
.alignleft {
	float: left;
	padding-top:5px
}
.alignright {
	float: right;
	padding-top:12px;
	padding-right:5px
}

