html, body, #pagebg { background-color: #000; height:100%; margin: 0; padding: 0; border: none; }
			#pagebg { margin: 0; vertical-align: middle; width: 100%; }

.backrot { vertical-align: middle; height: 100%; margin: 0px; padding: 0px; border: 0px; }

div, p, blockquote, ol, ul, dl, li, dt, dd, td 	{ color: #ccc; font-size: 11px; font-family: Verdana, Arial, sans-serif; line-height: 150%; }

a:link, a:visited	{ color: #ccc; font-weight: normal; text-decoration: underline; }
a:hover, a:active	{ color: #fff; font-weight: normal; text-decoration: none; background-color: #500000; }

.footer								{ color: #ccc; font-size: smaller; font-style: italic; text-align: center; }
.footer a:link, .footer a:visited	{ color: #ccc; text-decoration: none; }
.footer a:hover, .footer a:active	{ color: #fff; text-decoration: underline; background-color: #500000; }

.border-all		{ border: solid 2px #ccc; }
.border-mid		{ border-right: 2px solid #ccc; border-left: 2px solid #ccc; }
.border-left	{ border-left: 2px solid #ccc; }

.margin	{ text-align: left; margin: 10px  }

.formheadings	{ font-weight: bold; }
.formresults	{ font-style: italic; }

.headings 	{ font-weight: bold; background-color: #500000; margin-right: -10px; margin-left: -10px; padding-right: 10px; padding-left: 10px; }
.small 		{ font-size: smaller; }


h3 { 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #000; 
	background: #777; 
	cursor: pointer; 
	min-height: 100%; 
	padding: 4px 10px; 
	margin: 0 auto; 
	height: auto !important; 
	height: 100%; /*stoopid ie*/ 
	border-style: solid; 
	border-width: 1px;
	}

h3 a:link, h3 a:visited { font-weight: bold; letter-spacing: 2px; display: block; text-decoration: none; color: #000; }
h3 a:hover, h3 a:active { color: #fff; background-color: #500000; }

.nav							{ color: #ccc; margin: 0 0 0 10px; padding: 5px 0 10px 10px; border-left: 2px solid #500000; }
.nav a:link, .nav a:visited		{ color: #ccc; text-decoration: none; }
.nav a:hover, .nav a:active		{ color: #fff; font-weight: bold; text-decoration: none; background-color: #500000; }
