body{
	background:url(../_img/main_bg.gif) repeat-x #001494;
}

h2{
	font-family: "trajan-pro-1","trajan-pro-2", Georgia;
	font-size:24px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 1.4;
	margin-bottom: 10px;
}
h4 {
	size: 14px;
	margin-bottom: 7px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:justify;
	line-height:20px;
	margin-bottom: 15px;
}

img{
	border:none;
}
.clear {clear:both;}

#container{
	width:960px;
	margin: 0 auto;
	height:100%;
	background:#ffffff;
}

/* --------- HEADER ---------- */

#header{
	width:960px;
	height:173px;
	margin: 0 auto;
}
#logo a{ 
	margin-top: 5px; 
	display: block; 
	width: 561px;
	height: 173px;
	background:url(../_img/logo.png) no-repeat;
	text-indent: -9999px;
}

#header .contactInfo{
	  position: absolute;
	  margin-top: -35px;
	  margin-left: 380px;
}
#header .contactInfo p{
	text-align:right;
	margin-top:10px;
}
#header .contactInfo a{
	text-decoration:none;
	color:#ffffff;
}
#header .yellow{
	color:#ebd6b3;
}
#header .white{
	color:#ffffff;
}

/* ------ NAVIGATION ------- */

#nav {
	clear:both;
	width:930px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	background: url(../_img/nav_bg.png) no-repeat center;
}
#nav li {
	display: inline;
	width: 231px;
}
#nav li a {
	line-height: 56px;
	text-align: center;
	width: 231px;
	border-right: 1px solid #004bb1;
	float:left;
	text-decoration: none;
	color: #004bb1;
	font-weight: bold;
	vertical-align: middle;
	font-family: "trajan-pro-1","trajan-pro-2", Georgia;
}
#nav li a:hover {
	color: #003;
}
#nav li.scl a {
	line-height: 1;
	padding: 11px 0 11px 0;
	height: 33px;
}
#nav li.last a {
	border-right:0;
}
/*SLIDER*/
#leaderboard {
	margin: 0 auto;	padding-top: 17px;}
#slider {
	position:relative;
    width:925px;
    height:350px;
	margin: 0 auto;
	background:url(../_img/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
/* ----------------- MAIN STYLES ------------------- */

#main{
	background:#ffffff;
	margin: 0 auto;
	height:100%;
	width:920px;
	padding:10px 20px;
}
#left{
	width:620px;
	float:left;
	padding: 10px 0;
}

#left_content{
	padding:10px;
}

#right{
	width:255px;
	float:right;
	padding-top: 10px;
	margin-right:10px;
}
#right li {
	list-style: disc;
	margin-left: 15px;
	text-decoration: none;
	line-height: 1.3;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#right p{
	color:#013caa;
}
#right a{
	color:#013caa;
	text-decoration:underline;
}
#right a:hover{
	color:#333;
}

/* -------------- FOOTER STYLES ---------------------*/

#footer{
	width:920px;
	margin: 0 auto;
	background:#cacaca;
	padding:10px 20px;
}
#footer p{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#013caa;
}

#footer a{
	color:#013caa;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#333;
}
.center {
	text-align:center;
}
.right {
	float: right;
}