@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
}


#header {
	width: 100%;
	background-color: #2C3B26;
	height: 25px;
	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:#2C3B26;
	text-decoration: none;
}      
a:visited {
	color:#2C3B26;
	text-decoration: none;
}  
a:hover {
	color:#2C3B26;
	text-decoration: underline;
}  
a:active {
	color:#336600;
	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: 728px;
	background-color: #2C3B26;
	float: left;
	background-image: url(/banners/728x90-animated.gif);
	height: 100px;
	background-repeat: no-repeat;
}

#banner #bannerRight {
	width: 800px;
	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: #ddd;
	height: 100%;
}


#leftBar {
	float: left;
	width: 23%;
	background-color: #DDDDDD;
	color: #2C3B26;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	height: 100%;
	border-right: 2px solid #2C3B26;
	font-size: 90%;
}
#rightBar   {
	float: right;
	width: 20%;
	height: 100%;
	background-color: #ddd;
	color: #2C3B26;
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #2C3B26;
	text-align: center;
}
#rightBar #stopPress {
	background-color: #FFF;
	width: 90%;
	height: auto;
	color: #F00;
	text-align: center;
	border: 2px solid red;
	margin: auto;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
#content #rightBar #stopPress h4 {
	color: #000;
	text-align: justify;
	font-weight: 500;
}
#rightBar #side_bar_ad {
	height: 600px;
	width: 160px;
	background-color: #FFF;
	float: left;
	clear: both;
	margin-left: 10px;
}

#content #pane {
	margin-top: 5px;
}

#infoPane  {
	float: left;
	background-color: #CCC;
	width: 73%;
	min-width: 738px;
	padding-left: 5px;
	padding-right: 3px;
	height: auto;
}
#content 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;
		}
