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

/* PAGE STRUCTURE
--------------------------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	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 */
	font-color: #000000;
	background-color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 700px;
	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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 25px 0; /* moves the footer lower */
	
}
.oneColElsCtr #border {
	border: 1px solid;
	color: #000000;
	width: 662px;
	border-color: #999999;
	padding: 5px;
}
.oneColElsCtr #border2 {
	border: 1px solid;
	color: #000000;
	width: 688px;
	border-color: #cccccc;
	padding: 5px;
}
.nav {
	margin-top: 100px;
	border-top-color: #FF7900;
	border-bottom-color: #FF7900;
	border-top-style: dotted;
	border-bottom-style: dotted;
	height: 24px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-size: 14px;
	float: right;
}
#nav {
	width: 700px;
	height: 133px;
}
.logo {
	width: 289px;
	height: 133px;
	background: url(../images/logo.png);
	float: left;
	margin-bottom: -131px;
	overflow: hidden;
	text-indent:-999999px;
}
p {
	margin: 0 0 12px 0;
	line-height: 120%;
}

/* LIST STYLES
--------------------------------------------------------------------------------------*/
ul.nav {
	width: 525px;
}
ul.nav li {
	float: left;
	margin: 3px 0 0 16px;
	list-style-type: none;
	color: #005F88;
}

/* TEXT STYLES
--------------------------------------------------------------------------------------*/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076889;
	margin-top:25px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#DF7A1C;
	margin: 0 0 5px 0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#076889;
	margin: 0 0 5px 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#DF7A1C;
	margin: 0 0 5px 0;
}
.fineprint {
	font-family: Arial, sans-serif;
	font-size:10px;
}

/* 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: #DF7A1C;
}

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;}

/* TABLES
--------------------------------------------------------------------------------------*/
.rowc1 {
	background:#c6e2eb;
}
#data td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align:left;
}
#data th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align: left;
}
#ldplan td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 6px 6px 6px 12px;
	text-align:center;
}
#ldplan th {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 6px 6px 6px 12px;
}
