body {
	margin: 0px;
	padding: 0px;
	background: #ACCAAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

table {
	font-size: 11px;
	color: #000000;
	background-repeat: no-repeat;
	}

/* outside shell */
#shell {
	width: 800px;
	text-align: center;
	background-image: url(images/brownback.gif);
	}

/* center content */
#back {
	width: 800px;
	background-image: url(images/bodyback.gif);
	}

#body {
	margin-left: 50px;
	margin-right: 50px;
	width: 700px;
	}

#colleft {
	float: left;
	width: 300px;
	text-align: left;
	}

#colright {
	float: left;
	width: 400px;
	text-align: left;
	line-height: 18px;
	}

.bold {
	font-weight: bold;
	color: #0C4A0D;
	}

.lgbold {
	font-size: 16px;
	font-weight: bold;
	color: #0C4A0D;
	}

/* links */
#linkbar {
	width: 690px;
	height: 27px;
	margin: 0px auto;
	}

#linkbar a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #884600;
	}

#linkbar a:hover {
	background: #B17B49;
	}

/* homepage elements */
#tophome {
	width: 800px;
	height: 148px;
	background-image: url(images/tophome.jpg);
	background-repeat: no-repeat;
	}

#homecurve {
	height: 25px;
	background-image: url(images/homecurve.gif);
	}

.addr {
	padding: 25px;
	font-weight: bold;
	color: #884600;
	line-height: 16px;
	}

.boxhead {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	background-repeat: no-repeat;
	}

.boxbody {
	padding: 10px;
	background-repeat: no-repeat;
	}

/* subpage elements */
#topsub {
	width: 800px;
	height: 148px;
	background-image: url(images/topsub.jpg);
	background-repeat: no-repeat;
	}
	
#subcurve {
	height: 85px;
	background-image: url(images/subcurve.jpg);
	}

#heading {
	padding-top: 15px;
	padding-left: 50px;
	text-align: left;
	}

#colcenter {
	float: left;
	width: 700px;
	text-align: left;
	line-height: 18px;
	}

.addrsub {
	padding-left: 530px;
	padding-top: 25px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	}

/* footer */
#basecurve {
	background-image: url(images/basecurve.gif);
	}
	
#copyright {
	width: 800px;
	height: 27px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	}