body {
	background-image : url(images/dots.gif);
	background-repeat : repeat;
	}
#titlebar {
	background-image : url(images/titlebar.gif);
	background-repeat : norepeat;
	width : 800px;
	height : 130px;
	margin-left : 30px;
	margin-top : 0px;
	}
	#homelink {
	width : 795px;
	margin-top : 0px;
	font-family : verdana, geneva, sans-serif;
	font-size : 8px;
	text-align : right;
	padding : 5px;
	}
		a.home:link,a.home:active,a.home:visited { color : #cc9933;	}
#container {
	width : 800px;
	height : 470px;
	margin-left : 30px;
	margin-top : 0px;
	}
	#sidebar {
	position : absolute;
	background-image : url(images/goldvertical.gif);
	background-repeat : norepeat;
	width : 9px;
	height : 649px;
	margin-left : 0px;
	margin-top : 0px;
	}
	#content {
	position : absolute;
	width : 790px;
	height : 470px;
	margin-left : 9px;
	margin-top : 0px;
	background-color : #ffffff;
	color : #006600;
	}
		#contact {
		margin-top : 5px;
		margin-right : 10px;
		background-color : transparent;
		float : right;
		text-align : right;
		}
		#bodytext {
		margin-top : 15px;
		padding : 10px;
		font-family : verdana, geneva, sans-serif;
		font-size : 14px;
		}
		#bar {
	background-image : url(images/goldhorizontal.gif);
	background-repeat : norepeat;
	width : 791px;
	height : 9px;
	margin-left : 0px;
	margin-top : 10px;
	}
#navigation {
background-color : #ffffff;
color : #006600;
width : 800px;
margin-left : 30px;
margin-top : 30px;
font-family : verdana, geneva, sans-serif;
font-size : 14px;
text-align : center;
}
a:link,a:active,a:visited {
	color : #006600;
	text-decoration : none;
	font-family : verdana, geneva, sans-serif;
	font-weight : bold;
	font-size : 12px;
	}
a:hover { color : #cc9933; }
	a.sub:link,a.sub:active,a.sub:visited {
	color : #006600;
	font-family : verdana, geneva, sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : 10px;
	}
a.sub:hover { color : #cc9933; }
.sub {
 	font-weight : bold;
	font-size : 10px;
	}
.title {
 	font-weight : bold;
	font-size : 16px;
	}
.gold { color : #cc9933; }	