body
{
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	color: white;
	background-color: Black;
}

table, tr, td {
	font-size: 100%;
}

p {
	color: Black;
	font-size: 100%;
}

a {text-decoration: underline}
a:link {
	color: orange;
}
a:visited {
	color: orange;
}
a:hover {
	color: orange;
	text-decoration: none;
	background-color: none;
}
a:active {color: #14FC10}

/* This creates a simple border around a cell. E4ECEC alt color */
.box {
	background-color: #DCD2D2;
	border: 1px #666666 solid;
	padding: 4px;
}

.prembox {
	background-color: transparent;
	border: 1px dotted #666666;
	padding: 4px;
}

/* -----BEGIN main nav bar------ */

#nav_bar_container {
	position : absolute;
	left: 123px;
	top: 115px;
}

.nav_bar {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
	font-size: 0.7em;
	color: white;
}

.nav_bar li {
	margin: 2px;
	text-align: center;
	float: left;
}
/* -----width of menu items goes above------ */
.nav_bar a
{
	display: block;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: transparent;
	border-right: 0px solid #666666;
	border-left: 0px solid #666666;
	text-decoration: none;
	color: white;
}

.nav_bar a:link, .nav_bar a:visited
{
	text-decoration: none;
	color: white;
}

.nav_bar a:hover
{
	background-color: #660000;
	color: white;
}

/* -----END of main nav bar------ */

/* Page Title */
#main_title{
	position: absolute;
	left: 0px;
	top: 0px;
}

#content{
	padding: 25px;
	height: auto;
	width: 600px;
}

