/* STANDARD STYLES -------------------------------------------------------------*/

body{ 
	background-image: url('../images/bg-tile.gif');
	background-repeat: repeat-x;
	margin-top: 0px;
	text-align: center;
}

p, li, ol, div, pre, span, body, td, ul {
	font-family: verdana, arial;
	font-size: 12px;
	color: #333333;
}

label{ display: block;}

img {
	border: 0;
}

div {
	background-color: transparent;
}

li {
	margin-bottom: 10px;
	margin-left: -10px;
}

a:link, a:visited, a:active {
	color: #0033cc;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.feedlink {
	padding: 4px;
	margin-top: 5px;
	display: block;
	border-bottom: 1px dashed #ccc;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
}

h1{
	color: #000;
	font-size: 24px;
}

h2 {	
	color: #003366;
	font-size: 18px;
}

h3{
	color: #333333;
	font-size: 16px;
}

.readonly{
	border: 0px; 
	color: #333333; 
	background-color: #e1e1e1;
}

div#pagetitle{
	background-color: #333;
	background: url("../images/bg-1000.jpg") top left no-repeat;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	clear: both;
}

div#pagetitle h1{
	color: #dee9ff;
	font-family: helvetica;
	font-weight: normal;
}

.clearboth{
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* START NAVIGATION STYLES ------------------------------------------------------*/

div#header, div#main{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#backdrop{
	background-color: #f1f1f1;
	width: 783px;
	padding: 5px 5px 5px 5px;
	margin: 20px auto 20px auto;
}

div#header{
	width: 780px;
	background-color: #fff;
	border-top: 8px solid #59667e;
	float: left;
}

div#main{
	width: 760px;
	background-color: #fff;
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #666;
}

div#mainnav{
	width: 774px;
	padding-top: 30px; 	
	padding-bottom: 5px; 
	background-color: #999;
	color: black;
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	margin-bottom: 0px;
}

div.mainnavbuttonon, div.mainnavbutton{
	float: left;
	text-align: center;
	margin-right: 3px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

div#mainnav a:link, div#mainnav a:active, div#mainnav a:visited{
	text-decoration: none;
	padding-left: 5px;
	font-size: 11px;
	color: white;
}

div#mainnav a:hover{
	text-decoration: underline;
}

.mainnavbuttonon{
	color: black;	
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 1px solid #59667e;
	border-left: 1px solid #59667e;
	background-image: url('../images/nav-btn-tile.gif');
	background-repeat: repeat-x;
}

div#subnav{
	color: black;
	float: left;
	width: 200px;
	border-left: 1px solid #B6C2D0;
	border-right: 1px solid #B6C2D0;
	border-top: 1px solid #ccc;	
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.subnavcontent{
	float: left; 
	width: 500px;
	padding-bottom: 20px;
}

div.subnavbuttonon, div.subnavbutton{
	display: block;
	border-top: 1px solid white;
	background-color: #f1f1f1;
}

div.subnavbuttonon{
	background-color: #dbe2f2;
	font-weight: bold;
}

div#subnav a:link, div#subnav a:active, div#subnav a:visited, div#subnav a:hover{
	padding: 3px;
	text-decoration: none;
	padding-left: 5px;
	font-size: 11px;
	color: #333;
	display: block;
}

div#subnav a:hover{
	background-color: #eaf0ff;
}

/* FORM STYLES -------------------------------------------------------------*/

input, textarea, select {
	color : #333333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #9097A2;
	border-bottom: 1px solid #9097A2;
	border-top: 1px solid #283043;
	border-left: 1px solid #283043;
	margin-right: 5px;
}

input.button, input.submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 5px;
}

input.checkbox {
	border: 0px;
}

input.radiobutton {
	border: 0px;
	margin-top: -2px;
	margin-left: 0px;
	margin-bottom: -2px;
	margin-right: 0px;
}

.readonly{
	border: 0px; 
	color: #333333; 
	background-color: #e1e1e1;
}

div#headerlogo{
	float: left;
}

div#headercol2{
	margin-left: 230px;
	float: right;
	padding: 5px;
	font-size: 9px;
	text-align: right;
}

div#footer{
	clear: both;
	background-color: #999;
	border-top: 1px solid black;
	font-size: .8em;
	color: white;
	padding: 10px;
	padding-top: 20px;
	margin-top: 50px;
}

div.col1, div.col2{
	padding-bottom: 10px;
}

div.col1{
	float: left; 
	width: 200px;
}

div.col2{
	float: left; 
	width: 500px;
	margin-left: 20px;
}