﻿body {
  text-align: center;
  /* background-color:#003300; */
  background-color:#FFFFCC;
  } 
  
.top_div 
{
	/* layout */
	width:758px;
	height:141px;
	border-top:solid 2px #007700;
	border-left:solid 2px #007700;
	border-right:solid 2px #007700;
}

.menu_div
{
	/* layout */
	width:757px;
	border-left:solid 2px #007700;
	border-right:solid 2px #007700;
	border-bottom:solid 1px #007700;
	background-color:#007700;
	text-align:center;
	color:#FFFFFF
}

.menu_div a
{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	font-family:Tahoma;
	color:#FFFFCC;
}

.menu_div a:hover
{
	text-decoration:underline;
}

.main_content
{
	/* layout */
	width:752px;
	/*height:300px;  */
	text-align:left;
	/* background-color:#FFFFCC; */
	background-color:white;
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	overflow:visible;
	border-left:solid 2px #007700;
	border-right:solid 2px #007700;
	
	/* text formatting */
	font-family:Tahoma, Arial, sans-serif, serif;
	font-size:12px;
	color:#007700;
	line-height:18px;
}

.main_content h1
{
	font-size:14px;
	font-weight:bold;
}

.main_content a
{
	color:#006600;
}

.footer_div
{
	/* layout */
	width:760px;
	height:auto;
	text-align:center;
	background-color:#007700;
	
	/* text formatting */
	color:#FFFFCC;
	font-family:Tahoma, Arial, sans-serif, serif;
	font-size:12px;
	line-height:20px;
}

.footer_div a
{
	color:#FFFFCC;
	text-decoration:underline;	
}




/* MAIN MENU CSS

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #007700;
color: #FFFFCC;
float: left;
width: 100%;
font-family:Tahoma;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #007700;
color: #FFFFCC;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #009900;
color: #FFFFCC;
}

*/

/* Objects CSS */

.pic_right
{
	float:right;
	margin:20px;
	border:solid 1px #007700;
}

