/* backgrounds */

body {
	margin: 0em;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
}

/* full width of page, contains all other backgrounds, background shows in left nav bar; width is masthead graphic width plus margin */
#level0 {
	width: 720px;
	background-color: #4656a5;
	margin: 0.5em;
}
/* sets width to be enherited by level2 */
#level1 {
	width: 100%;
}

/* background for main text area, margin-left leaves space for nav bar to be revealed, padding-top fixes problem with too much top padding, a negative top margin may be required when using a background graphic */
#level2 {
	margin-left: 180px;
	background-color:#eaeefe;
	position:relative;
	padding: 1em;
	padding-top: 0.2em;
}

/* full width below nav and body, contains background and text */
#foot {
	width: 720px;
	background-color: #B9D1B9;
	font-size: 0.6em;
	text-align: center;
}

/* content */
/* these contain the actual text, seperate from the backgrounds */
#maintext {

}

#leftnav {
	position:absolute;
	width: 144px;
	padding-top: 0.2em;
	top: 195px;
	left: 10px;
}

/* header */
/* masthead is usually a graphic, without a background */
#masthead {
	height: 185px;
	width: 720px;
	margin: 0;
	background-color: #FFFFFF;
}


/* sub-selectors */
#leftnav li {
	list-style: none;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-left: -1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftnav ul {
	color: #FFFFFF;
	font-size: 1em;
}

#leftnav ul ul {
	color: #66FF99;
	font-size: 1em;
}

#leftnav ul a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#leftnav ul a:visited {
	text-decoration: none;
	color: #66FFFF;
}

#leftnav ul a:hover {
	text-decoration: none;
	color: #BAD3BA;
}

#leftnav ul a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#leftnav ul ul a:link {
	text-decoration: none;
	color: #66FF99;
}

#leftnav ul ul a:visited {
	text-decoration: none;
	color: #66FFFF;
}

#leftnav ul ul a:hover {
	text-decoration: none;
	color: #BAD3BA;
}

#leftnav ul ul a:active {
	text-decoration: none;
	color: #66FF99;
}
