/* CSS Document */

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.82em;
	background-image:url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	min-width: 760px; /* Don't work in IE */
	padding: 0;
	margin: 0;
height: 100%; overflow: hidden;
}
#mainContainer {
padding:0px;
margin:0px;
height: 100%; overflow: auto; position: relative; 
}

/**************************
HEADER
**************************/
#header {
	padding:0px;
	margin:0px;
	background-color:#020167;
	background-image: url(../images/banner.jpg);
	height: 210px;
}
/**************************
CONTENT AND COLUMNS
**************************/
#content {
	margin:0px 225px 100px 100px;

	
	position: relative; /*** IE needs this  ***/
	padding:0px;
	color: #020167;
}
#content h1 {
font-size:1.8em;
padding-bottom:0;
margin-bottom:0;
margin-top:8px;
}

#content h2 {
font-size:1.6em;
padding-bottom:0;
margin-bottom:0;
margin-top:8px;


}
#content h3 {
font-size:1.4em;
padding-bottom:0;
margin-bottom:0;

margin-top:8px;

}
#content ul {font-size:1.1em;
margin-bottom:0;
margin-top:8px;

}
#content p {
font-size:1.2em;
padding-bottom:0;
margin-bottom:0;
margin-top:8px;


}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 73px;
	padding:0px;
	margin:0px;
	position: relative; /*** IE needs this  ***/
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	color:#020167;
	font-size:1.1em;
	height: 100%;
}
#left ul {
list-style: none;
padding: 0px;
margin-left:0.5em;
line-height:1.3em;	

}

#left a {
	color:#020167;
	text-decoration:none;

}
#left a:hover {
	color:#FFFF00;

}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 192px;
padding:0px;
margin:0px;

}
#right ul {
list-style: none;
}
#right li {
}
/**************************
FOOTER
**************************/
#footer {
	text-align: center;
	background-color:#FFFFFF;
	color: #020167;
	padding:0px;
	position: absolute;
	bottom: -1px;
	width:98.5%;
	height:75px;
}
#footer a {
	color: #020167;
	text-decoration: none;
}
#footer a:hover {
	color: #8181B3;
}

#footer p {
clear: both;
}
.peoplespics {
	padding-right: 5px;
}
.highlightbox {
	border: medium solid #020167;
	width: 96%;
}
.formboxes {
	border: medium solid #000066;
}
.subpagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000066;
}
.subpagelinks:hover {
	color:#7979FF;
}
#mainContainer #header #headerseo li,  #mainContainer #header #headerseo ul li ul , #mainContainer #header #headerseo ul li ul a, #mainContainer #header #headerseo li a{
	display: inline;
	color:#FFFFFF;
}
#headerseo{
}