@charset "utf-8";
/* CSS Document */

body{
	background: url(images/bg.jpg) top left no-repeat #d6ecea;
	margin: 0px;
	padding: 20px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#83979e;
	}
#center{
	width:837px;
	margin: 0 auto;
	}
#wrapper{
	background: url(images/wrapper-bg.jpg) left repeat-y;
	width:820px;
	float:left;
	padding: 0 11px 0 6px;
	}
#header{
	background:url(images/header.gif) left no-repeat;
	width:837px;
	float:left;
	height:127px;
	}
#left{
	width:154px;
	float:left;
	padding:0 12px 11px 0;
	}
.nav{
	float:left;
	}
#media{
	background:url(images/left-bg.jpg) left repeat-y;
	width:154px;
	float:left;
	padding:8px 7px 11px 0;
	}
.media{
	float:left;
	padding: 2px 0 2px 0;
	}	
#left-cnt{
	background:url(images/left-cnt-bg.jpg) left repeat-y;
	width:118px;
	float:left;
	padding:10px 13px 10px 23px;
	text-align:right;
	color:#FFFFFF;
	}
#content{
	width:654px;
	float:left;
	}
#content2{
	width:634px;
	float:left;
	padding: 10px;
	}
#footer{
	background: url(images/footer.jpg) left no-repeat;
	width:788px;
	float:left;
	height:25px;
	padding: 40px 32px 0 17px;
	color:#FFFFFF;
	}
	
#copyright{
	width:807px;
	float:left;
	padding: 5px 30px 0 0;
	}
h1{
	color:#9ebb60;
	font-size:16px;
	font-weight:bold;
	padding:0 0 12px 0;
	margin:0;
	}
h2{
	color:#0d7ca2;
	font-size:14px;
	font-weight:bold;
	padding:0 0 12px 0;
	margin:0;
	}
	
h2 a {
	color:#0d7ca2;
	text-decoration:none;
	}

p{
	padding:0 0 8px 0;
	margin:0;
	line-height:16px;
	}
	
p a {
	color:#83979e;
	text-decoration:none;
	}
	
p a:hover { 
	text-decoration:underline;
	}

#left-cnt {
	color: #ffffff;
	font-size: 11px;
	}

#left-cnt a {
	color: #C3D82B;
	text-decoration: none;
	}

#left-cnt a:hover {
	color: #ffffff;
	}
	
ul{
	padding:0 30px 8px 30px;
	line-height:16px;
	margin:0;
	}
.green{
	color:#9ebb60;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	}
a.footer{
	text-decoration:none;
	color:#FFFFFF;
	margin:0 8px;
	}
.linked{
	color:#0d7ca2;
	font-weight:bold;
	text-decoration:none;
	}
img{
	border:0;
	}	

