body {
	background-image: url("images/background.gif");
	font-family: Arial, Verdana, Geneva, sans serif;
	font-size: 12px;
	}
	
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: italic;
	}
		
h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	}

a:link {
	color: #003300;
	}

a:visited {
	color: #006600;
	}

a:hover {
	color: #993300;
	}

a:active {
	color: #993300;
	}

#page {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	color: #5A2C1F;
	background-color: #ffffcc;
	border: 4px solid #007842;
	padding: 0px;
	}
	
#header { 
	width: 750px;
	height: 260px;
	margin: 2px;
	}
	
#topmenu {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0px 2px 0px;
	background-color: #007842;
	color: #FBD700;
	}
	
#topmenu a:link {
	color: #FBD700;
	text-decoration: none;
	}

#topmenu a:visited {
	color: #FBD700;
	text-decoration: none;
	}

#topmenu a:hover {
	color: #ffff99;
	text-decoration: underline;
	}

#topmenu a:active {
	color: #ffff99;
	}


#content {
	margin: 20px;
	}
	
#bottommenu {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px 2px 0px;
	background-color: #007842;
	color: #FBD700;
	}	
	
#bottommenu a:link {
	color: #FBD700;
	}

#bottommenu a:visited {
	color: #FBD700;
	}

#bottommenu a:hover {
	color: #ffff99;
	}

#bottommenu a:active {
	color: #ffff99;
	}

#copyright {
	text-align: center;
	font-size: 9px;
	padding: 4px 0px 2px 0px;
	color: #ffffcc;
	}	
	
#copyright a:link {
	color: #ffff99;
	}

#copyright a:visited {
	color: #ffffcc;
	}

#copyright a:hover {
	color: #ffffcc;
	}

#copyright a:active {
	color: #ffffcc;
	}
	
.imgleft {
	float: left;
	margin: 0px 20px 5px 0px;
	}
	
.imgright {
	float: right;
	margin: 0px 0px 5px 20px;
	}
	
.pcenter {
	text-align: center;
	}
	
.clear {
	clear: both;
	}
	
.bold {
	font-weight: bold;
	}
	
.address {
	font-size: 14px;
	text-align: center;
	clear: both;
	}
	