html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-family: 'Trebuchet MS', Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: url(/images/bg.jpg) repeat-x;
	background-color: #000;
	color: #fff;
	margin: 0px;
	padding: 0px;	
}
a {
	color: #000;
}
a:hover {
	color: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */
div#wrapper {
	width:762px; 
	text-align:left;  
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 5px;
}
div#banner1 {
	background: url(/images/banner1.gif) no-repeat;
	background-color: #5d6943;
	height: 187px;
}
div#banner2 {
	background: url(/images/banner2.gif) no-repeat;
	background-color: #5d6943;
	height: 187px;
}
div#banner3 {
	background: url(/images/banner2.gif) no-repeat;
	background-color: #5d6943;
	height: 187px;
}
div#content {
	padding: 18px;
	background: #77845c;
	border-top: #000 1px solid;
}
div#leftcol {
	float:left;
	width:485px;
}
div#leftcol p {
	line-height: 25px;
}
div#rightcol {
	float:left;
	width: 180px;
	margin-left: 40px;
}
div#cal {
	text-align: center;
}
#footer {
	background: url(/images/footerbg.gif) no-repeat;
	height: 23px;
}
#footer p {
	padding: 4px 18px 0 18px;
	color: #adb59d;
	text-align: right;
}
.contact {
	font-size: 18px;
}

/* Navigation */
div#nav {
	float: left;
	margin-top: 152px;
	background: #5d6943;
	width: 500px;
}
ul#navTabs,ul#navTabs li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navTabs {
	margin-left: 12px;
}
ul#navTabs li {
	float: left;
	margin-right: 7px;
	text-align: center;
	line-height: 16px;
}
ul#navTabs a {
	float: left;
	width: 90px;
	height: 30px;
	font-size: 18px;
	font-style: italic;
	background: #77845c;
	text-decoration: none;
	color: #000;
	padding-top: 9px;
	padding-bottom: 5px;
}
ul#navTabs a:hover {
	color: #fff;
}
ul#navTabs li.activelink a,ul#navTabs li.activelink a:hover {
	background: #77845c;
	color: #fff;
}

/* Misc */
.clearit {
	clear: both;
}

