body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	margin: 0px;
}
#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-image: url(images/topbar.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #009EB3;
}
#nav {
	background-color: #999999;
	width: 720px;
	height: 52px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #009EB1;
	border-left-color: #009EB1;
	padding-top: 5px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	width: 78px;
	float: left;
	display: block;
	text-decoration: none;
	height: 45px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #C6FAFF;
	text-decoration: none;
}
#mainbody {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#left {
	width: 146px;
	float: left;
}
#left img {
	margin-bottom: 10px;
}
#middle {
	width: 480px;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 32px;
}
#right {
	width: 160px;
	float: left;
}
#right img {
	margin-bottom: 10px;
}
h1 {
	font-size: 2.3em;
	font-weight: normal;
	margin-top: 0px;
}
.clear {
     clear: both;
     height: 1px;
     font-size: 1px;
     line-height: 1px;
     margin-bottom: -1px;
}#footer {
	background-color: #CCC;
	font-size: 0.8em;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footerlinks {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.8em;
}
a {
	color: #099;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.star {
	color: #C00;
}
#download {
	height: 105px;
	width: 480px;
	margin-top: 20px;
	background-image: url(thomas/download.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	padding-top: 75px;
	color: #333;
}
.field input{
	height: 20px;
	width: 147px;
	padding-top: 2px;
	padding-left: 2px;
	border: 1px solid #CCC;
	margin-top: 2px;
}
.field .submit {
	color: #FFF;
	background-color: #046f7d;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 95px;
}
.field {
	float: left;
	width: 152px;
	margin-bottom: 15px;
	margin-left: 15px;
}

