* {
	font-family: calibri, arial, helvetica;
	-webkit-text-size-adjust: none;
}

body {
	color: #444444;
	margin: 0px 0px 23px 0px;
	font-size: 11pt;
	border-top: 23px solid #454545;
}

a {
	text-decoration: none;
	color: #444444;
}

a:hover {
	color: #000000;
}

img {
	border: none;
	display: block;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

#top,
#main,
#bottom {
	display: block;
	width: 1000px;
	margin: auto;
	clear: both;
}

#top a {
	display: block;
	float: left;
	padding: 85px 15px 10px 15px;
	text-transform: uppercase;
}

#top a:hover	{
	background: #eeeeee url(img/darkgray-bg.jpg) center;
	color: #ffffff;
}

#top a:active	{
	background: #eeeeee url(img/menu-bg.png) repeat-x;
}

#logo {
	display: block;
	float: left;
	margin: 15px 30px 0px 30px;
}

#logo a {
	padding: 0px;
}

#logo a:hover {
	background: none;
}

#splash {
	display: block;
	clear: both;
	background: #eeeeee url(img/gray-bg.jpg) center;
	width: 100%;
	height: 185px;
}

#splashwrapper {
	margin: auto;
	width: 1000px;
}

#main {
	background: #eeeeee url(img/gray-bg.jpg) center;
	width: 1000px;
	min-height: 200px;
}

#maincontent {
	padding: 40px 180px 30px 300px;
}

.maincolumnwide {
	width: 500px;
	clear: both;
}

.maincolumn {
	width: 240px;
	float: left;
	margin-right: 20px;
}

#left {
	width: 240px;
	padding: 15px 0px 20px 0px;
	margin: -160px 0px 0px 40px;
}

.error {
	color: #cc0000;
}

.field {
	width: 120px;
}

h1 {
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: -0.04em;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
}

p {
	line-height: 170%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#bottom {
	background: #353534 url(img/darkgray-bg.jpg) center;
	clear: both;
	width: 970px;
	padding: 15px 15px 5px 15px;
	margin: auto;
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 0.9em;
}

#bottom a {
	color: #eeeeee;
}

#bottom p {
	width: 147px;
	float: left;
	padding-left: 68px;
}

#footer {
	clear: both;
	padding-top: 20px;
	color: #777777;
	font-size: 0.7em;
}

#footer a {
	color: #999999;
}

