﻿body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#container {
	border: 10px solid #000000;
	width: 750px;
	margin: 0 auto;
	background-color: #000000;
}
#header{
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #FFFF66;
	font-size: 10pt;
}
#navigation {
	width: 100%;
	height: 5px;
	text-align: center;
	background-color: #333333;
	color: #FFFF66;
	font-size: x-small;
	font-weight: bold;
}
#footer {
	width: 100%;
	text-align: right;
	background-color: #333333;
	text-align: right;
	clear: both;
	color: #ffff66;
}
	
.footer_text {
	font-size:10px;

	}

.footer_text a{
	color: #ffff66;
	text-decoration: none;
}
.footer_text a:hover {
	color: #000000;
	background-color: #ffff66;
	text-decoration: none;
}
	
.navicons{
	margin: 2px 5px 2px 0;
	vertical-align:middle;
	}
	
.navicons:hover {
	border-bottom:1px #ffffff dashed;
	}

h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#CC6600;
	}

h2 {
	margin: 0 0 10px 25px;
	font-size:24px;
	color:#FFFFFF;
	}
h4 {
	color: #FFFF00;
	font-style: italic;
	font-size: small;
}
	
.navigation_header {
	font-size: 10pt;
	color: #FFFF00;
	margin: 0px;
	font-weight: bold;
	text-align: left;
}
#vertinav {
	width: 200px;
	float: left;
	text-align: left;
}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin-left: 6px;
	color: #ffff66;
	text-decoration: none;
	padding-left: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-style: solid;
	border-left-color: #000000;
}
#vertinav li a:hover {
	border-left-style: solid;
	border-left-color: #FFFF66;
	color: #000000;
	background-color: #FFFF66;
	border-right-style: solid;
	border-right-color: #ffff66;
}
#content {
	width: 549px;
	float: right;
	color: #FFFF66;
}
p {
	color: #FFFF66;
	margin: 0 5px 10px 10px;
	text-align: justify;
}
a {
	color: #FFFF66;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
h3 {
	font-size: large;
	font-weight: bold;
	color: #FFFF00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFF00;
	padding-top: 10px;
	text-transform: uppercase;
}
