@charset "utf-8";
/* CSS Document */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/body_bg_top_01.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#a30909;
	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;
}
a{	color:#f90;}

.toppannel{
	position:relative;
	width:100%;
	height:266px;
	margin:0;
	padding:0;
}

.toppannel .topmidpanel{
	position:relative;
	margin:4px auto;
	padding:0;
	height:170px;
	width:985px;
	background-image:url(../images/banner_top_03.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.toppannel .topmidpanel .logo{
	position:absolute;
	top:20px;
	left:0px;
	margin:0;
	padding:0;
}

.topicons{
	position:absolute;
	top:35px;
	left:970px;
	margin:0;
	padding:0;
}

.toppannel .topmidnav{
	position:relative;
	margin:0 auto;
	padding:0;
	height:85px;
	width:575px;
}

.middlepanel{
	position:relative;
	margin-top:-5px;
	padding-top:20px;
	min-height:494px;
	width:100%;
}

.bottompanel{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:124px;
}

.bottompanel .botomcontent{
	position:relative;
	margin:0 auto;
	padding:50px 10px 10px 10px;
	width:985px;
	color:#F90;
	font-size:70%;
}

.bottompanel .botomcontent a{
	color:#F90;
}

#databox {
	 font-size:130%; 
	 color:#F90;
	 font-weight:bold;
	 font-style:italic;
}
.column3
{
	width:300px;
	float:left;
	margin-right:10px;
	border-right:dotted thin #700;
}
.column3 h3
{
	background:#850F0F;
	color:#fff;
	font-size:1.2em;
	line-height:1.6em;
	vertical-align:middle;
	text-align:left;
	padding-left:30px;
	margin-right:20px;
}
.column3 a
{
	color:#f90;
}
.column3 ul
{
	margin-left:20px;
}