* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 820px;
	background: #004593;
	color: white;
	padding: 0;
	font-family: Verdana, Arial, sans;
	border-left: 2px #336699 solid;
	border-right: 2px #336699 solid;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #004593;
}

a.headerlink {
	color: #ffff00;
}

a:hover {
	text-decoration: underline;
}

#header {
	color: yellow;
	font-size: 0.8em;
	font-weight: bold;
	background: #004593;
}

#header p {
	padding: 6px;
	margin: 0;
	color: yellow;
}

.leftfloat {
	width: 45%;
	float: left;
}
.rightfloat {
	width: 33%;
	float: right;
}

td {
	font-size: 0.9em;
}

#menublock {
	clear: both;
	border-bottom: 2px #336699 solid;
}

.menusection {
	width: 12.49999%;
	height: 20px;
	line-height: 0.9em;
	float: left;
	background: white;
	text-align: center;
}

.menusection h3 {
	font-size: 0.7em;
	background: #336699;
	padding: 4px;
}

.menusection ul {
	list-style: none;
	margin-left: 8px;
}

.menusection li {
	font-size: 0.6em;
	color: black;
}

#mainblock {
	clear: both;
	background: white;
	border-bottom: 2px #336699 solid;
	border-top: 2px #336699 solid;
}

.leftimage {
	float: left;
	padding-right: 10px;
}

.rightimage {
	float: right;
	padding-left: 10px;
}
	

.maintext {
	color: #004593;
	font-size: 0.8em;
	height: 452px;
}

.maintext p {
	padding: 3px;
}
.maintext h2 {
	padding-top: 10px;
	padding: 6px;
	font-style: italic;
}

#footer {
	clear: both;
	background: #004593;
	color: yellow;
	padding: 6px;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: yellow;
}

ul {
	margin-left: 20px;
}


.margintext h3 {
	font-weight: bold;
	text-decoration: underline;
}

.margintext {
	font-size: 0.8em;
	color: black;
	padding: 6px;
}

.margintext p {
	padding: 3px;
}

td {
	vertical-align: top;
}

.surcharge td, th {
	border: 1px solid silver;
	text-align: center;
}

.stupidlylargeform {
	margin: 0 auto;
	clear: both;
	color: black;
	font-size: 0.8em;
}