body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #c03;
	text-decoration: underline;
}
/* Div classes */
.wrapperDiv {
	width: 760px;
}
.navDiv {
	background: #306 url(../images/navbarBg.gif) no-repeat right;
	width: 550px;
	height: 30px;
	padding-left: 210px;
	float: left;
}
.headerDiv {
	font-size: 20px;
	font-weight: bold;
	color: #99c;
	width: 550px;
	padding-bottom: 20px;
	float: left;
}
.contentDiv {
	float: left;
	clear: both;
}
.footerDiv {
	color: #99c;
	background: url(../images/footerBg.gif) repeat-x 0px 20px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	float: left;
	clear: both;
}
/* Table classes */
.navspacerCell {
	width: 190px;
}
.mainNavCell {
	padding-right: 20px;
	padding-top: 6px;
}
.contentCell {
	width: 360px;
	padding-right: 20px;
}
.searchCell {
	padding-bottom: 10px;
}
/* Text classes */
.header {
	font-size: 20px;
	font-weight: bold;
	color: #99c;
}
.mainNav:link, .mainNav:visited {
	color: #fff;
	text-decoration: none;
}
.mainNav:hover, .mainNav:active {
	color: #fff;
	text-decoration: underline;
}
.mainNavOn:link, .mainNavOn:visited {
	color: #99c;
	font-weight: bold;
	text-decoration: none;
}
.mainNavOn:hover, .mainNavOn:active {
	color: #99c;
	font-weight: bold;
	text-decoration: underline;
}
.footerLink:link, .footerLink:visited {
	color: #99c;
	text-decoration: none;
}
.footerLink:hover, .footerLink:active {
	color: #99c;
	text-decoration: underline;
}

