body {
	background-color: #ffffff;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
}
	
	
	
a:link {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #666699;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #6699cc;
	background-color: transparent;
	text-decoration: none;
}

h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	background-color: #660033;  	
	color: #ffffff
	}

#leftnav {
	position: absolute;
	left: 5px;
	top: 6px;
	width: 128px;
	visibility: visible;
	height: 377px;




	
}


#content {
	position: absolute;
	left: 156px;
	top: 9px;
	width: 577px;
	
	border-right: dotted 2px #cccccc;
	border-top: dotted 2px #cccccc;	
	padding-left: .5em;
	padding-right: .5em;
}

	

#navigation {
	position: absolute;
	left: 5px;
	font-size: 9px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
    position: center;
	padding-top: .3em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	
	
}

 
#top {
	padding: 4px;
	border-bottom: 1px solid #cccccc;
}
