BODY {
	margin:0px;
	padding:0px;
	font-size: 9pt; 
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif; 
	background-color: black
}
.siteTitle { 
	position:absolute;
	top:0px;
	left:0px;
	font-weight: bolder; 
	font-size: 180%; 
	background-color : Black; 
	color: blueviolet; 
	vertical-align : top;
	width: 100%
}

.pageTitle {
	position:absolute;
	top:50px;
	left:0px;
	font-size: 150%; 
	color: cyan; 
	background-color: black; 
	text-align : right;
	margin-right : 15px;
	font-weight: bold;
	vertical-align : bottom;
	width: 750;
}
.hostBlurb  {
	position:absolute;
	top:400px;
	left:20px;
	color : White;
	text-align : center;
	vertical-align : bottom;
}
.hostBlurb a {
	text-align : center;
	color : White;
}
.linkBox {
	background-image: url(images/5x600purpleFade2Black.jpg); 
	background-repeat : repeat-x; 
	text-align : left;
	height: 600;
} 
.linkList, .linkList a { 
	color: cyan; 	
	font-weight : bold; 
	font-size : 100%; 
	list-style-type :none; 
	text-decoration : none; 
}  
.activeLink, .activeLink a { 
	color: white; 	
	font-weight : bold; 
	font-size : 100%; 
	text-decoration : none;  
	bgcolor: cyan;
	list-style-type : disc;
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}


#Header {
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	background-color: black;
	}

#Content {
	position:absolute;
	top:90px;
	left:170px;
	font-size : 90%; 
	padding:10px;
	background-color: white;
	height: 900;
	text-align: left;
	width: 580;
}

#Menu {
	position:absolute;
	height : 800px;
	top:90px;
	left:20px;
	width:150px;
	padding:0px;
	background-color: black;
	width:150px;
	}
INPUT {
	background-color : #AFEEEE;
	color : #00008B;
	border : medium inset #00008B;
}
.button {
	border : outset;
}
.asterisk, .error {
	color : Red;
	font-weight : bolder;
}
