html, body {
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: url("/images/background.gif");
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #656565;
}
#wrapper {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}
#header {
	color: #FFFFFF;
	font-size: 0.85em;
}
#topmenu {
	float: right;
	margin-top: 5px;
}
#content {
	background: #FFFFFF;
	padding: 0px 30px;
}
#contactinfo {
	height: 30px;
	font-size: 0.8em;
	text-align: right;
	line-height: 30px;
	color: #999999;
}
#contactinfo a {
	color: #999999;
}
#left {
	float: left;
	width: 224px;
	padding: 5px;
	margin-right: 30px;
	height: 100%;
}
#menu {
	background: #000000;
	padding: 2px;
}
#menu a {
	display: block;
	width: 210px;
	border: 1px solid #222222;
	padding-left: 5px;
	height: 26px;
	line-height: 26px;
	background: url("/images/menu-back.gif") repeat-x;
	margin: 2px 1px;
	color: #858585;
}
#menu a:hover {
	background: url("/images/menu-over.gif") repeat-x;
	color: #3399FD;
	text-decoration: none;
}
#menu a.selected {
	background: url("/images/menu-selected.gif") repeat-x;
	color: #FFFFFF;
}
#contentarea {
	width: 610px;
	float: right;
}

#footer {
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 30px;
}
#footernote {
	margin: 20px 0px;
	font-size: 0.9em;
	color: #5B5B5B;
}
#footernote img {
	float: left;
	margin-right: 20px;
}

a {
	color: #3399FD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}

a.button {
	background: url("/images/button.gif") no-repeat;
	color: #000000;
	display: inline-block;
	width: 130px;
	height: 43px;
	line-height: 43px;
	text-align: center;
}
a.button:hover {
	background: url("/images/button-over.gif") no-repeat;
	text-decoration: none;
}

.border {
	border: 1px solid #000000;
	border-collapse: collapse;
}
.border td {
	border: 1px solid #000000;
	padding: 3px;
}

.splash {
	text-align: center;
	border: 1px solid #D9CEC8;
	background: url('/images/splash/r-swirl.gif') top right no-repeat;
}
.splash .splashcontent {
	width: 202px;
	float: left;
	padding: 20px 0px;
}

.summary {
	font-size: 0.9em;
	padding: 0 10px;
}
.banner {
	text-align: center;
}
.buttons {
	text-align: center;
}
.phone {
	font-size: 1.4em;
	text-align: center;
}
.note {
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
}
.footnote {
	text-align: center;
	font-size: 0.8em;
}

dt {
	font-weight: bold;
}

.preload {
	display: none;
}