body {
	margin:0;
	padding:0;
	background: #efefef url(/img/bg/blue-gray-down-16x280.jpeg) repeat-x fixed top;
}

body, td, input, select, textarea, .normaltext {
	font-family:Lucida Grande,Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#000;
}

h1, h2, h3, h4, h5 { margin:5px 0; }
h1 {
	font-family:Arial Black,Arial,sans-serif;
	font-size:28pt;
	line-height:30pt;
	letter-spacing:-3px;
	color:#333;
}

a:link { color:#009; }
a:visited { color:#606; }
a:focus { color:#360; }
a:hover { color:#360; }
a:active { color:#f00; }

.smallprint { font-size:8pt; }

.errormessage {
	color:#c00;
	font-weight:bold;
}

.hilite { background-color:#ff3; }

#everything {
	position:relative;
	top:0;
	left:50%;
	margin-left:-372px;
	margin-bottom:12px;
	width:744px;
}

#main {
	position:relative;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px 12px;
}

#bottomlinks {
	clear:both;
	margin-top:25px;
	text-align:center;
	color:#666;
	background-color:#eee;
	border:1px solid #ccc;
	padding:3px 5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
}
#bottomlinks a {
	color:#666;
}

#navspacer {
	height:44px;
}
#navcontainer {
	position:absolute;
	top:-1px;
	left:0;
	width:742px;
	border-bottom:1px solid #999;
}
#nav {
	position:relative;
	background-color:#8099E6;
}
#nav1 {
	background-color:#039;
}
#nav2, #nav1 .navhilite {
	background-color:#DEE4F8;
}
#nav1, #nav2 {
	width:100%;
	border:0;
	height:20px;
}

#nav1 td {
	font-weight:bold;
	width:157px;
}
#nav1 td, #nav2 td {
	padding:3px 0;
	text-align:center;
}

#nav1 a, #nav2 a { text-decoration:none; }

#nav1 a:link { color:#fff; }
#nav1 a:visited { color:#ddd; }
#nav1 a:focus { color:#fc0; }
#nav1 a:hover { color:#fc0; }
#nav1 a:active { color:#f00; }

#nav1 .navhilite a:link { color:#03c; }
#nav1 .navhilite a:visited { color:#03c; }
#nav1 .navhilite a:focus { color:#c00; }
#nav1 .navhilite a:hover { color:#c00; }
#nav1 .navhilite a:active { color:#f00; }

.toggle_button {
	cursor:pointer;
	font-size:13pt;
	letter-spacing:-1;
	font-weight:bold;
	border:8px solid;
	padding:5px 12px;
}
.unhover_button {
	border-top-color:#900;
	border-left-color:#900;
	border-right-color:#600;
	border-bottom-color:#600;
}
.hover_button {
	border-top-color:#090;
	border-left-color:#090;
	border-right-color:#060;
	border-bottom-color:#060;
}

.graydient {
	background-color:#eee;
	background-image: -moz-linear-gradient(left, #ccc, #eee 30%, #eee 70%, #ccc);
	background-image: -webkit-gradient(linear, left center, right center, from(#ccc), color-stop(30%, #eee), color-stop(70%, #eee), to(#ccc));
}

.widelist li {
	margin-bottom:10px;
}

.tablehead { background-color:#03c; }
.tablehead td {
	font-weight:bold;
	color:#fff;
}
