* {margin: 0; padding: 0;}

body{	
	color: #000000;
	background: #006899 url(../images/back.gif) repeat-x;	
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #0397d5;
}

a:HOVER{
	text-decoration: none;
}

p{
	padding: 5px 10px 5px 10px;
}

h1, h2, h3, h4{
	color: #0397d5;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

ul.menu{
	list-style-position: outside;
}

li.list{
	margin-left: 30px;
}

input{
	color: #000000;
	font-size: 11px;
	border: 1px solid #d1e0db;
	padding: 2px;
}

.left{
	float: left;
	width: 684px;
}

.right{
	width: 244px;
	float: right;
	display: inline;
}


/*-- MAIN ELEMENTS --*/

.clear{
	clear: both;
}

.wrapper{
	width: 980px;
	text-align: left;
	margin: 0px auto;
}

.sliver{
	background: url(../images/sliver.gif) no-repeat;
	width: 5px;
	height: 200px;
	float: left;
	display: inline;
}

.logo_div{
	width: 1px;
	display:block;
	float:left;
}

a.logo{
	background: url(../images/logo.gif) no-repeat;
	display: block;
	width: 196px;
	height: 162px;
	text-indent: -9999px;
}

.header,  .header_2{
	background: url(../images/header_2.jpg) no-repeat;
	width: 779px;
	height: 260px;
}

.header_2{
	background: url(../images/header_2.jpg) no-repeat;
	height: 270px;
}

input.field{
	width: 170px;
}

input.button{
	color: #ffffff;
	background: #009966;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

ul.nav{	
	width: 186px;
	height: 20px;
	margin: 0px 0px 0px 10px;
	list-style: none;
}

ul.nav li{
	background: url(../images/nav_back.gif) repeat-x; 
	margin: 0px 0px 0px 0px;
}

ul.nav a{
	color: #000000;		
	padding: 5px 4px 0px 10px;
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul.nav a:HOVER{
	background: url(../images/nav_back_over.gif) repeat-x;
}

ul.nav li.selected{
	background: url(../images/nav_back_over.gif) repeat-x;
}

/*-- SUBNAV --*/

ul.nav div.sub_nav{
	background: #009e86;
	width: 186px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #006899;
}

ul.nav div.sub_nav a{
	color: #ffffff;
	background: none;
	padding: 2px 4px 2px 20px;
}

ul.nav div.sub_nav a:HOVER, ul.nav div.sub_nav a.on{
	background: #00584b;
}

/*-- MAIN --*/

.main{
	background: url(../images/main_back.gif) repeat-y;
	width: 980px;
}

.content{
	width: 779px;
	float: right;
	display: inline;
}

.partners{
	width: 742px;
	height: 137px;
	margin: 0px 0px 0px 5px;
	float: left;	
	text-align: center;
}

.partners_td{
	width: 371px;
	border: 1px solid #a39b8f;
}

.partners .home_event{
	padding: 8px 10px 8px 10px;
	text-align: left;
}

.partners .home_event a.title{
	font-size: 14px;
}

.partners .home_event p{
	padding: 0px 10px 0px 10px;
}

.partners .home_event p span{
	color: #0397d5;
}

.sub .content_2 ul.menu{
	list-style-position: outside;
}

/*-- FOOTER --*/

.footer{
	background: url(../images/footer.gif) no-repeat;
	width: 980px;
	height: 17px;
	clear: both;
}

.nav_footer{
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.nav_footer a{
	color: #ffffff;
	font-size: 11px;
}

.nav_footer p{
	color: #8cbbd1;
	font-size: 11px;
}