/* CSS Document */


body {
	margin: 0;
	padding: 0;
	font: 92% verdana, helvetica, sans-serif;
	text-align: center;
	background-color: #C7DB34;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-x;
	}
	
#wrap {
	margin: 1em auto;
	width: 973px;
	background-image:url(../images/bottomedge.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	}


#contentwrap {
	margin: 0em auto;
	width: 800px;
	background-color: white;	
	background-image:url(../images/bkgd-white.gif);
	background-repeat:repeat-y;	
	}	
	
#banner {
	background-image:url(../images/banner-new.gif);
	background-repeat:no-repeat;
	height: 220px;
	}	

#nav {
	float:left;
	width: 230px;
	background-image:url(../images/circles.gif);
	background-repeat:no-repeat;
	background-position:top right;
	text-align: left;
	padding-left: 30px;
	height: 360px;
	background-color: white;
	}	
	
#nav a {
	color: #00B5CB;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #74EAF8;
	text-decoration: none;
	}			
	
#content {
	width: 450px;
	float:right;
	padding-right: 40px;
	text-align: left;
	background-color: white;
	padding-bottom: 30px;
	}	
	
#content h1 {	
	color: #00B5CB;
	font-size: 118%;
	margin-bottom: 8px;
	}
	
#content h2 {	
	color: #00B5CB;
	font-size: 102%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
	}
	
#content h3 {	
	color: #00B5CB;
	font-size: 98%;
	margin-top: 10px;
	margin-bottom: 6px;
	}
	
#content p {	
	font-size: 90%;
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 8px;
	}					
	
#content a {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
	}
	
#content a:hover {
	color: #99CC33;
	text-decoration: none;
	font-weight: bold;
	}	
	
	
#content li {
	font-size: 90%;
	line-height: 120%;
	margin-bottom: 12px;
	}	
		
#footer {
	margin: 0em auto;
	text-align: center;
	}	
	
#footer p {
	font-size: 78%;
	line-height: 130%;
	margin-top: 4px;
	margin-bottom:10px;
	}	