body {
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	background: #ffffff url('/images/tabard_wide.gif') repeat-y 0 0;
}
h1 {
	font-size: 12pt;
}
/* HEADER */
.sword {
	width: 160px;
	text-align: center;
	margin: 15px 0;
}

/* END HEADER */



/* LINKS */
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* END LINKS */



/* NAVIGATION */
p.navHeader {
	margin: 40px 0 0 35px;
	padding: 0;
	color: #ccc;
	font-size: 120%;
}
p.navHeader a {
	color: #ccc;
	text-decoration: none;
}

.navigation {
	list-style: none;
	margin-left: 0;
	padding-left: 35px;
	width: 100px;
}
.navigation li {
	margin-bottom: 8px;
}
.navigation a {
	color: #cccccc;
	text-decoration: none;
	background-color: #000066;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation .navIndicator {
	color: #cccccc;
	font-weight: bold;
}

.subnavigation {
	margin-top: 5px;
	width: 90px;
	padding-left: 10px;
}
.subnavigation li {
	padding: 0;
	margin: 2px;
}
/* END NAVIGATION */


/* CONTENT */
#content {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.initCap {
	font-size: 24pt;
	color: #993333;
	font-family: Times New Roman, Times;
}
/* END CONTENT */


/* VENT BOX */
.vent {
	font-size: 80%;
	width: 200px;
	border: 1px #999999 dashed;
	background-color: #cccccc;
	padding: 2px;
}
.vent .connect {
	font-size: 120%;
}
.vent .disclaimer {
	font-style: oblique;
}

/* VENT BOX */


/* BOTTOM NAV AND FOOTER */
.bottomnav {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
.bottomnav li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	font-size: 80%;
}

.footer {
	text-align: center;
	margin-top: 50px;
}
.footertext {
	font-size: 80%;
	margin-top: 25px;
}
/* END BOTTOM NAV AND FOOTER */


.announcement {
	margin: 20px;
	padding: 5px;
	border: 1px gray dashed;
}