body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background: #333333 url(images/bg.jpg) repeat;
	margin: 5px;
}
h1, h2 {
	color: #5A7993;
	margin: 1px 0px 5px 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}
p, ol, ul {
	margin-top: 5px;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFCC00;
}
#container {
	margin: auto;
	width:760px;
	background-color: #000000;
	border: #FFFFFF 1px solid;
}
#topbar {
	width:760px;
	height:43px;
	border-bottom: #FFFFFF 1px solid;
}
#logo {
	width:166px;
	height:42px;
	border-right: #FFFFFF 1px solid;
}
#menu {
	width:760px;
	height:13px;
	background-color: #5A7993;
	padding: 5px 0px;	
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	height: 23px;
	padding: 5px 22px;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu li a:hover {
	color: #FFFFCC;
}
#photobar {
	width:760px;
	height:111px;
}
#main {
	width:750px;
	padding: 5px;
}
#footer {
	width:760px;
	height:46px;
	border-top: #FFFFFF 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
#botleft {
	width:158px;
	height:39px;
	background-color: #333333;
	float: left;
	border-right: #FFFFFF 1px solid;
	padding-top: 7px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
}
#botright {
	width: 563px;
	height: 18px;
	background-color: #666666;
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding: 14px 15px;
}
#botright a {
	text-decoration: none;
	color: #FFFFFF;
}
#botright a:hover {
	text-decoration: underline;
}
a.quotebutton {
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	border: solid 1px #ffffff;
	padding: 5px;
	background-color: #999999;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.quotebutton:hover	{
	background-color:#CCCCCC;	
}
#formslist {
	width: 167px;
	background: #666666;
	text-align: center;
	font-weight: bold;
	float: right;
	padding: 0px;
}
#formslist ul {
	list-style:none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
#formslist li {
	width: 161px;
	background: #333333;
	text-align: left;
	padding: 3px;
}
#about {
	width: 440px;
	float:left;
}
#pictureblock {
	width: 306px;
	background: #FFFFFF;
	float: right;
}
#pictureblock img {
	margin: 1px;
	display: inline;
}
li.otherbutton {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: inline;
}
li.otherbutton a {
	color: #FFFFFF;
	text-decoration: none;
	border: solid 1px #ffffff;
	padding: 5px;
	background-color: #666666;
	float: left;
	width: 400px;
	margin: 5px;
}
li.otherbutton a:hover {
	background-color:#999999;
}
.small {
	font-size: 9px;
}
.clearer {
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}
