body.home {
	background: url(art/background.jpg);
	margin: 0px;
	text-align: center;
}

body.sec {
	background: url(art/background_secondary.jpg);
	margin: 0px;
	text-align: center;
}

div#shell {
	width: 762px;
	margin: 0px auto;
	text-align: center;
}

div#nav {
	width: 762px;
	height: 25px;
	background: #000;
	color: #fff;
	font: bold 10px/25px arial, helvetica;
}

.mainNav {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.mainNavOver {
	background: #000;
	color: #fff;
}

.subNav {
	background: #ededed;
	color: #000;
	text-decoration: none;
}

.subNavOver {
	background: #ccc;
	color: #fff;
}

.itemBorder {
	border: 1px solid #ccc;
}

.itemBorderOver {
	border: 1px solid #ccc;
}

div#content {
	width: 702px;
	padding: 0px 30px 20px 30px;
	background: #fff;
	color: #333;
	font: 11px/15px arial, helvetica, san serif;
	text-align: left;
}

div#content td#left-content {
	width: 50%;
	padding: 20px 30px 30px 0px;
	vertical-align: top;
}

div#content td#right-content {
	width: 50%;
	padding: 20px 0px 30px 0px;
	vertical-align: top;
}

div#content td#right-content p.hdr {
	margin: 10px 0px 2px 0px;
	background: #fff;
	color: #143d56;
	border-bottom: 1px solid #576831;
	font: bold 16px arial, helvetica, san serif;
}

div#content td#right-content p.hdr a {
	background: #fff;
	color: #143d56;
	text-decoration: none;
}

div#content td#sec-content {
	width: 100%;
	padding: 20px 0px 30px 0px;
	vertical-align: top;
}

div#content td#sec-content h1 {
	background: #fff;
	color: #576831;
	font: bold 18px arial, helvetica, san serif;
}

div#content td#sec-content h2 {
	background: #fff;
	color: #576831;
	font: bold 16px arial, helvetica, san serif;
}

div#content td#sec-content h3 {
	background: #fff;
	color: #576831;
	font: bold 14px arial, helvetica, san serif;
}

div#content td#ftr-bar {
	width: 100%;
	height: 1px;
	background: #576831;
}

div#content td#ftr-content {
	width: 100%;
	padding-top: 3px;
	vertical-align: top;
	text-align: center;
	font: 9px arial, helvetica, san serif;
}

div#content td#ftr-content a:link, div#content td#ftr-content a:visited {
	margin: 0px 10px;
	background: #fff;
	color: #333;
	font-variant: small-caps;
	text-decoration: none;
}

div#content td#ftr-content a:hover {
	text-decoration: underline;
}

.highlight {
	font: bold 13px/20px arial, helvetica;
	color: #143d56;
}

.color-dk {
	color: #576831;
}

.text {
	color: #333;
}

img {
	border: none;
}