@charset "utf-8";
/* CSS Document */
body 	{background-image:url(images/background.jpg);
		/*background-color:#ffffff; */
		background-repeat:repeat-x;
		}

.topnav { 	font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#538063;
			font-weight:bold;
			text-decoration:none;
		}
.topnav:hover { 	font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#538063;
			font-weight:bold;
			text-decoration:underline;
		}
.bottomnav { 	font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:white;
			font-weight:bold;
			text-decoration:none;
		}
.leftnav { 	font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#689799;
			font-weight:bold;
			text-decoration:none;
		}
.leftnav:hover { 	font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#538063;
			font-weight:bold;
			text-decoration:none;
		}
.bdytxt { 	font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:black;
			}
h1 { font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#538063;
}
img { border:0; }
.footer { 	font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:black;
			padding-top:10px;
			}
