* {
	margin: 0;
	padding: 0;
}
h3 {
	color: #0797D6;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
}
h4 {
	font-size: .8em;
	color: #474747;
}
p {
	height: 140px;
	background: repeat-x top #8CC63E;
	padding: 15px 10px 0 150px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: white;
}

.clear { clear: both;}

div#wrap {
	width: 800px;
	margin: 0 auto;
}
	div#wrap ul#logo {
		height: 55px; width: 174px;
		padding-left: 25px;
		padding-top: 20px;
	}

div#main-content {
	padding-top: 25px;
}
#nav {
	height: 30px;
	background: repeat-x top #0797D6;	
	padding: 10px 0 0 10px;
	width: 790px;
	text-decoration: none;
}

	#cssdropdown, #cssdropdown ul {
		padding: 0;
		margin: 0;
		list-style: none;
		}
		
		#cssdropdown li {
		float: left;
		position: relative;
		color: white;
		}
		
		.mainitems{
		}
		
		.mainitems a{
		margin-left: 6px;
		margin-right: 8px;
		text-decoration: none;
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: .7em;
		}
		
		.mainitems a:hover{
		color: black;
		}
		
		.subuls{
		display: none;
		width: 10em;
		position: absolute;
		top: 1.2em;
		left: 0;
		background-color: #BBCDD5;
		}
		
		.subuls li{
		width: 100%;
		}
		
		.subuls li a{
		text-decoration: none;
		color: black;
		}
		
		.subuls li a:hover{
		background-color: #89BED5;
		text-decoration: none;
		color: white;
		}
		
		/* #cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
		top: auto;
		left: auto;
		} */
		
		#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
		display: block;
		}
		
		#restofcontent { /*wrap rest of content of the page inside this div*/
		clear: left;
		}
		
div#pic {
	float: left;
	width: 600px;
	height:  330px;
	background: #8CC63E;
}
div#right-col {
	padding: 5px 10px 10px 0;
	float: right;
	width: 180px;
	font-family: Helvetica, sans-serif;
}
div#right-col h7{
	font-size: .7em;
}
div#right-col a{
	text-decoration: none;
}
div#right-col a:hover{
	text-decoration: underline;
	color: #0797D6;
}
div#foot {
	width: 800px;
	margin: 0 auto;
	margin-top: -6px;
}
ul#footer {
	background: repeat-x top #BBCED5;
	height: 50px;
	padding-left: 10px;
}
	ul#footer li {
		float: left;
		position: relative;	
		padding: 15px 0 0 4px;
		list-style: none;
		color: #0797D6;
	}
	ul#footer a{
		text-decoration: none;
		color: #0797D6;
	}
	ul#footer a:hover{
		text-decoration: underline;
		color: #0797D6;
	}
