/* CSS Document */
*{
	margin:0; padding:0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

body{
	background:#FFF url(images/bg.gif);
	font-size:11px;
}

img{
	border:0;
}

h1{
	font-size:16px;
	color:#5CA058;
	margin:0 0 10px 0;
}

.entry-title {
	font-size:20px;
	color:#5CA058;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #5CA058;
}
.pagetitle {
	font-size:20px;
	color:#5CA058;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #5CA058;
}

p{
	margin:0 0 10px 0;
}

#site{
	width:1222px;
	margin:0 auto;
	background:#FFF;
	border:1px solid #FFF;
}

#header{
}

#logo{
	float:left;
	width:440px;
}

#top-right-nav{
	float:left;
	width:782px;
	height:43px;
	background:url(images/top-right-nav.gif) top right no-repeat;
}

#visual{
	border-bottom:1px solid #FFF; border-top:1px solid #FFF;
}

#content{
}

#left{
	float:left;
	width:180px;
}

#content-area{
	float:left;
	width:662px;
	padding:20px 100px;
}

#right{
	float:left;
	width:180px;
	background:#CCC;
}

#nav{
	list-style:none; list-style-type:none;
	background:#8CBD84;
}

#nav li{
	padding:5px;
	border-bottom:1px solid #FFF;
}

#nav li a{
	color:#FFF; text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#footer{
	padding:10px 0;
	text-align:center;
	background:#CCC;
	font:normal 12px Arial, Helvetica, sans-serif;
}

.clr{
	clear:both;
}
