@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #2B2F37;
}
.normal{
	background-image: url(../images/body_banner.png);
	background-repeat: repeat-x;
}
.no_banner{
	background-image: url(../images/no_banner.png);
	background-repeat: repeat-x;
}
img {
	border:none;
}
#bd{
	background-color: #FFFFFF;
	width:100%;
}
.normal #bd{
	background-image: url(../images/body_banner.png);
	background-repeat: repeat-x;
}
.no_banner #bd{
	background-image: url(../images/no_banner.png);
	background-repeat: repeat-x;
}
.container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0;
	margin: 0;
	height:75px;
	overflow:hidden;
}
#header_content{
	overflow:hidden;
}
#header_content img{
	margin-top: 10px;
}
#header_menu {
	text-align: right;
	float: right;
	padding-right: 0px;
	padding-top: 20px;
	margin: 0;
	overflow:hidden;
}

#header_menu ul{
	margin:0;
	padding:0;
}
#header_menu ul li{
	display:inline;
}
#header_menu ul li a{
	text-decoration:none;
	color:#000000;
}
#header_menu ul li a:hover{
	text-decoration: underline;
}
#banner {
	height: 165px;
	margin: 12px 0 0 0;
	overflow:hidden;
}
#banner p{
	margin:0;
}
#banner ul{
	font-size:20px;
	color: #FFCC00;
	list-style:inside square;
	font-weight:bold;
	margin:0;
	padding: 0;
	line-height:25px;
}
#banner ul li{
	padding: 0;
	margin: 0;
}
#banner ul li a{
	font-size: 13px;
	color:#333333;
	margin: 0;
	padding: 0;
}
#banner_inner{
	background-image:url(../images/banner_inner.png);
	background-repeat:repeat-x;
	color: #FFFFFF;
	padding: 0;
	height: 165px;
	width: 900px;
}
#banner_left{
	width:410px;
	margin:0;
	padding:10px 20px 0 20px;
	float:left;
}
#banner_right{
	width:450px;
	margin:0;
	padding:0;
	float:right;
}
#banner_inner h1{
	font-size:42px;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;/*
	padding-top: 25px;
	padding-left: 10px;*/
}
#banner_right img{
	width:450px;
	float:right;
}
.normal #nav_menu{
	margin: 12px 0 0 0;
	height: 39px;
}
.no_banner #nav_menu{
	margin: 13px 0 0 0;
	height: 39px;
}
#mainContent {
	padding: 0;
	background: none;
	color: #666666;
	min-height:470px;
	height:auto !important;
	height:470px;
}
* html #mainContent {
height: 260px;
}
#mainContent h1{
	font-size: 34px;
	font-weight: normal;
	padding: 10px 0;
	margin: 0 0 15px 0;
}
#mainContent a{
	color: #FFCC00;
	font-weight:bold;
}
#main_left, #main_right .inner{
	padding-top: 25px;
}
#main_left{
	width: 595px;
	float: left;
	background: none;
	padding-right: 20px;
	margin-bottom: 30px;
}
#main_right{
	width: 285px;
	float: left;
	margin-bottom: 30px;
	background-image: url(../images/shadow.png);
	background-position: top left;
	background-repeat: repeat-y;
}
#main_right .inner{
	background-image: url(../images/shadow_line.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#mainContent h3{
	font-size: 16px;
	font-weight: bold;
}
#mainContent h3 a{
	color:#666666;
	text-decoration:none;
}
#mainContent h3 a:hover{
	text-decoration:underline;
}
#mainContent p.date{
	font-style:italic;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	padding: 12px 0 0 0;
	height: 208px;
	margin: 0;
	background-color: #2B2F37;
	color:#999999;
	font-size: 12px;
}
#footer .container{
	text-align:center;
}
#footer p{
	margin:12px;
}
#footer img{
	border: 1px solid #666666;
	margin-right: 30px;
}
#footer a{
	color:#999999;
}
.clear{
	clear:both;
}
div.info{
	margin-bottom:35px;
}
div.info p{
	margin-top: 0;
}
div.title{
	float:left;
	color:#FFFFFF;
	background-color:#464A53;
	padding-top:10px;
	margin-right:25px;
	height: 185px;
	width: 255px;
	text-align:center;
}
div.title img{
	border-bottom: 5px solid #FECB00;
	margin-bottom: 12px;
}
div.title span{
	font-weight:bold;
}
div.mini{
	color:#FFFFFF;
	background-color:#464A53;
	padding-top:2px;
	height: 163px;
	width: 235px;
	margin-bottom: 20px;
	text-align:center;
}
div.mini img{
	border-bottom: 5px solid #FECB00;
	margin-bottom: 8px;
}
div.mini span{
	font-weight:bold;
}
.link{
	text-align:right;
	font-size: 12px;
}
