/* STANDARD STYLES -------------------------------------------------------------*/

html, body{ 
	margin-top: 0px;
	text-align: center;
	background: #666666;
}

body, p, li, ol, div, pre, span, td, th, ul {
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
}

label { display: block; }

table { border: 1px solid #666; background-color: #e1e1e1; }
th { background-color: #ccc; color: black; text-align: center; font-weight: bold; font-size: 10px; padding: 2px;}
td { background-color: white; }

img {
	border: 0;
}

div {
	background-color: transparent;
}

li {
	margin-bottom: 10px;
	margin-left: -10px;
}

a{
	color: #0066ff;
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.footnote { font-size: 10px; text-decoration: italics; }

div.box{ border: 1px solid #ccc; border-top: 5px solid #333; padding: 5px; margin-top: 7px;}
div#col2 p, div.box p{ font-family: verdana; font-size: 11px; }
div#col2 h1{ font-family: verdana; font-size: 11px; background-color: #e1e1e1; font-weight: bold; padding: 2px; margin-top: 17px;}

div.colblock { border: 1px solid #ccc; padding: 10px; margin-top: 5px; }

.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: #333;
	font-size: 24px;
}

h2 {	
	color: #990000;
	font-size: 18px;
	margin: 5px 0px 5px 0px;
}

h3{
	color: #000;
	font-size: 16px;
	margin: 10px 0px 5px 0px;
}

.readonly{
	border: 0px; 
	color: #333333; 
	background-color: #e1e1e1;
}

.clearboth{
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px dashed #999;
}

/* START NAVIGATION STYLES ------------------------------------------------------*/

div#header, div#main{
	margin: auto;
	text-align: left;
}

div#backdrop{
	width: 980px;
	padding: 5px 5px 5px 5px;
	margin: 5px auto 20px auto;
	background-color: #8c8c8c;
}

div#header{
	width: 975px;
	height: 65px;
	background-color: #fff;
	border-top: 8px solid #333;
	border-bottom: 1px solid #000;
	background-image: url('../images/tile-header.gif');
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

div#main{
	width: 960px;
	background-color: #fff;
	padding: 10px;
}

div#mainnav{
	float: left;
}

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: #990000;
}

div#mainnav a:hover{
	text-decoration: underline;
}

.mainnavbuttonon{
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #59667e;
	border-left: 1px solid #59667e;
	background-image: url('../images/nav-btn-tile.gif');
	background-repeat: repeat-x;
}

div.mainnavbuttonon a:link, 
div.mainnavbuttonon a:active, 
div.mainnavbuttonon a:visited,
div.mainnavbuttonon a:hover{
	color: #999;
}

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: 9px;
	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;
	padding: 15px 15px 15px 15px;
}

div#headercol2{
	margin-left: 10px;
	float: right;
	padding: 5px;
	font-size: 9px;
	text-align: right;
}

div#footer{
	clear: both;
	padding-top: 20px;
	margin-top: 50px;
}

div#col1, div#col2{
	padding-bottom: 10px;
}

div#col1{
	float: left; 
	width: 730px;
}

div#col2{
	float: left; 
	width: 215px;
	margin-left: 15px;
	margin-top: 50px;
}

p.confirmation{ color: black; background-color: #CCFF99; border: 1px solid #006600; padding: 3px;}