﻿
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #800000;
	font-size: medium;
	line-height: 1.3em;
	background: #8fedbd;
}

h1 {
	font-size: 170%;
	border-bottom: 1px solid #800000;
}

h2 {
	font-size: 120%
}

#body {
	position: absolute;
	top: 75pm;
	left: 220px;
}

div#menu {
	position:fixed;
	top: 160px;
	left:10px;
	/*bottom: 0;*/
	left: 0;
	/*float: left;*/
	background-color: yellow;
	border-width: 1px; 
	border-style: solid;
	padding: 25px;
	margin: 20px;
	margin-left: 5px;
	margin-right:30px;
	width: 140px;
	line-height: 1.9em;
}

div#menu a { 
	display:block;
}


div#menu a:hover { 
	/*font-style:italic;*/
	font-weight: bold;
}

em {
	font-weight: bold;
	font-style: normal;
}

hr {  
	background-color:purple; 
	border-width:4px; 
	border-style:solid; 
}

blockquote {
	font-style: italic;
}

p.primarystaff {
	position: relative;
	font-size: medium;
	font-weight: bold;
}

p.primarystaff #title {
	font-style:italic;
	font-weight:normal;
}