@charset "utf-8";
/* CSS Document */

body
{
	background-color:#fff3e1;
	color: #393939;
	height: 100%;
	font-size:14px;
}

#wrapper
{
font-family: Tahoma, Geneva, sans-serif;
    width: 818px;
    margin-left: auto;
    margin-right: auto;
background-color:#fff;
height: 100%;
background-image: url(Images/bg.jpg);
}

#top
{
height: 191px;
width: 800px;
     background-image: url(Images/TopBG2.jpg);
    background-repeat: no-repeat;

}


#nav
{
	font-size:16px;
	text-align:left;
	text-decoration:none;
	color: white;
	width: 800px;
background-image: url(Images/NavBG1.jpg);
height: 45px;

}
#nav a:link
{
font-size:16px;
	text-decoration:none;
	color: white;
	
}
#nav a:visited
{
	font-size:16px;
	text-decoration:none;
	color: white;
}
#nav a:hover
{
	color: #ffbc5e;
	font-size:16px;
	
}
#nav a:active
{

	color: #ffbc5e;
	font-size:16px;
	
}
#middle
{
	width: 800px;
	vertical-align:top;
	font-size: 14px;
}
#footer
{
	width: 800px;
	font-size:12px;
	text-decoration:none;
	
}
#footer a:visited
{
	color: blue;
	text-decoration:none;
}
#footer a:hover
{
	color: #630;
	text-decoration:none;
}

.menu2
{
	background-color::#e4ffcf;
	color: black;
}
.menu
{
	
	font-weight:bold;
	text-align:left;
	font-size:12px;
	color: #376217;
	text-decoration:none;
}
.menu a:link
{
color: #376217;	
text-decoration:none;
}
.menu a:visited
{
color: #376217;	
text-decoration:none;
}
.menu a:hover
{
color: #7bab57;
text-decoration:none;

}
.image
{
	padding: 4px;
}

ul.SimpleMenu {
  list-style-type: none;
  margin-left: 0px;
  padding-left 0px;
}
ul.SimpleMenu li {
  background-color: #C0C0C0;
  width: 8em;
  border-style: outset;
  border-width: 1px
}

