@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
}


#header {
	width: 100%;
	background-color: #2C3B26;
	height: 35px;
	color: #FFF;
	padding-top: 7px;
	font-size: 70%;
	font-family: "Courier New", Courier, monospace;
	padding-left: 5px;
}
#header a {
	color: #FC0;
	text-decoration: none;
}


a:link {
	color:#0000FF;
	text-decoration: none;
}      
a:visited {
	color:#333333;
	text-decoration: none;
}  
a:hover {
	color:#2C3B26;
	text-decoration: none;
}  
a:active {
	color:#666666;
	text-decoration: none;
}  


#banner {
	background-color: #2C3B26;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 3px;
	height: 110px;
	width: 100%;
	clear: both;
	float: left;
}
#banner #logo {
	width: 236px;
	background-color: #2C3B26;
	float: left;
	background-image: url(/banners/Camo/jpg/234x60-camo.jpg);
	height: 100px;
	background-repeat: no-repeat;
}

#banner #bannerRight {
	width: 65%;
	height: 100px;
	background-color: #2C3B26;
	float: left;
	margin-left: 20px;
	font-size: 90%;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	color: #FC0;
}

#content {
	width: 100%;
	background-color: #CCC;
	height: 100%;
	padding-left: 5px;
}


#leftBar {
	float: left;
	width: 23%;
	background-color: #FF9;
	color: #03F;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	height: 0px;
	visibility: hidden;
}
#rightBar   {
	width: 0px;
	height: 0px;
	color: #CCC;
	font-style: normal;
	visibility: hidden;
}
#side_bar_ad  {
	height: 610px;
	width: 170px;
	background-color: #FFF;
	position: relative;
	top: 1000px;
	left: 0px;
}

#infoPane  {
	float: left;
	background-color: #CCC;
	width: 73%;
	min-width: 738px;
	padding-left: 5px;
	padding-right: 3px;
	height: auto;
}
#content #infoPane table, td, tr {
	text-align: left !important;
	border: 1 !important;
	font-size: 90% !important;
}

#adCarrier728 {
	width: 100%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #CCC;
	height: 95px;
}

#bottom  {
	background-color: #96F;
	height: 70px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	font-size: 80%;
	clear: both;
}

		#vp {
	color: #FC0;
		}
		#h {
	color: #FC0;
		}
		#c {
			font-family: sans-serif;
			font-size: 1.25em;
			line-height: 1.5em;
			padding: 0 1em;
		}
		i {
			color: red;
		}
		#note {
			color: red;
			font-size: 0.85em;
		}
	 	#ua {
			font-family: 'Courier New', Courier, monospace;
			font-size: 0.85em;
			line-height: normal;
		}
		p:last-child {
			font-size: 0.75em;
			margin-top: 30px;
		}
