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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px; /* 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: #002e5f;
}
P {
	margin: 0;
	padding: 0;
}

H2 {
	font-size: 120%;
}

H3 {
	font-size: 110%;
}

.oneColFixCtr #mainContent {
	padding-top: 0px;
}

.oneColFixCtr #home-container {
	width: 720px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #002e5f;
	background-image: url(images/2008_back_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#home-container .content {
	padding: 20px;
	margin: 20px;
	font-size: 80%;
	color: #ffffff;
	clear: both;
}

#home-container .content a:link, .content a:visited {
	color: #f8c820;
}

.oneColFixCtr #sub-container {
	width: 720px;
	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. */
	background-color: #fff;
}

P {
	margin-top: 10px;
}

#mainContent .header {
	height: 211px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainContent .header .nav {
	text-align: center;
	margin-left: 240px;
	margin-right: 5px;
	margin-top: 90px;
	font-size: 80%;
}

#sub-container .content {
	margin: 0px 30px;
	font-size: 80%;
	color: #002e5f;
	clear: both;
}

#sub-container .content a:link, .content a:visited {
	color: #0000FF;
}

#mainContent .footer {
	margin-top: 20px;
	border-top: 2px solid #002e5f;
	text-align: center;
	font-size: 80%;
	background-color: #FFFFFF;
}

div.left { 
	float: left; 
}
div.right { 
	float: right; 
}
div.DER { 
	width: 150px;
	float: left; 
	margin-top: 200px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
}
div.DER P a:link, div.DER P a:visited { 
	padding-top: 5px;
	color: #002e5f;
	text-decoration: none;
}

div.DER P a:hover { 
	color: #660000;
	text-decoration: underline;
}

div.onPic {
	width: 230px;
	float: right;
	margin-top: 220px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding: 20px;
	font-size: 80%;
	color: #f8c820;
	font-weight: bold;
	background-color: #002e5f; 
}
.style1 {
	font-size: 120%;
	font-weight: bold;
	color: #002e5f;
}

.box {
	margin: 30px;
	padding: 20px;
	border: 1px solid #002e5f;
	background-color: #EEE;	
}

.indent {
	margin-left: 50px;
}

