﻿@import url("layout.css");
body {
	color: #333; 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 1em; 
	line-height: 20px;
	text-align: center; 
	margin-bottom: 10px;
	margin-top: 10px;
	background: #FFBC1C url(../images/body_bkg.png) repeat-x 0 -3px;
}
h1 {
	font-size: 1.5em;
	font-weight:bold;
}
h2 {
	font-size: 1.3em;
	font-weight:bold;
}
h3 {
	font-size: 1em;	
	font-weight:bold;
}
h4 {
	font-size: 0.9em;	
	font-weight:bold;
}
h5 {
	font-size: 0.8em;	
	font-weight:normal;
}
#bodyline {
	margin-left: 25px;
}
#container {
	width: 880px;
	margin: 0 auto;
	background-color: white;
}
#masthead {
	text-align: right;
	overflow: auto;
	background: #FFC324;
	margin: 0;
 	margin-bottom:-16px;
}
#sidebar {
	float: left;
	width: 180px;
	height:400px;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-left: 5px;
	text-align: center;
	font-size: 1.2em;
	background-color:#FFF;
}
#content {
	width: 850px;
	padding-top: 0px;
	margin-top: -30px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
	position: relative;
	text-align: left;
	margin-right: 20px;
	overflow:hidden;
}
#content_right {
	float:right;
	clear:none;
	width: 600px;
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
	position: relative;
	text-align: left;
	margin-right: 20px;
	overflow:hidden;
}

#pblocked {
	margin: 0 30px 0 20px;
	background-color:#FFF;
}
#sidebar_right {
	float: right;
	clear:none;
	width: 260px;
	height:400px;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-left: 5px;
	text-align: center;
	font-size: 1.2em;
	background-color:#FFF;
}

#top {
	background: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}

#middle {
/*	background: #FFFFFF; url('../images/border_middle.png') repeat-y center top;*/ 
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left; 
	border-left:4px #a1d358 solid;
	border-right: 4px #a1d358 solid;
	width: 872px;
	overflow:hidden;
}
	
#bottom {
	background: url('../images/border_bottom.gif') no-repeat;
}
	
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 876px;
	padding: 0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#masthead img {
	float: left;
	
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%; 
	display: block;
	margin: 0;
	padding: 0;
	font-size:0.9em;
}
#sidebar li {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	color: green;
	text-align: left;
}
#sidebar a {
	font-weight: bold;
	height:25px;
	padding-top:40px;
	padding-left: 36px;
	text-decoration: none;
	color: green;
	display: block;
	background:url('../images/nav_button2.png') no-repeat ;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F4B100;
	background:url('../images/nav_button_hot2.png') no-repeat;
}

#sidebarhot {
	height:25px;
	padding-top:40px;
	padding-left: 36px;
	text-decoration: none;
	color: green;
	display: block;
	background:url('../images/nav_button_hot2.png') no-repeat;
}
#menus	{
	width: 650px;
	float: right;
	margin-top: 10px;
	position: relative;
	text-align: left;
	border: 0px;
}
#menus p {
	line-height:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menusub {
	font-size:0.8em; padding-left: 10px; padding-right: 10px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0px;
	color: #808080;
}
#footer a {
	color: green;
	text-decoration: underline;
}
#footer a:hover {
	color: #F4B100;
}
.credit a {
	text-decoration: none;
	color:gray;
}
.credit a:hover {
	text-decoration: underline;
	color:navy;
}

.style_bold {
	font-weight: bold;
	font-size: 16px;
}

.style_italic {
	font-weight: bold;
}
#credit {
	width: 100%;
	background: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0;
}

#credit p {
	font-size: 0.8em;
	color: gray;
}
#credit a {
	color: gray;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
	color: navy;
}
.hiddenpic {
	display: none;
}
a {
	color: green;
	text-decoration: underline;
}
a:hover {
	color: #F4B100;
}
a:visited {
	color:#52741F;
}