/* CSS Document */


body {font-size:12px; color:#1B326A; font-family:Arial, Helvetica, sans-serif;}


#wrapper {
	position:relative;
	border:#1B326A solid 1px;
	text-align:left;
	width:760px;
	padding:0px;
	margin:20px 0px 20px 0px;

}

	
#header {
	position:relative;
	top:0px;
	/*border-bottom:1px #999999 solid;*/
	background-color:#eae9e8;
	width:760px;
	height:209px;
	text-align:left !important;
	background-image:url(../images/WEF_headerC.jpg);
	background-repeat:no-repeat;
	
}


#main_area {	 
	height:100%; 
	padding:20px 20px 0px 0px; 
	margin: 0px 0px 0px 210px;
	min-height: 600px;
	}

#column1 {
	position:relative;
	float:left;
	width:120px;
	padding-top:20px;
	padding-left:55px;
	height:auto;
	}

.leftnav {
	list-style:none;
    list-style-position:outside;  
	margin-right:5px;
	margin-left:5px;
	padding:0px;
    font-size: 14px;
}	

.leftnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;	 
	color: #1B326A;
	padding-left:2px;
	padding-right:2px;
	padding-top:3px;
	padding-bottom:4px;
	border-bottom: 1px dotted #1B326A; 
}

.leftnavtext A:link { color: #1B326A;
                    text-decoration: none; }

.leftnavtext A:visited { color: #1B326A;
                       text-decoration: none; }

.leftnavtext A:hover { color: #C4E3E2;
                     text-decoration: none; }

.leftnavlocate {
	color: #333333;
	background-color: red;}

#left_box {}

#footer {
	padding-bottom:10px;
	padding-left:190px;
	}
	

