html { height:100%}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin:0px;
	height:100%
}
a { color:#ccc; }
a:hover { color:#fff; }
li { margin-top: 15px;}
.content hr { color:#333; background-color:#333}
.nomargin li {margin: 0;color: white;}
p,h3 { margin-top:0px;}
.top {
	padding-top: 18px;
	padding-left:5px;
	background-image: url(top-r-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 12px;
	height: 128px;
}
.content {
	padding:0px;
	font-size: 80%;
}
.content div {
	padding:10px 0px 10px 10px;
	line-height:1.3;
}
.content strong { color:white;}
.line {
	background-color:  #ccc;
	height:10px;

}
.footer td {
	color: #666;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #666;
	text-decoration:none;
}
.nav {
	background-color: #222222;


}
.nav a {
	display: block;
	width: 150px;
	height: 23px;
	background-color: #CCCCCC;
	color: #660000;
	margin:1px;
	text-decoration:none;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	line-height:23px;
}
.nav a:hover {
	background-color: #660000;
	color: white;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	
}
.mainbuttonactive {
	background-image: url(arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	
}
