body  
	{
	color: #565f55;
	background-color: #eff0ef;
	margin: 10px
	}
	
	.ol {list-style-type: lower-roman; margin: 1em 0 1em 40px ; font-size: x-small ; line-height: 1.5em}
	.ol1 {list-style-type: decimal; margin: 1em 0 1em 40px ; font-size: x-small ; line-height: 1.5em}
	.ul {margin: 1em 0 1em 40px ; font-size: x-small ; line-height: 1.5em}
	.ul1 {margin: 1em 0 1em 40px ; font-size: small; line-height: 1.5em}
	
	
span.menuhd {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #699;
	margin-top: 16px;
	width: 140px;
	
	background-color: transparent 
	}
	

/* following is the box that contains the logo and menu items */		
#menu  
	{
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	text-decoration: none;
	color: #ccc;
	text-indent: 0;
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 30px;
	width: 120px;
	height: 370px
	}


/* each menu item is wrapped in a 'menuitem' class */
/* all four menus are identical                    */
.menuitem {
	margin-top: 16px;
	margin-left: 16px;
	width: 140px;
	padding-bottom:2px;
	border-bottom: 1px dotted #c7ccc6;
	background-color: transparent 
	}

.menuitem1 {
	margin-top: 16px;
	margin-left: 16px;
	width: 140px;
	padding-bottom:2px;
	
	background-color: transparent 
	}

/* the three states of the menus are defined here in this order */
a:link, .menuitem a:link, .baseline a:link {
	color: #e29030;  
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none
	}
	
a:visited,.menuitem a:visited, .baseline a:visited  { 
 	color: #c93;
	text-decoration: none 
	}

a:hover, .menuitem a:hover, .baseline a:hover {
	color:  #696;  
	text-decoration: none 
	}
	
a:active, .menuitem a:active, .baseline a:active { 
	color: #900;
	text-decoration: none  
	}
	
	
	
/* this is the main text box */	

#textcol {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 180%;
	text-align: left;
	visibility: visible;
	margin-top: 130px;
	margin-right: 50px;
	margin-left: 240px;
	position: relative;
	width: auto;
	max-width: 1500px;
	min-width: 350px;
	height: auto;
	display: block
 	}
	

	
/* now the text style variations */

span.c37 { color: #8c646a; font-size: small; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif;}

h1  {
	color: #4e994e;
	font-size: 1.5em;
	letter-spacing: 0.2em 
	}


h2 {
	position: relative;
	color: #696;
	left: -2em;
	font-size: medium;
	letter-spacing: 0.1em
	}
	

.red { 
	color: #933;
	}
	
.invisible {
	color: #e8eae8}
	
	
.baseline {
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 16px;
	width: 97%;
	text-align: right;
	border-bottom: solid 1px #9b9;
	}
	

#footer {
	color: #f8faf8;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #c7ccc6;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 3px;
	position: relative;
	top: 25px;
	height: 12px;
	bottom: 1px;
	left:16px;
	width: 140px }
