/* backgrounds */

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

#level0 {
	width: 811px;
}

#level1 {
	background-image: url(../images/content-nav.gif);
	background-repeat: repeat-y;
	position: relative;
	padding: 1em;
}

/* content */
#navbar {
	position: absolute;
	width: 135px;
	top: 0px;
	left: 0px;
}

#maintext {
	margin-left: 156px;
	position: relative;
	width: 625px;
	top: 0px;
}

/* header */

#masthead {
	height: 169px;
	margin: 0px;
	background-image: url(../images/masthead_03.png);
	background-repeat: no-repeat;
}

/* 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;
}

#footer {
	margin-left: 156px;
}
