@charset "utf-8";
/* CSS Document */

body {
	background:url(/images/bg.gif) center repeat-y #231e26;
	}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #687819;
	}

.toprow {
	border-bottom: thin solid #332e36;
}

.menu {
	margin-top: 65px;
	margin-left: 135px;
}

/* Bottom Navigation */

.botnav {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.botnav a:link {
	text-decoration: none;
	color: #ffffff;
	}
	
.botnav a:active {
	text-decoration: none;
	color: #ffffff;
	}

.botnav a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
.botnav a:hover {
	text-decoration: underline;
	}