/* CSS File Created by Bradley Lietz*/
body {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url('bgmain.jpg');
        background-color: #000;
        font-size: 13px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header {
	width: 900px;
	height: 200px;

        }
		.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none; border-bottom:1px dotted;
	color: #3399CC;
}
.HeaderTextfontcontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.top_navigation {
        width: 900px;
        height: 40px;
        background: #333;
		float: left;
}
#menu {
float: center;
margin-top : 10px;
}
#menu ul {
margin : 0;
list-style : none
}
#menu li {
display : hidden;
}
#menu a {
margin-left:auto; margin-right:auto
text-align : left;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 14px;
color : #fff;
}
#menu a:hover {
color: #FF6600;
}
#menu .current_page_item a {
background : #ff6600;
}
       
.default {
	width: 900px;
	height: 500px;
	float: left;
	background-color: #000000;
	}
	input, textarea {
	background-color: #111111;
	color: #fff;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Content_Main {
	width: 900px;
	height: 400px;
	float: left;
	background-color: #000000;

}
.Content_Side {
	width: 250px;
	height: 500px;
	float: left;
	background-color: #000000;

}

.footer {
	width: 840px; 
	height: 50px;
float: left;
	background: #000;
	
        
}	
a:link {
color: #fff;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
color: #99FF33;
}
a:active {
	text-decoration: none;
	color: #fff;
}

.style1 {font-size: 16px}
	
a {
	color: #999;
}
h2 {
	font: bold 320%/100% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

.menu {
	width: 400px;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font: 150%/100% Arial, Helvetica, sans-serif;
}
.menu li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}
.menu strong {
	background: #fff;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
	background-color: #000000;
	width: 150px;
}
.menu em {
	background: #fff;
	padding: 0 0 0 5px;
	font: 110%/100% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: -.2em;
	right: -105px;
	background-color: #000000;
	width: 138px;
}
.menu sup {
	font-size: 60%;
	color: #666;
	margin-left: 3px;
}

.credits {
	color: #fff;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

.style2 {font-size: 14px}
`