@charset "UTF-8";
/* CSS Document */

	/* 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; width: 300 } /* 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;
}
	/* Typography */
	
p, dt, dd, label {
	font-size:12px;
	line-height:18px;
	color:#000;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif }
	
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px }
	
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:none;
	color: #22316A }
	
p.additionalinfo a:hover {
text-decoration:underline	
}
	
h1 a { 
	width:314px; 
	height:81px; 
	width:282px; 
	text-indent:-9999px; 
	display:block; 
	position:absolute; 
	top:0px; left:0px }
	 
h2 {
	margin:16px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	padding-left:10px;
	padding-right:20px}
	
h4 {
	margin:16px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left:15px;
	padding-right:20px;
	color:#22316A}
	
h4 a:hover {
text-decoration:underline	
}
	
	/* Main layout */	
		
body { 
	color:#fff; 
	text-align:center; 
	background:#CCC url(images/background.gif) top center no-repeat fixed }
	
div.content {
	text-align:left;
	width:960px;
	height:670px;
	margin:0 auto;
	background:url(../images/headbackground.gif) top center repeat-y;
	position:relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999 }
	
div.header {
	background-image:url(../images/headerlogo.gif);
	background-repeat: no-repeat;
	height:75px }
	
div.columnInfo {
	position:absolute;
	left:0px;
	top:52px;
	width:438px;
	height: 260px }
	
div.columnInfo h2{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33cc00 }

div.subhead {
	position:absolute;
	top: 295px;
	left: 10px;
	width: 940px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #12C604 }

div.midlinks {
	position:absolute;
	top:14px;
	right:3px }
	
	div.columnSlogan p {
	padding-right:10px	
	}
	
div.columnSlogan {
	background-image:url(../images/triangle.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	position:absolute;
	left:450px;
	top:61px;
	width:212px;
	height: 157px;
	text-align: right;
	line-height: 36px;
	padding-top: 100px;
	padding-left: 250px;
	padding-right: 10px;
	border: solid 1px #999;
	background-color: #FFF }	
	
div.smallPrint {
	width:960px;
	position:absolute;
	left:0px;
	bottom:10px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center }
	
div.smallPrint a {
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: underline }

div.smallPrint li {
	color:#666;
	margin-right: 0;
	margin-left: 0;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px }

div.smallPrint p {
	color:#666;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right }
	
div.smallPrint ul li {
	display:inline;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px }
	
	/* Navigation */
	
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #324AA4;
	color: #FFF;
	float: left;
	width: 960px;
	font-family: arial, helvetica, sans-serif }

#navcontainer ul li { 
	display: inline }

#navcontainer ul li a {
	background-color: #324AA4;
	color: #FFF;
	text-decoration: none;
	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: #12C604;
	color: #FFF }


	
