/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main  {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#banner {
	position: relative;
	width: 950px;
	height: 198px;
	background-image: url(../images/leadershiproanecounty3.jpg);
	border-style: ridge;
}

#topnav  {
	width: 950px;
	height: 74px;
	position: relative;
	background-color: #FFFFFF;
	border-style: ridge;
}

#leftnav  {
	background-color: #FFFFFF;
	width: 235px;
	height: 800px;
	float: left;
	border-right-style: outset;
	border-bottom-style: ridge;
	clear:both;
}
	
	

#content  {
	background-color: #CCCCCC;
	width: 950px;
	height: 800px;
	position: relative;
	margin-bottom: 5px;
	border-style: ridge;
}

#bottomnav  {
	background-color: #FFFFFF;
	position: relative;
	width: 950px;
	height: 25px;
	margin-bottom: 5px;
	border-style: ridge;
	font-size:14px;
}
#leftcontent {
	margin-left:255px;
	margin-top:25px;
	padding:10px;
	width:650px;
	float:left;
	position:absolute;
	left: -7px;
	top: 3px;
			  }

#footer  {
	position: relative;
	width: 950px;
	height: 20px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-style: ridge;
}

td img {display: block;}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: #AFBDD7  url(../images/bottom_right.gif) no-repeat bottom right; 
} 
.cssbox {
	width: 200px !important; /* intended total box width - padding-right(next) */
	width: 200px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
	background-image: url(../images/bottom_right.jpg);
	margin-left: 10px;
} 

/* set the top-right image */ 
.cssbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
	background-image: url(../images/top_right.jpg);
	border-bottom-style: ridge;
} 

/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	background-image: url(../images/top_left.jpg);
	text-decoration: underline;	
} 

/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 0px 0 15px 0px; /* mirror .cssbox_head right/left */
	background-image: url(../images/bottom_left.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
} 

.cssbox_body ul li {
	list-style:none;
	margin-bottom: 25px;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #339933;
	
}
a:active {
	text-decoration: none;
	color: #00CCCC;
}
h2 {font-size:18px;}
.style2 {
	color: #000066
}

.style3
 {
 width: 220px;
 text-align: center;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 }

.style4
 {
 font: 24px, Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 margin-bottom:8px;
 color: #006;
 }
 
 .smtext {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000066;
 }
 
 .ultext {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000066;
 }