body {
	margin: 0px;
	padding: 0px;
	background-image: url(/inc/images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #011B00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #D9D8BD;
}
#head {
	color: #FFFFFF;
	background-image: url(/inc/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 151px;
}
#head h3 {
	display: none;
}

#content {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 750px;
}
#foot {
	background-image: url(/inc/images/address.gif);
	height: 61px;
	background-repeat: no-repeat;
	background-position: center top;
}
#foot address {
	display: none;
}

.smlText {
	font-size: 9px;
}
a:link {
	color: #FCAE0C;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #DD7708;
	text-decoration: none;
}

.tableSpacing {
	margin: 15px 10px 15px 25px;
	padding: 0px;
}
.outer {
	width: 750px;
}
#menu {
	text-align: center;
}
#sidenav {
	color: #FFFFFF;
}
#sidenav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sidenav ul li {
	display: block;
	list-style-type: none;
	background-color: #043E04;
	border: 1px solid #688768;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#sidenav ul li:hover {
	display: block;
	list-style-type: none;
	background-color: #002A04;
	border: 1px solid #688768;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#sidenav a {
	color: #698B6A;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidenav a:hover {
	color: #F7A408;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.smallTitle {
	color: #FFA200;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	color: #BCB895;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
h2 {
	font-size: 12px;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
}
#tabs {
	background-image: url(/admin/inc/images/tabs_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#tabs a {
	background-color: #BCBCDC;
	padding: 4px;
	margin: 2px;
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}