@charset "UTF-8";
body {
	background: #C0C0C0;
	margin: 10; /* 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: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #C0C0C0; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #EEEEEE;
	background-image: url(odc_header.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 67px;
	background-position: left top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainContent {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Sub Nav*/
#sub-nav-left {
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 215px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 50px;
	display: inline;
	white-space: nowrap;
}
#sub-nav-left li {
	position: relative;
	float: left;
	height: 24px;
	margin-right: 5px;
	list-style-type: none;
	text-decoration: none;
	padding-top: 6px;
}
#sub-nav-left li a{
	position: relative;
	float: left;
	height: 24px;
	color: #1195D3;
	font-size: 13px;
	font-weight: bold;
	padding-left:8px;
	text-decoration: none;
}
#sub-nav-left li.active {padding: 0 0 0 8px; background: url(sec_nav_background_left.gif) top left no-repeat;}
#sub-nav-left li a:hover {color: #0C6B97; text-decoration: none;}			
#sub-nav-left li.active a {
	color: #FFF;
	background: url(sec_nav_background_right.gif) top right no-repeat;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
}			
#sub-nav-left li.active a:hover {color: #FFF;}

#sub-nav-right {
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 5px;
	float: left;
	width: 355px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;
	white-space: nowrap;
}

#sub-nav-right li {
	position: relative;
	float: left;
	height: 24px;
	margin-right: 5px;
	list-style-type: none;
	text-decoration: none;
	padding-top: 6px;
}
#sub-nav-right li a{
	position: relative;
	float: left;
	height: 24px;
	color: #1195D3;
	font-size: 13px;
	font-weight: bold;
	padding-left:8px;
	text-decoration: none;
}
#sub-nav-right li.active {
	background: url(sec_nav_background_left.gif) top left no-repeat;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#sub-nav-right li a:hover {color: #0C6B97; text-decoration: none;}			
#sub-nav-right li.active a {
	color: #FFF;
	background: url(sec_nav_background_right.gif) top right no-repeat;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 1px;
}			
#sub-nav-right li.active a:hover {
	color: #FFF;
}


.imagebox {
	float: left;
	height: 200px;
	width: 600px;
	margin-bottom: 15px;
}
.buttons {
	float: left;
	height: 25px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 20px;
	text-align: left;
}
.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 30px;
	text-align: left;
}
.maintext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
}
.maintext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	text-align: left;
}
.maintext5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}
.moreinfoblue {
	font-weight: bold;
	color: #0E91D5;
	background-image: url(watch-tick.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 60px;
	margin-top: 5px;
}

.moreinfoblue a:hover {
	color: #0E91D5;
}

.moreinfoblue a {
	color: #0E91D5;
}

.green14 {
	font-size: 14px;
	color: #5DBA1C;
}
