@charset "utf-8";
#bodytable {
	background-color:#737a35;
	width: 800px;
	border-collapse:collapse;
	border:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#bodytable #menu {
	background-color: #737A35;
	width: 150px;
}
#bodytable #footer {
	background-color: #737A35;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	height: 43px;
	border-collapse:collapse;
}
#bodytable #content {
	border-collapse:collapse;
	background-color: #FFFFFF;
	margin: 0px;
	/*height: 609px;*/
	width: 650px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cosmenu a:link, #cosmenu a:visited {
	color: #000000;
	text-decoration: none;
}
#cosmenu a:hover {
	color: #595E28;
	text-decoration: underline;
	font-weight: bold;
}
.nothomepg {
	padding-bottom: 70px !important;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bodytable #content p, #bodytable #content h1, #bodytable #content h2, #bodytable #content h3 {
	padding-right: 15px;
	padding-left: 15px;
}
#bodytable #foottop {
	background-color: #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bodytable #content .nopad {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}

.swoosh {
	background-image: url(../images/menu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.smaller {
	font-size: 80%;
}
