body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin: 0;
	padding: 0;
/*	background-image: url("./images/BS06099.jpg");
	background-attachment:fixed;
	background-repeat: no-repeat;*/
	background-color:black;
}
.container {
	/*	margin-top: 10px;*/
	position: absolute;
	width: 796px;
	left: 75px;
/*	margin-left: -400px;*/
	color: #EAEAEA;
	background-color:transparent;
	top: 118px;
	visibility: visible;
}
.space{
	width:100px;
	height:100px;
	float:left;
}
.header {
	position: absolute;
	left: 70px;
/*	margin-left: -400px;*/
	padding:5px;
	height:100px;
	width:800px;
	color: #33CC33;
	border-bottom:1px solid #33CC33;
	top: 5px;
}
.body-container{
	float:left;
	margin:0px;
	padding:0px;
	width:600px;
/*	border-left:1px solid #33CC33;*/
}
.footer {
	height: 10px;
	width:800px;
	font-size: .80em;
	color: #33CC33;
	text-align:center;
	padding:5px;
	border-top:1px solid #33CC33;
}
.divider {
	height: 2px;
	width:550px;
	text-align:center;
	padding:0px;
	padding-top:2px;
	border-top:1px solid #33CC33;
}
.menu {
	background-color:#111111;
	float:left;
	margin: 0px;
	list-style-type:none;
}
.menu ul{
	margin-left: 0px;
	list-style-type:none;
}
.center {
	padding:15px;
}
.menu-list ul, .submenu-list ul{
	margin:0px;
	padding:0px;
	padding-bottom:0px;
}
.menu li {
	color: #EAEAEA;
	font-size: 1em;
	text-decoration: none;
	width:120px;
}
.menu li a {
	margin:0px;
	display: block;
	color: #33CC33;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color:transparent;
	padding:1px;
	width:120px;
	padding-left:10px;
}
.menu li a:hover{
	color: #eaeaea; 
	text-decoration: none;
	background-color:#33CC33;
	width:140px;
	text-align:center;
}
.submenu-list li a{
	color: #CC6600;
	font-weight:bold;
	text-decoration: none;
	padding:1px;
	margin-left:30px;
	width:120px;
}
.submenu-list li a:hover{
	color:#eaeaea;
	background-color:#CC6600;
	text-align:center;
	width:120px;
}
.sub-title{
	margin-top:5px;
	padding:0px;
	font-size: 1.3em;
	color: #33CC33;
}
img{
	margin:5px 5px 5px 5px;
	padding:0px;
	background:#ffffff;
	border:2px solid #eaeaea;
}
.left{
	float:left;
	margin:15px 15px 15px 0px;
	border:5px;
}
.right{
	float:right;
	margin:15px 0px 15px 15px;
	border:5px;
}
.thumb{
	border:2px solid #33CC33;
}
a{
	color:#9966ff;
	text-decoration:underline;
}
a:link {
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: #CC6600;
}
a:active{
	text-decoration:none;
	color: #CC6600;
}
blockquote{
	background-color:rgb(20%,20%,20%);
	padding : 5px;
	margin:30px;
	font-style:italic;
}
.highlight{
	color:#ffcc00;
}
h1 {
	font-size: 1.8em;
	color: #33CC33;
}
h2 {
	font-size: 1.5em;
	color: #33CC33;
}
h3{
	color:#33CC33;
	font-size:1.3em;
}
h4{
	color:#EAEAEA;
	font-size:1.1em;
}
h5{
	color:#ffcc00;
	font-size:1.0em;
	font-style:normal;
}
h6{
	color:#EAEAEA;
	font-size:1.1em;
}
p{
	color:#ffcc00;
}
