body {
	margin:0 auto;
	background:url(../images/bkg.main.png) repeat-x;
}
td .nav {
	background:url(../images/bkg.nav.png) repeat-x;
	height:28px;
}
td#footer {
	background:url(../images/bkg.footer.png) top no-repeat;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	color:#333333;
	height:26px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
td#footer1 {
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	color:#333333;
	height:26px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
ul#navlist {
	margin-left: 0;
	padding-left: 3px;
	white-space: nowrap;
	text-align:center;
	margin-top:3px;
	font-size:15px;
	font-weight: normal;
	font-family:Helvetica, sans-serif;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 1px 10px;
}
#navlist a:link, #navlist a:visited {
	color: #000;
	/*background-color: #036;*/
text-decoration: none;
}
#navlist a:hover {
	color: #FF0000;
	background: url(../images/bkg.nav.alt.png) repeat-x;
	text-decoration: none;
}
#active a:link	{
	color: #FF0000;
	background: url(../images/bkg.nav.alt.png) repeat-x;
	text-decoration: none;
}


