
body {
	background-color: #85ab70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858585;
}

img {
	border: 0px;
}

#container {
	width: 604px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
}

	#banner {
		width: 604px;
		height: 109px;
	}
	
	#main {
		width: 598px;
		margin: 0 auto;
		background: url(images/mainbg.jpg) top left repeat-y;
		border-bottom: 1px dashed #3399cc;
	}
	
		#nav {
			width: 598px;
			height: 40px;
			background: url(images/navbg.jpg) top left repeat-x;
		}
		
			#nav ul {
				padding: 0px;
				width: 598px;
				margin: 0 auto;
				padding-top: 10px;
			}
			
			#nav ul li {
				display: inline;
				font-size: 15px;
				padding-left: 30px;
				padding-right: 30px;
			}
			
			#nav ul li a {
				color: #000;
				text-decoration:none;
				text-transform: uppercase;
			}
			
			#nav ul li a:hover {
				color: #000;
				text-decoration:underline;
			}
		
		#content {
			width: 435px;
			height: auto;
			float: left;
		}
		
			#content a {
				text-decoration: underline;
				color:#858585;
			}
			
			#content a:hover {
				text-decoration: none;
				color:#858585;
			}
			
			h1 {
			font-size: 19px;
			color: #2b9fcc;
			padding-left: 25px;
			padding-right: 15px;
			margin-top: 10px;

			}
			
			h2 {
				font-size: 13px;
				color: #85ab70;
				padding-left: 25px;
					padding-right: 15px;
				margin-top: 10px;
			}
			
			h3 {
			font-size: 15px;
			color: #858585;
			padding-left: 25px;
				padding-right: 15px;
			margin-top: 10px;
			font-style: italic;
			}
			
			p {
				padding-left: 25px;
					padding-right: 15px;
	
			}
		
		#sidebar {
			width: 163px;
			float: left;
			text-align: center;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
			#sidebar img {
				margin-left: 4px;
			}
		
	#footer {
	width: 604px;
	clear: both;
	text-align: center;
	font-size: 9px;
	background: url(images/footer.jpg) bottom center no-repeat;
	padding-bottom: 5px;
	}
		
		#footer ul{
			margin: 0px;
			padding-top: 15px;
		}
		
		#footer ul li {
			display: inline;
			padding-left: 10px;
			padding-right: 15px;
			border-right: 1px solid #85ab70;
		}
		
		#footer ul li#last {
			border-right: 0px;
		}
		
		#footer ul li a {
			text-transform: uppercase;
		}
	
		#footer a {
			font-size: 9px;
			color: #85ab70;
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}
		
		#disclaimer a {
			font-size: 9px;
			color: #858585;
			text-decoration: none;
		}
		
		#disclaimer a:hover {
			text-decoration: underline;
		}
		
		#highlight {
	background-color: #F1F7DD;
	padding-left: 25px;
		}