@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

img, div { behavior: url(iepngfix.htc) }
	
#header{
	margin: 0;
	padding: 0;
	background-image:url(images/headerbg.png);
	background-repeat: repeat-x;
	height: 190px;
}

#headcont{
	background-image:url(images/skyline.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height: 190px;
	width: 850px;
	margin: 0 auto 0 auto;
}

#headlinks{
	height:189px;
	width:305px;
	float: right;
	background-image:url(images/headerlinksbg.png);
	background-repeat:no-repeat;
	font-size: 12px;
	
	}
	
#headlinks h2{
	font-size:14px;
	margin: 40px 0 12px 10px;
}

#headlinks a{
	width:283px;
	height:15px;
	float:left;
	padding-left:10px;
	padding-top:3px;
	margin-left:1px;
	color:#FFF;
	text-decoration: none;
}

#headlinks a:hover{
	background-color:#692B00;
	color:#CCC;
}




	

#content{
	height: 100%;
	width: 850px;
	margin: 0 auto 60px auto;
}
#contenttext{
	width: 545px;
	float:left;
	font-size: 12px;
	font-weight:normal;
	margin-bottom: 75px;
}

#contenttext p{
	margin-left: 5px;
	width: 515px;
	text-align:justify;

}

#contenttext a{
	color:#666;
	text-decoration:none;

}
#contentlinks{
	width: 305px;
	float:left;
	background-image:url(images/contentlinksbg.png);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

#contentlinks a{
	width:283px;
	height:15px;
	float:left;
	padding-left:10px;
	padding-top:3px;
	margin-left:1px;
	color:#000;
	text-decoration:none;
	font-size: 11px;
}

#contentlinks a:hover{
	background-color:#CCC;
}

#contentlinks img{
	margin:0;
	padding:0;
}

.rightrail {
	margin:0;
	padding:0;
}

#homenews{

}

#homenews a{
	color:#333;
	text-decoration: none;
}

#homenews a:hover{
	color:#999;
}


#footer{
	margin-top: 10px;
	padding: 5px;
	text-align:center;
	font-size: 10px;
	color:#666;
	position:fixed;
	bottom: 0px;
	background-color:#CCC;
	width: 100%;
	
}
#footer a{
	margin: 0 10px 0 10px;
	color:#666;
	text-decoration: none;
}

#footer a:hover{
	color:#8a4a0d;
}

.logo{
	padding: 35px 0 0 40px;
	float:left;
}

.contentfullwidth{
	margin: 15px 0 0 10px;
}

.clear {clear:both;}

.active {
	font-weight: bold;
}

.imageright{
	float:right;
	margin: 0 10px 10px 10px;
}