/* CSS Document */

body {
	margin:0;
	padding:0;
	background: url(images/blackbg.gif) repeat-x #846433;
	font-size:11px;
	color:#2B2B2B;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	
}

/****************************  Layout ******************************/
#container {
	position:relative;
	margin:20px auto 0 auto;
	padding:59px 0 0 0;
	width:898px;

	height:718px;
	background:url(images/background.jpg) no-repeat;
	z-index:3;
}


#content{
	width:606px;
	_width:602px;
	display:table;
	overflow:visible;
	margin:22px 0 0 0;
	padding:0 0 0 68px ;

}

#header {
	margin:0 0 0 224px;
	_margin:0 0 0 221px;
	width:674px;
	height:312px;

}

/********************************   Menu *********************************/




#menucol{
	width:224px;
	_width:221px;
	float:left;
}

#menucol ul, #menucol li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

#menucol ul{
	margin:90px 0 0 65px;
}

#menucol li a{
	font-family:		"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:16px;
	color:#005960;
	text-decoration:none;
	line-height:30px;
}

#menucol li a:hover{
	color:#E8EAEA;
}


#menucol h1{
	margin:94px 0 0 65px;
	color:#A1825B;
}
#menucol h2{
	margin:15px 0 0 0;
	padding:0;
	color:#A1825B;
	font-weight:bold;
}

#menucol p{
	margin:0;
	padding:0;
}

.news-latest-container{
	margin:0 0 0 65px;
	color:#989898;
}
.news-latest-container a{
	color:#A1825B;
	text-decoration:none;
}


#pagemenu{margin:20px 0 0 65px !important;}
#pagemenu li a{
	font-size:11px;
	text-decoration:underline;
	color:#849BA0;
	line-height:13px;
}


/********************************  General Tag styles  ******************/




h1{
	font-family:		"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:16px;
	color:#005960;
	margin:0 0 14px 0;
	padding:0;
	font-weight:normal;
}
h2{
	font-size:11px;
	color:#005960;
	margin:0;
	padding:0;
	font-weight:bold;
}

.bodytext {margin:0;padding:0}



#toolmenu{
	position:absolute;
	left:728px;
	top:398px;
	width:100px;
	height:20px;
}

.toolmenu{
	margin:0 14px 0 0;
}



/********************************   Rightcol ********************************/
.rightcol h1{
	margin:0;
	color:#DCB04C;

}

/********************************   Flexible Content Elements ****************/
.twocolfce .leftcol {
	float:left;
	width:400px;
}

.twocolfce .rightcol {
	float:left;
	width:156px;
	margin:30px 0 0 36px;
}

.clearfloat{clear:both;}


