/* General html items */

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	font-family : Arial, Verdana; 
	font-size : 12px;
	color: #999999;
	background-color : #00B5CC; 
	line-height: 1.5em;
}

a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #005480;
	text-decoration: none;
}

hr {
	height: 1px; 
	color: #999999;
}

h1 {
	color: #00B5CC;
	font-size: 16px; 
	font-weight: normal;
	margin : 0px;
}

h2 {
	color: #00B5CC;
	font-size: 14px; 
	font-weight: normal;
	margin : 0px;
}

h3 {
	color: #999999;
	font-size: 14px; 
	font-weight: normal;
	margin : 0px;
}

td, p, div, span, li {
	font-family : Arial, Verdana;
	font-size : 12px; 
	color: #999999;
    text-align: left;
}

ul {
	margin: 0px 0px 0px 32px;
	padding: 0;
}

li {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 4px 0px;
}

/* general page  layout  */

#page_bg {
	background-color: #005480;
}

div.center {
  text-align: center;
}

#container {
	width: 790px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #FFFFFF;
}


div#header {
	padding: 0px;
	margin: 0px;
	height: 83px;
}

div#logo {
	position: relative;
	margin-left: 20px;
	top: 0;
	float: left;
	width: 248px;
	height: 83px;
}

#search {
	margin-top: 10px;
	color: #00B5CC;
}

.textbox {
	text-align:center;
	font-size:11px;
   	color:#CCCCCC;
   	border:1px solid #00B5CC;
	height:12px;
}

#navtopt {
	font-size: 11px;
	color: #005480;
	float: right;
	text-align:right;
	margin-top: 15px;
	margin-right: 40px;
	padding: 0px 0px 0px 0px;
}

#navtopt a:link, #navtopt a:visited  { 
	font-size: 11px;
	color: #005480;
	text-decoration: none;
} 

#navtopt a:hover {
	color: #999999;
	text-decoration: none;
}

#headernav {
	text-align: center;
	width:790px;
	height:22px;
	padding: 3px 0px 1px 0px;
	margin:0px;
	background-color: #00B5CC;
}

#headernav_r, #headernav_r ul {
	padding: 0px; 
	margin: 0px; 
	list-style: none; 
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	z-index: 100;
}

#headernav_r a { 
	display: block; 
	font-size: 11px;
}  

#headernav_r li { 
	float: left; 
	z-index: 100;
}

#headernav_r li a:link, #headernav_r li a:visited  { 
	padding:1px 0px 0px 85px;
	color: #ffffff;
	text-decoration: none;
} 

#headernav_r li a:hover {
	font-weight: bold;
	color: #005480;
	text-decoration: none;
}

#headernav_r li a.selected, #headernav_r li a.selected:hover {
	font-weight: bold;
	color: #005480;
	text-decoration: none;
}

#navleft .leftbtn a.selected, #navleft .leftbtn a.selected:hover{
	background:#38758C url(../img/nav_left_main_over.gif) no-repeat scroll left top;
	color:#FFFFFF;
}

#mainbody {
	float: left;
	width: 790px;
	margin: 0px;
	background: url(../images/bg_blue.gif)  repeat-y;
}

#content {
	float: left;
	width: 560px;
	padding: 0;
	margin: 0;
}

#contentinner {
	float: left;
	min-height: 316px;
	padding: 35px 35px 35px 65px;
	margin: 0;
}

#rightsidebar {
	float: right;
	text-align:right;
	width: 230px;
	margin: 0;
	padding: 0;
	border-top:2px solid #FFFFFF;
	background-color: #00B5CC;
}

div#footersealtop {
	float: left;
}

div#footer {
	float: left;
	width:790px;
	height:22px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	background: #00B5CC url(../images/footer_seal_left_bot.gif) no-repeat left top;
}

div#footer_hp {
	float: left;
	width:790px;
	height:22px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	background: #00B5CC url(../images/footer_seal_right_bot.gif) no-repeat right top;
}

#footer_r, #footer_r ul {
	padding: 0; 
	margin: 0; 
	list-style: none; 
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	z-index: 100;
}

#footer_r a { 
	display: block; 
	font-size: 11px;
}  

#footer_r li { 
	float: left; 
	z-index: 100;
}

#footer_r li a:link, #footer_r li a:visited  { 
	padding:0px 0px 0px 50px;
	color: #ffffff;
	text-decoration: none;
} 

#footer_r li a:hover {
	font-weight: normal;
	color: #005480;
	text-decoration: none;
}

.regBlue {
	color:#00B5CC;
}
