A:link {color:#999999; text-decoration:none;}
A:visited {color: #999999; text-decoration:none;}
A:active {color: #999999; text-decoration:none;}
A:hover {color: red; text-decoration:none; font-weight:bold;}

body  {
	background-color:#000000;
	}

#main  {
	position:relative;
	width:728px;
	margin: auto;
	border-style:inset;
	border-color:#CCCCCC;
	}

#top  {
	position:relative;
	width:728px;
	height:auto;
	background:url(images/banner.jpg) no-repeat;
	}

#menu  {
	position:relative;
	width:728px;
	height:25px;
	margin: 0 0 0 0;
	background: url(images/menu.jpg) repeat-x;
	}

#body  {
	position:relative;
	width:728px;
	margin: 0 0 0 0;
	}

#sidebar  {
	float:right;
	width:10em;
	margin:1em 0 0 0;
	padding:3px;
	}

#sidebar h2  {
	text-align:left;
	clear:both;
	padding:0 0 0 1.5em;
	color:#000000;
	background-color:#BC2601;
	font-style: italic;
	font-size: 14px;
	}

#content  {
	clear:left;
	text-align:left;
	margin:1.2em 10.5em 0 0;
	padding:1em 1ex 1em 1.5ex;
	}

#content h2  {
	text-align:center;
	color:#000000;
	background-color:#BC2601;
	font-size: 20px;
	}


#footer {
	border-top:1px solid #BC2601;
	padding-top:0px;
	text-align:center;
	width:90%;
	margin:auto;
	font-size: 10px;
	}


h1  {
	color: #BC2601;
	font-size:1.6em;
	}
	
h3 {
color: #BC2601;
font-size:1.4em;
font-weight:bold;	
}


legend {
	color:#BC2601;
	}

p  {
	color:#BC2601;
	}

ol li, ul li { color: #BC2601; font-size: 1em; line-height: 2em }