/* CSS Document */
*{margin: 0px; padding: 0px;}
body{
	margin: 15px 0px auto;
	background: #0e2602 url(../Images/Main-BG.gif) repeat-x top left;
	font: normal 10pt arial;
	line-height: 16pt;
	color: #403f0d
}
	
img{
	border: 0px;
}

a{color: #006600; }
a:active{color: #006600; }
a:hover{color: #993300; }
a:visited{color:#006600; }

.clear{
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
}

#Wrapper{
	margin: 0px auto;
	width: 100%;
	text-align: left;
}


#Logo{
	z-index: inherit;
	position: inherit;
}

#Logo h1{
	position: inherit;
	top: auto;
	left: auto;
	width: auto;
	height: 40px;
	border-bottom: 1px solid #a0956e;
}

#Logo h1 span{
	display: inherit;
	font-size: 120%;
	color: #003300;
}

#PrimaryNav {
	display: none;
}

#PrimaryImage {
	display: none;
}

#PrimaryContent{
	padding: 15px 0px;
	background: #ededd9;
	text-align: left;
	background: #ededd9 url(../Images/Grad.jpg) no-repeat top left;
	
}

#PrimaryContent .Left{
	float: none;
	padding: 10px 0px;
	width: 100%;
	border-right: none;
	border-bottom: 1px dashed #a0956e;
}

#PrimaryContent .Right{
	float: none;
	padding: 10px 0px;
	width: 100%;
}

#PrimaryContent .Right h1{
	font-size: 110%;
	color: #003300;
}

#PrimaryContent .Right .Top{
	margin-bottom: 10px;
	border-bottom: 1px dashed #a0956e;
}
#Footer{
	clear: both;
	padding: 0px 10px;
	font-size: 80%;
	color: #666633;
	height: 40px;
	line-height: 20px;
	background: Transparent url(../Images/Footer.gif) no-repeat top left;
	border-top: 1px solid #a0956e;
}
#Footer .CopyRight{
	float:none;
	
}
#Footer .Credits{
	display:none;
	
}
