body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000000;
	background-color: #FFFFFF;
}
form {
	margin: 0;
	padding: 0;
}

#header input, #header textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:200;
}

h1 {
	font-size: 32px;
	line-height: 40px;
	color:#3F5F5B;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 10px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	color:#3F5F5B;
	font-weight: bold;
	text-align:left
}

h3 {
	font-size: 20px;
	line-height: 32px;
	margin: 0 0 20px 0;
	padding: 0 5px;
	color: #F25B21;
	border-top: solid 2px #A9BEB5;
	border-bottom: solid 2px #A9BEB5;
}

h4 {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #F25B21;
}

img {
	border:none;
	margin:0;
	padding:0;
}

a {
	color: #F25B21;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

#header {
	width: 800px;
	height:110px;
	margin:0px auto 0px auto;
	padding: 5px 10px 0px 10px;
	background-color: #FFFFFF;
}

#download_alert {
	width:800px;
	text-align:center;
	line-height: 26px;
	height: 80px;
	margin: 0 auto 30px auto;
	padding: 20px 0 10px 0;
	border: solid 5px #A9BEB5;
	color: #3F5F5B;
	font-size: 20px;
}
#download_alert a {
	color: #F25B21;
}

/* Menu */
#menu {
	width:800px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border-bottom: #FF3300 solid 4px;
	background-color: #FFFFFF;
}
#submenu {
	width:800px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#icons_menu, #icons_menu_spaced {
	width:800px;
	background-color: #FFFFFF;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 0 10px 20px 10px;
	border:none;
}
#icons_menu img, #icons_menu_spaced img {
	margin: 0;
	padding: 0;
}

#menu ul, #icons_menu ul, #icons_menu_spaced ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#icons_menu li {
	float: left;
	padding:6px 10px 0px 10px;
	width: 112px;
	text-align: center;
}

#icons_menu_spaced li {
	float: left;
	padding:6px 50px 0px 30px;
	width: 112px;
	text-align: center;
}

#icons_menu a, #icons_menu_spaced a {
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
	font-size:13px;
	color:#666666;
	line-height: 13px;
}

#menu ul, #submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#menu li, #submenu li{
	float:left;
	padding:6px 0px 0px 35px;
}

#menu a, #submenu a {
	height: 20px;
	margin: 0px;
	padding: 0;
	text-decoration:none;
	text-transform: lowercase;
	font-weight:normal;
	font-size:14px;
	color:#3F5F5B;
}
#submenu a {
	font-size:12px;
}

#menu a:hover, #submenu a:hover {
	color:#F25B21;
}

#menu .current_page_item a, #submenu .current_page_item a {
	color: #F25B21;
}

/* Logo */
#logo {
	height: 68px;
	margin: 0px 0 5px 10px;
	padding:0;
	color: #414141;
	background:url(images/OGlogo.jpg) no-repeat;
	line-height:normal;
	text-align:left;
}

#top_right_msg {
	float: right;
	text-align: right;
	color: #A9BEB5;
	font-weight: normal;
	font-size: 12px;
	position: relative;
	top: 15px;
	right: 10px;
}	

/* Page */
#page_div {
	width: 810px;
	margin: 0 auto;
	padding: 10px 10px 0 0px;
	background-color:#FFFFFF;
}

#page_div_no_sidebar {
	width: 760px;
	min-height: 500px;
	margin: 0 auto;
	padding: 15px 20px 0 20px;
	background-color:#FFFFFF;
	overflow:visible;
}

/* Content */
#content {
	margin:0 0 0 0px;
	width: 575px;
	float:right;
	padding:0px 0 0 0;
	text-align:justify;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0px 15px 0 10px;
	text-align:left;
	background-color:#FFFFFF;
	color: #FFFFFF;
}

/* Sidebar rounded top */
#sidebar_top {
	height: 10px;
	width: 200px;
	background-image:url(images/rounded_sidebar_top.png);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
}

/* Sidebar rounded bottom */
#sidebar_bottom {
	height: 46px;
	width: 200px;
	background-image:url(images/rounded_sidebar_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
}

/* Sidebar rounded body */
#sidebar_body {
	background-color: #A9BEB5;
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 180px;
}

/* Sidebar rounded top orange */
#sidebar_top_orange {
	height: 10px;
	width: 200px;
	background-image:url(images/rounded_sidebar_top_orange.png);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
}

/* Sidebar rounded bottom orange*/
#sidebar_bottom_orange {
	height: 46px;
	width: 200px;
	background-image:url(images/rounded_sidebar_bottom_orange.png);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 0 25px 0;
	padding: 0;
}
/* Sidebar rounded body orange */
#sidebar_body_orange {
	background-color: #FF8800;
	color:#FFFFFF;
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 180px;
}
#sidebar_body_orange a {
	color: #FFFFFF;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar_body li{
	margin: 0 5px 0 5px;
	padding: 3px 0px 15px 10px;
	line-height: 15px;
	font-size: 12px;
	border-top: #FFFFFF solid 1px;
	
}

#sidebar_body li a {
	color: #003333;
}

#sidebar_body h2, #sidebar_body_orange h2 {
	margin: 0px 0 10px 0;
	padding: 0px 0 5px 3px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#sidebar_body_orange h2 {
	text-align: left;
}
#sidebar_body_orange h3 {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 3px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border:none;
	border-top: #FFFFFF solid 1px;
}

#clear {
	clear:both;
}
/* Floating Image */
#float_img {
	float: left;
	padding: 0;
	margin: 0 20px 10px 0;
	text-align:left;
	background-color:#FFFFFF;
}
#bottom_banners {
	height: 180px;
	margin: 20px 0 0px 0px;
	padding: 0 0 10px 0;
	width: 575px;
}
#section {
	width: 150px;
	margin: 20px 30px 0px 10px;
	background-color:#FFFFFF;
	float: right;
}
#section_top {
	height: 13px;
	width: 150px;
	margin:0;
	padding:0;
	background-image:url(images/rounded_150px_top.png);
	background-position:top;
	background-repeat:no-repeat;
}
#section_bottom {
	height: 13px;
	width: 150px;
	margin:0;
	padding:0;
	background-image:url(images/rounded_150px_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#section_body {
	width: 136px;
	height: 100px;
	margin:0;
	padding:10px 5px 10px 5px;
	border-right: #A9BEB5 solid 2px;
	border-left: #A9BEB5 solid 2px;
	text-align:center;
}
#caption {
	padding:0;
	line-height:12px;
	font-size:11px;
	color:#55827D;
	text-decoration:none;
}
#caption a {
	text-decoration:none;
	color:#55827D;
}
#caption a:hover {
	text-decoration:underline;
}

/* Footer */
#footer {
	width: 100%; 
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #C1D1CA;
	overflow: hidden;
}
#footer_top {
	width: 100%; 
	height: 46px;
	padding: 0;
	margin: 50px 0 0 0;
	background-image: url(images/footer_grad.gif);
	background-repeat: repeat-x;
}
#footermenu {
	width:750px;
	margin:0 auto;
	padding:20px 0px 20px 50px;
	font-size: 11px;
	color:#003333;
	line-height: 12px;
}

#footermenu p {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#footermenu ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style:none;
}

#footermenu li {
	padding: 0 0 7px 0;
	margin: 0;
}

#footermenu a {
	text-decoration:none;
	color:#003333;
}
#footermenu a:hover {
	text-decoration:underline;
}
#footermenu th {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding: 0 25px;
	width: 100px;
}
#footermenu td {
	padding: 0px 25px;
}
.listTable {
	position:relative;
	width:100%;
	margin:20px 10px 0 0;
	background:#FFFFFF;
	color:#000000;
	border:none;
	border-collapse:collapse;
	border-bottom:3px solid #A9BEB5;
	 
}
.listTableOdd {
	background:#E7EAE6;
}
.listTable td { 
	padding:2px 5px 2px 3px;
	margin: 0;
}
.listTable th {
	color:#3F5F5B;
	font-size:14px;
	border-right:none;
	border-left:none;
	border-bottom:3px solid #A9BEB5;
	border-top:3px solid #A9BEB5;
	padding:3px 5px 3px 3px;
	text-align:left;
}
.listTable a{
	color:#3F5F5B;
}
.orange {
	color: #F35B21;
	font-weight: bold;
}
.green {
	color: #3F5F5B;
	font-weight: bold;
}
.error {
	color:#EE0000;
	font-size: 16px;
	font-weight: bold;
}
#divrecaptcha{
	width: 455px;
	height: 57px;
	text-align: left;
	margin: 0;
	padding: 0;
}   

#controls{  
	float:right; 
	margin: 0;
	padding: 4px 0 0 0;
	width: 140px;
	height: 52px;
	line-height: 200%;
}   
#recaptcha_image{   
	padding: 0;
	margin: 0;
	width: 300px;
	height: 57px;
	background:#f9f9f9;   
	border:1px solid #A9BEB5;
	vertical-align:top;
}   
#recaptcha_response_field {   
	width:300px;     
}   
#divrecaptcha a{   
	padding: 0;
	margin: 0;
}
#controls img{   
	padding: 0;
	margin: 0;
}
#divrecaptcha a:hover{   
     color:F25B21; 
	 text-decoration:underline;   
}