body {
	background-color: #E0D5C5;
	font-family: Verdena, Arial, Helvetica;
	color: #E0D5C5;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 75px;
	}
.wrapper {
	background-color: #000000;
	width: 720px;
	border: solid 1px #B1946C;
	padding: 3px;
	}
a {
	font-variant : small-caps;
	color: #B1946C;
	text-decoration: none;
}
a:hover {
	color: #E0D5C5;
	text-decoration: overline underline;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E0D5C5;
	}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: underline;
	color: #E0D5C5;
	}

/************************ NAVIGATION ************************/
.nav-header {
	background-color: #B1946C;
	color: #FFF;
	padding: 2px;
	font-size: 14px;
	font-variant : small-caps;
	font-weight: bold;
}
.navlist {
	padding: 0px;
	margin: 0 0 15px 0;
	color: #E0D5C5;
	white-space: nowrap;
}
.navlist ul {
	margin: 0;
	padding: 0;
}
.navlist li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px #B1946C dotted;
	text-align: left;
}
.navlist li a {
	font-variant : small-caps;
	color: #B1946C;
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
}
.navlist li a:hover {
	color: #000000;
	background: #E0D5C5;
	border-left: 2px #B1946C solid;
	text-indent:-3px;
	text-decoration: overline;
	text-decoration: underline;
}
.navlist img {
	border: 0px
}


/************************ ANNOUNCEMENTS ************************/
.announce-header {
	padding: 2px;
	font-size: 14px;
	font-variant : small-caps;
	font-weight: bold;
	color: #FFF;
}
.announce-list ul {
	margin: 0;
	padding: 0;
}
.announce-list {
	padding-top: 4px;
	padding-left: 2px;
	width: 163px;
}
.announce-list li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px #B1946C dotted;
	text-align: left;
}
.announce-list li a {
	font-variant : small-caps;
	color: #B1946C;
	text-decoration: none;
}
.announce-list li a:hover {
	color: #E0D5C5;
	text-decoration: overline underline;
}

/************************ TABLE FORMATTING ************************/
/*
.tableborder {
	border: 1px solid #B1946C;
}
*/
table p {
	padding: 4px;
	font-size: 12px;
	}
table a {
	font-variant : small-caps;
	color: #B1946C;
	text-decoration: none;
}
table a:hover {
	color: #E0D5C5;
	text-decoration: overline underline;
}

/************************ CALENDAR ************************/
.cal_header {
	background-color: #E0D5C5;
	font-weight: bold;
	font-variant : small-caps;
	color: #000000;
	}
.spacer {
	width: 3px;
	}
p {
	font-size: 9px;
	}
.small {
	font-size: 10px;
	}

/************************ FORM ************************/
form input.submit {
	background-color: #B1946C;
	border: 1px solid #000;
	font-variant : small-caps;
	font-weight: bold;
	color: #E0D5C5;
}
form .required {
	color: #900;
	font-weight: bold;
}
form input:focus, textarea:focus{
	background-color: #E0D5C5;
}
/************************ FOOTER ************************/
.footer, .footer p {
	clear: both;
	font-family: Verdena, Arial, Helvetica;
	font-size: 9px;
	color: #999;
	}
.footer {
	border-top: solid 1px #B1946C;
	}
.footer a {
	font-size: 9px;
	text-decoration: none;
	}
.footer a:hover {
	font-size: 9px;
	text-decoration: overline underline;
	color: #E0D5C5;
	}
