body {
	background: #B0E2FF;
}

body, td, th {
        font-family: Century Gothic, serif;
        color: #333333;
        font-size: 16px;
}

p {
	text-align: left;
}

a:link {
        color: #0066CC;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #0066CC;
}
a:hover {
        text-decoration: underline;
        color: #0066CC;
}
a:active {
        text-decoration: none;
        color: #0066CC;
}

#footer {
        font-family: Century Gothic, serif;
        font-size: 13px;
}

#main {
	width: 900px;
	background: #FFFFFF;
}

#content {
	width: 860px;
	margin: 20px;
	line-height: 1.4em;
	}

#navbar {
	background: #A6D785;
	font-family: Century Gothic, Serif;
	width: 900px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

.title { /* heading titles, apply as a class - not id*/
	font-size: 24px;
	color: #000033;
	text-align: left;
	}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #A6D785;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #000033;
	font-size: 16px;
	padding: 7px 23px 7px 23px;
	border-right: #fff 1px solid; /* lines between menu items */
}

#nav a:hover {
	background: #B0E2FF;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a { 
	width: 10em;
}

#nav li ul a { 
	background: #61bbf0;
	border-bottom: 1px #fff solid; /* lines below menu items */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #B0E2FF;
}

#nav li ul a:hover { /* actual link being hovered over on drop down menu */
	background: #B0E2FF;
}
