/*
Default Black CSS layout
File = black.css
by Michael Fulk 
(C)2003 Capital Machine Company
*/

/* Link fonts and hovering */
a:link { color:#ffcc00; background: transparent;}
a:visited { color:#ff6600; background: transparent;}
a:active { color:#ffcc00; background: transparent; background-color: #333300;}
a img { border: none; border-style: none; background-color: transparent; color:#000;}
a { text-decoration: none; }
a.main {background: transparent; background-color: #555555; color:#ffcc00;}
/* Body tag margins, Set background color*/
body {background-color: black; color: black; 
  margin-top:0px; margin-bottom:0px; margin-left:0px;}

/* Hide from IE3 and NS4 */
@media screen {
  a:hover { background-color: #663300; color: #ffcc00; text-decoration: underline}
}

/* Navigation sidebar fonts and groups */
.SLink { font-style: italic; }
.SHeader { font-size: 14px; text-transform: uppercase; text-decoration: overline;}
.current {font-size: 12px; color: #000000; background: transparent; background-color: #ffcc00; font-style: normal;}
.bargroup { padding: 5px;}
.bullet { font-size: 14px;}

/* Main section fonts */
.dropcap { font-size: 175%; float: left; z-index: 15; padding:2px;}

/* Contact page fonts */
.required { color: #ff6600; background-color:transparent; font-weight: bold;}
.contact { font-size: 12px; border-color: #555555;	border-style: solid; border-width: thin; padding: 5px;}

/* Footer font */
.times { font-family: Times, serif;}
.footerfont {color: white; background-color: transparent;
	font-family: Verdana, Arial, sans-serif; font-size: 11px;}

/* Image frame floats */
.imageRight {
		float: right;	z-index: 16;	padding: 4px;	width: 150px;
		font-size: 60%;	text-align: center;
		background: transparent; background-color: #555555;
		border: 1px solid #000; margin: 20px 0px 5px 20px;
		-moz-border-radius: 10px;
		}
.imageLeft {
		float: left; z-index: 17;	padding: 4px; width: 150px; height: 150px;
		font-size: 60%;	text-align: center;
		background: transparent; background-color: #555555;
		border: 1px solid #000; margin: 5px 20px;
		-moz-border-radius: 10px;
		}
div.spacer {clear: both;}
.dontscreen { display: none;	}

/* Div table styles*/
#wrapper{position: relative; left: 10px; top: 5px; width: 90%;
  color: black; background-color: black;}
#header{position: relative; left: 0; top: 0;
  border-color: black; border-style: solid;
	clear: both;}

#main-section{position: relative; left: 0; top: 0; width: 100%;
  color: black; background-color: black;}
#main{position: relative; left: 27%; top: 0; width: 70%;
	padding: 20px 30px;
	border-color: black; border-style: solid;
	color: black;	background-color: #e3e3e3;
	font-family: Georgia, "Century Schoolbook", Times, serif;
	font-size: 16px;}
#sidebar{position: absolute; left: 0; top: 0; width: 25%;
	padding: 20px 5px;
	border-color: black; border-style: solid;
	color: black; background-color: #555555;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
#privacy{position:relative; left: 0; top:0; width: 80%;
	padding: 20px 10px;
	color: black; background-color: #e3e3e3;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;}

#footer{position:relative; left: 27.45%; top:0; width: 60%;
  margin-top: 20px;
	border-top: 1px solid white;
	color: white; background-color: transparent;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;}