@CHARSET "ISO-8859-1";

body {
	background-color: black;
	color: white;
	/*font-family: Times, Arial, Helvetica, serif;*/
	font-family: Arial;
}

body.main {
	margin-left: 5%;
	margin-top: 1%;
	margin-right: 5%;
	margin-bottom: 1%;
}

.footer {
	padding: 0 0 0 0;
	font-size: small;
	text-align: right;
}

.nav {
	list-style-type: none;
	line-height: 1.5em;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0;
	font-size: 16pt;
}

.nav .sub {
	text-decoration: none;
	list-style-type: none;
	font-size: 14pt;
}

.nav a:link, .nav a:visited, .nav a:focus {
	text-decoration: none;
	color: #ffccff;
}

.nav a:hover {
	text-decoration: underline;
	color: #f7da24;
}

.nav .sub li:hover, .nav .sub li.msieHover {
	text-decoration: underline;
	cursor: pointer;
	color: #f7da24;
}

.emph {
	color: #f7da24
}

.content {
	font-size: 14px;
}

#header {
	position: relative;
	border-top: 5px;
	height: 9em;
	width: 95%;
	margin: 0;
	padding: 0;
}
