@CHARSET "UTF-8";

body{
	font-size: 9pt;
	font-family: arial, helvetica, verdana, sans-serif;
	background: white;
	margin: 0;
	padding: 0;
	background: #EBEBEB;

}


#section2 {
	padding-bottom: 10px;
}

input,select,textarea {
	font-family: arial, helvetica, verdana, sans-serif;
}

body.popup{
	background: #FFFFFF;
}

#branding{
	display: none;
}

#wrapper{
	width: 1030px;
	
	padding: 0px 0px 45px 0px; 
	background: white url('img/bg_page.jpg') bottom left no-repeat;
	
}

#header{
	
	height: 180px;
	background: white;
	margin: 0px 20px 0px 20px; 
	
}
.header{
	background: url("img/header.jpg");
}
.header2{
	background: url("img/header_red.jpg");
}



#nav-meta{
	height: 25px;
	margin-left: 200px;
}

#wrapper-content{
	margin: 20px 20px 0px 20px; 
	background: white;
}

#nav-section{
	float: left;
	width: 185px;
}

#content-section{
	float: right;
	width: 790px;
}
#footer{
	background: url("img/line.gif") 0 0 repeat-x;
	padding: 3px 0 0 0;
}
#footer-sponsors{
	background: #F0F0F0;
	display: block;
	position: relative;
}


/* META-NAVIGATION
---------------------------- */ 
#header{
	font-size: 95%;
	font-weight: bold;
	
	color: white;
	position: relative;
}


#logolink  {
	position: absolute;
	top: 34px;
	left: 0px;
	height: 76px;
	width: 221px;
	
}

#logolink a {
	height: 76px;
	width: 221px;
	display: block;
	text-decoration: none;
}
#logolink a:hover , #logolink a:active{
	text-decoration: none !important;
}

 #nav-meta a, #language a{
	color: white;
	text-decoration: none;
	padding: 0.5em 0.75em;
}

#nav-meta ul{
	margin: 0;
	padding: 5px 1em;
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
}
#nav-meta ul li{
	float: left;
}


#search{
	float: right;
	margin-top: 15px;
	width: 230px;
	height: 50px;
	color: black;
}
.header2 #search{
	color: white;
}
#search label{
	margin: 0 0.5em 0 0;
}

#searchfield{
	margin: 2px 5px;
	width: 145px;
	font-size: 100%;
}






.contentcolumn {
	float: left;
	width: 590px;
}
