body{
	color: black; 
	background: grey; 
	margin-top: 0px; 
	margin-left: 0px;
	font-family: verdana,sans-serif; 
	font-size: 10pt;
} 
.menu{
	padding-left:4px;
	padding-top: 2px;
	font-size: 10pt; 
	background: lightgrey; 
	color: black; 
	border: 2px groove black; 
	width: 175px; 
	height: 700px; 
	left: 0px; 
	top: 0px; 
	position: relative;
	z-index: 78500;
}
.sitecontact{
	position: absolute;
	top: 600px;
	width: 173px;	
	left: 1px;
	font-size: 10pt;
	color: blue;
	z-index: 79000;
}
.content{
	width:800px; 
	top: 0px; 
	left: 190px; 
	position: absolute;
	z-index: 0;
}
.input{
	color: black;
	background: lightgrey;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	border: 2px groove green;;
}
p.title{
	font-weight: bold; font-size: 12pt;
}
p.menu_title{
	font-weight: bold; font-size: 10pt;
}
.divnote{
	font-size: 8pt;
	background: white;
	color: black;
	text-decoration: normal;
}
p.note{
	font-size: 8pt; color: black; 
}
.note{
	font-size: 8pt; color: black; 
}
p.line{
	font-size: 2pt; 
	border-bottom: 2px solid black;
}
p.text{
}
.newsitem{
	padding: 4px; 
	background: orange; 
	color: black; 
	border: 4px groove green; 
	width: 650px; 
	left: 5px; 
	top: 5px; 
	position: relative; 
	z-index: 79500;
}
.pic{
	padding: 4px; 
	background: orange; 
	color: black; 
	border: 4px groove green; 
	width: 650px; 
	left: 5px; 
	top: 5px; 
	position: relative; 
	z-index: 79500;
}
.acronym{
	font-size: 120%;
	color: green;
}
.edit_div{
	padding: 4px; 
	background: orange; 
	color: black; 
	border: 4px groove green; 
	width: 650px; 
	left: 5px; 
	top: 5px; 
	position: relative; 
	z-index:79500;
}
.infoitem{
	padding: 4px; 
	background: orange; 
	color: black; 
	border: 4px groove green; 
	width: 650px; 
	left: 5px; 
	top: 5px; 
	position: relative; 
	z-index:79500;
}
.contactitem,.directionitem,.loginform{
	padding: 4px; 
	background: orange; 
	color: black; 
	border: 4px groove green; 
	width: 650px; 
	left: 5px; 
	top: 5px; 
	position: relative; 
	z-index:79500;
}
p.date{
	font-size: 8pt; 
	color: black; 
	text-decoration: italic;
}
a.contentlink{
}
a.homelink{
	text-decoration: none;
	font-size:14pt;
	color: orange;
	font-weight: bold;
	
}
a{
	color: blue;
	text-decoration: none;
}

a.menulink{
	text-decoration: none;
	font-size:10pt;
	font-weight: bold;	
	color: orange;
	font-weight: normal;
	
}
a.homelink:hover,a.menulink:hover,a:hover{
	text-decoration: underline;
}
