@charset "UTF-8";
/* CSS Document */

body {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	background-color: #333333;
	background-image:url('../images/BG.gif');
	background-repeat: repeat-x;
	margin:0px;
	padding:0px 0 231px 0;
}
.normal, .normal a, .normal a:hover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	text-decoration:none;
}
a {
	color: #4486c1;
	text-decoration: none;
}
a:visited {
	color: #4486c1;
}
a:hover {
	color: #4486c1;
	text-decoration: underline !important;
}
a:active {
	color: #4486c1;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #741f18;
	line-height:100%;
	text-transform: uppercase;
}
H4{
	margin-top:0px;
	font-size: 14px;
	font-weight: bold;
	color: #4486c1;
	line-height:100%;
}
#logo {
	position:absolute;
	top:54px;
	margin-left: -420px; 
	width:250px; 
	height:71px;
	left:50%;
	z-index:1;
}
#header {
	position:absolute;
	top:50px;
	margin-left: -140px; 
	width:310px; 
	height:45px;
	left:50%;
	z-index:2;
}
#trophy {
	position:absolute;
	top:28px;
	margin-left: 265px; 
	width:92px; 
	height:150px;
	left:50%;
	z-index:99;
	background-image:url('../images/Header_award.png');
	background-repeat:no-repeat;
}
#nav {
	position:absolute;
	width:640px;
	margin-top: 112px;
	margin-left: -158px;
	left:50%;
	padding:0px;
}
#container {

	margin: auto;
	z-index:95;
	min-height:510px;
	width:100%;
	margin-top:150px;
	background-color:#ffffff;
}

#maincontent {
	width: 992px;
	left:50%;
	margin-left:-55px;
	text-align:left;
}
#footer  
{
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 231px;
	 margin:0px;
	 padding:0px;
	 background-image:url('../images/BG_Bottom.gif');
	 background-position: bottom;
	 background-repeat:repeat-x;
	 vertical-align:bottom;
     }
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: strong;
	color: #5c5c5c;
	line-height:150%;
	margin:0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height:100%;
	margin:0px;
	width: 226px;
	height: 26px;
	background-image:url('../images/BocBG.gif');
	background-repeat:no-repeat;
	padding: 7px 0 0 7px;
	text-align:left;
}
	
.Rightcolumn{
	float:right;
	text-align:center;
	margin-left:25px;
}

.Rightcolumn IMG {
	padding-bottom:20px;
}

