body { 
	background-color: #444444;
	text-align: center;
	margin: 0;
	font-size: 13px;
	font-family: Arial, san-serif;
	color: #333333;
}
p { 
	text-align: left; 
	margin: 0px;
	padding: 0;
	margin-bottom: 10px;
}
ul {
	padding: 0;	
	margin: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}
li {
	padding-bottom: 8px;
}
ul.short li {
	padding-bottom: 4px;
}
#body {
	background-color: #222222;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#main {
	background-color: #cccccc;
	width: 750px;
	margin: 0 auto;
	background-image: url("./images/bg.gif");
	background-repeat: no-repeat;
}
#hdr1 {
	background-image: url("./images/bg.gif");
	background-repeat: no-repeat;
	border-top: 2px solid #ffffff;
	background-color: #cccccc;
	height: 50px;
	border-bottom: 2px solid #ffffff;
}
#hdr1 #logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-left:  10px solid #eeeeee;
}
#hdr1 img {
	border: 0px;
}
#addr {
	float: right;
	padding: 8px 10px 0 0;
	text-align: right;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#hdr2 {
	clear: both;
	background-image: url("./images/header.jpg");
	height: 255px;
	border-bottom: 1px solid #000000;
}
#hdr2 div {
	padding-top: 20px;
	padding-left: 20px;
	width: 220px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	font-style: italic;
}
#nav { 
	clear: both; 
	background-color: #333344; 
	height: 21px; 
	border-left: 162px solid #666666; 
}
#nav ul { margin: 0; padding: 0 0 0px 0px; }
#nav li { margin: 0; padding: 0; display: inline; list-style-type: none; }
#nav a { float: left; font-size: 13px; font-weight: normal; padding: 3px 12px 3px 12px; text-decoration: none; color: #eeeeee; border-right: 1px solid #888888; border-bottom: 0px; }
#nav a:hover { background-color: #cccccc; color: #000000; }
#nav a.ON { background-color: #224477; color: #ffffff; }
#content { 
	clear; both; 
	border: 1px solid #ffffff;
	border-top: 1px solid #333333;
}
#content #left {
	float: left;
	padding: 10px;
	width: 141px;
}
#content #left p {
	font-size: 10px;
	text-align: left;
	color: #445544;
}
#content #left h4 {
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 3px;
}
#content #left #laddr {
	padding: 0;
	margin: 0;
	color: #000000;	
	text-align: left;
	font-size: 12px;
	margin-top: 40px;
}
#content #center {
	float: left;
	padding: 20px 30px 80px 30px;
	border-left: 1px solid #cccccc;
	width: 300px;
}
#content #center a {
	font-size: 12px;
	color: #333399;	
	font-weight: bold;
}
#content #center a:hover {
	color: #777777;
}
#content #center h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #222244;	
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	clear: both;
}
#content #center h2 {
	font-size: 13px;
	color: #111111;	
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 4px;
}
#content #right {
	float: right;
	margin: 12px;
	width: 180px;
	border: 1px solid #777744;
	border-top: 15px solid #333333;
	border-bottom: 15px solid #333333;
	padding: 8px;
	padding-bottom: 2px;
	padding-top: 14px;
	text-align: center;
}
#content #right img {
	border: 4px double #333333;
	margin-bottom: 20px;
}
#lownav {
	clear: both;
	text-align: center;
	color: #999999;
	padding: 4px;
}
#lownav a {
	color: #999999;
	font-size: 13px;
}
#lownav a:hover {
	color: #333333;
}
#footer {
	background-color: #ffffff;
	text-align: center;
	clear: both;
	color: #333333;
	border-top: 1px solid #999999;
	padding: 2px;
}
#credits {
	text-align: center;
	padding: 4px;
	font-size: 11px;
	color: #666666;
}
#credits a {
	color: #666666;
}
.formbox {
	border: 1px solid #999999;
	background-color: #eeeeee;
	padding: 20px 0 20px 0;
}
