html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	color: #000000;
	}

a:link {font-weight:bold; color: #341486; text-decoration: none; }
a:active {font-weight:bold; color: #31137e; text-decoration: underline; }
a:visited {font-weight:bold; color: #341486; text-decoration: none; }
a:hover {font-size: 15px; color: #00FFFF; text-decoration: underline; }
	
#nav {
	width: 220px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	}
	
	
#content {
	padding: 10px;
	margin-left: 230px;
	border-left: 1px solid #341486;
	}

#header {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #341486;
	margin-bottom: 0px;
	}
	
#footer {
	background-color: #ffffff;
	color: #000000;
	border-top: 1px solid #341486;
	font-size: 10px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}


.spacer {
	clear: both;
	}
	