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

/* PAGE STRUCTURE
--------------------------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-color:#333333;
	background: #666666;
	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;
	background-color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 725px;
	background: #FFFFFF;
	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. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #border {
	border: 1px solid;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 662px;
	border-color: #999999;
	padding: 5px;
}
.oneColElsCtr #border2 {
	border: 1px solid;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 688px;
	border-color: #cccccc;
	padding: 5px;
}
.nav{
	border-top-color: #FAA34B;
	border-bottom-color: #F8A047;
	border-top-style: dotted;
	border-bottom-style: dotted;
	height: 19px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-size:15px;
}

/* TEXT STYLES
--------------------------------------------------------------------------------------*/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076889;
}
.rheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#076889;
}
.style24 {
	font-size: 16px;
	color: #F6A24B;
	font-family: Arial, Helvetica, sans-serif;
}
.style34 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.style39 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style41 {
	font-size: 14px;
	font-weight: bold;
	color: #076889;
	font-family: Arial, Helvetica, sans-serif;
}
.style44 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style45 {
	font-size: 12px;
	color: #076889;
	font-family: Arial, Helvetica, sans-serif;
}
.style47 {
	font-size: 14px;
	color: #076889;
	font-family: Arial, Helvetica, sans-serif;
}
.style50 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style51 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style54 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333
}
.style56 {
	font-size: 11px
}
.style57 {
	color:#333333;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#F49D4A;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#076889;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#076889;
}

/* LIST STYLES
--------------------------------------------------------------------------------------*/
ul.nav {
	width: 660px;
}
ul.nav li {
	float:left;
	list-style-position: inside;
	margin-left: 18px;
	list-style-type: none;
	color: #005F88;
}

/* NAVIGATION
--------------------------------------------------------------------------------------*/
div#nav A:link {
	text-decoration: none;
	color:#00707D
}
div#nav A:visited {text-decoration: none; color:#00707D}
div#nav A:active {text-decoration: none}
div#nav A:hover {
	color: #F6A24B;
}

div#mainContent A:link {text-decoration: none; color:#076889}
div#mainContent A:visited {text-decoration: none; color:#076889}
div#mainContent A:active {text-decoration: none}
div#mainContent A:hover {color: #F49D4A;}
