body {
	background-color: #ded7c6;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, San Serif;
}

#banner {
	background: #ffffff url('/images/bgtop.gif') top repeat-x;
	width: 700px;
	height: 170px;
	padding-top: 20px;
}

#menu {
	width: 700px;
	height: 20px;
	background-color: #29386b;
}

#content {
	background-color: #ffffff;
	width: 700px;
	height: 100%;
}

#subnav {
	width: 700px;
	height: 20px;
	background-color: #29386b;
}

#subnav a {
	text-align: center;
	font-size: 8pt;
	color: #ded7c6;
}

#credits {
	width: 700px;
	height: 30px;
	background-color: #ffffff;
	text-align: center;
	font-size: 8pt;
}

#menu a:link, #menu a:visited {
	color: #ded7c6;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

#menu a.act_item:link, #menu a.act_item:visited {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.menuitem {
	float: left;
	padding-left: 30px;
}

.contentitem {
	padding: 10pt;
	text-align: left;
	color: #29386b;
	font-weight: normal;
}

.contentitem p {
	font-size: 10pt;
}

.contentitem ul {
	font-weight: normal;
	font-size: 10pt;
}

.contentitem h1 {
	font-size: 18pt;
}