/* backgrounds */

body {
	margin: 6px;
	background-color: #FFFFFF;
	padding: 0px;
}

#level0 {

	background-image: url(../images/navbar.gif);
	background-repeat: repeat-y;
	width: 823px;
	margin-left: 15px;
}

#level1 {
	width: 100%;
	margin-top: -25px;
}

#level2 {
	margin-left: 152px;
	background-image: url(../images/maintext.gif);
	background-repeat: repeat-y;
	position: relative;
	padding: 1em;
	padding-top: 0px;
	margin-top: -5px;
}

#foot {

}

#foot p {
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000066;
	text-align: center;
}

/* content */

#maintext {
	padding-top: 0px;
	margin-top: 0px;
}

#navbar {
	position: absolute;
	width: 152px;
	top: 188px;
	margin-left: 0px;
}

/* header */

#masthead {
	height: 187px;
	width: 811px;
	margin: 0px;
}

/* sub-selectors */

#navbar li {

	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCFFFF;
	margin-bottom: .5em;
	text-align: left;
}

#navbar a:link {
	color: #CCFFFF;
	text-decoration: none;
}

#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #FFFF99;
	text-decoration: none;
}

#navbar a:active {
	color: #CCFFFF;
	text-decoration: none;
}

