body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
}

a {
	color: #8DA822;
}
a:hover {
	color: #b3d335;
}

a img {
	border: 0px;
}

#top {
	background-color: white;
	width: 100%;
}
#bottom {
	background-image: url("./images/background-repeat.jpg");
	background-repeat: repeat-x;
	background-position: top center;
}

#page, #nav, #footer, #logo {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	color: #515153;
}
#page {
	width: 840px;
}
#logo {
	text-align: center;
}
#nav {
	background-image: url("./images/background-nav.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
#nav div {
	text-align: center;
	padding: 7px;
}
#nav a {
	padding: 0px 10px;
	font-size: .9em;
	text-decoration: none;
	color: #696969;
}
#nav a:hover {
	text-decoration: underline;
	color: #454545;
}

#page {
	clear: both;
	line-height: 150%;
}

#band {
	background-image: url("./images/background-band.jpg");
	background-position: top center;
	background-color: #b3d335;
	padding: 10px;
	font-size: 1.3em;
	position: relative;
}
#band div {
	text-align: center;
	color: white;
	width: 800px;
	margin: auto;
}
#band .left {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url("./images/band-left.jpg");
	background-repeat: repeat-y;
	background-position: top left;
	width: 125px;
}
#band .right {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url("./images/band-right.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	width: 125px;
}
h2 {
	background-image: url("./images/header-icon.gif");
	background-repeat: no-repeat;
	background-position: 6px 3px;
	color: #595959;
	text-indent: 30px;
	font-weight: normal;
	font-size: 1.3em;
	margin: 1em 0px 1em 0px;
}
p {
	padding: 0px 0px 0px 30px;
}
#page div.right {
	display: inline;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 225px;
}
#page div.left {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 530px;
}

#page img.right {
	float: right;
	margin: 0px 0px 10px 20px;
}

.clear {
	clear: both;
}
.sideTop {
	font-size: 0px;
	overflow: hidden;
	height: 10px;
	width: 225px;
	background-image: url("./images/side-top.gif");
	background-repeat: no-repeat;
}
.sideMid {
	width: 225px;
	background-image: url("./images/side-mid.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 10px;
	list-style-type: none;
}
.sideMid li {
	list-style-type: none;
	background-image: url("./images/list-icon.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 10px 3px 20px;
	display: block;
	color: #404040;
	font-size: .85em;
}
ul {
	padding: 0px;
	margin: 0px 11px;
}
ul li {
	list-style-type: none;
	background-image: url("./images/list-icon.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 10px 0px 20px;
}
.sideBot {
	font-size: 0px;
	overflow: hidden;
	height: 10px;
	width: 225px;
	background-image: url("./images/side-bot.gif");
	background-repeat: no-repeat;
}


#footer {
	margin: 20px auto;
	font-size: .75em;
	color: #a9a9a9;
}
#footer img {
	margin: 4px 0px -4px 3px;
	text-decoration: none;
}
#footer .footMid a span {
	text-decoration: none;
}

.footTop {
	font-size: 0px;
	overflow: hidden;
	height: 10px;
	width: 800px;
	background-image: url("./images/foot-top.gif");
	background-repeat: no-repeat;
}
.footMid {
	width: 800px;
	background-image: url("./images/foot-mid.gif");
	background-repeat: repeat-y;
	margin: 0px;
	text-align: center;
}
.footBot {
	font-size: 0px;
	overflow: hidden;
	height: 10px;
	width: 800px;
	background-image: url("./images/foot-bot.gif");
	background-repeat: no-repeat;
}
a img {
	border: 0px;
}
.green {
	color: #9db737;
}
div.center {
	text-align: center;
}
#subsidiary {
	margin: 15px 0px 0px 0px;
	font-size: .75em;
	color: #a9a9a9;
}
#subsidiary img {
	margin: 4px 0px -4px 3px;
	text-decoration: none;
}