@charset "utf-8";
html, body {
	background-color: #333;
	width: 800px;
	margin:auto;
}
a img {
	border:none;
}
.wrapper {
	margin: 0 auto;
	width:800px;
}
.top {
	background-image:url(/images/whitebacktop.png);
	height:20px;
}
.middle {
	background-image:url(/images/whiteback.png);
	padding-bottom:30px;
}
.setbase {
	clear:both;
}
.bottom {
	background-image:url(/images/whitebackbottom.png);
	height:50px;
}
.footertext {
	font-family:Calibri, Arial, sans-serif;
	font-size:small;
	text-align: center;
	vertical-align:top;
}
.oxymoron {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65px;
	text-align: center;
	font-weight:bold;
}
.oxymoronbigletter {
	font-size: 80px;
	font-weight:bold;
}
.mainbody {
	margin-left: 40px;
	width:488px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.banner {
	font-family:"Century Gothic", Verdana, Arial;
	font-size:28px;
	background-color:#69F;
	width:720px;
	height:90px;
	margin:auto;
	color:#FFF;
	vertical-align:middle;
}
.menu {
	float:right;
	width:220px;
	margin-right:40px;
	padding-left:5px;
	border-left:2px;
	border-left-color:#000;
	border-left-style:solid;
}
.menuitem:hover {background-color:#F2F9FF;}
.menutitles {
	font-family:"Rockwell Extra Bold", Cambria, "Arial Rounded MT Bold";
}
.menudescription {
	font-family:"Century Gothic", Verdana, Arial;
}
hr.menubar {
	text-align:left;
	height: 2px;
	width: 220px;
	background-color: #000;
	border:medium;
	border:#000;
}
.bannersmall {
	width:720px;
	margin:auto;
	border-bottom:2px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000
}
.credit {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
}
h1 {
	font-family:"Bell Gothic Std Black", Cambria, "Times New Roman";
}
.menuheading {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
.menudescription a:link {
	color: #000;
	text-decoration:none
}
.menudescription a:visited {
	color: #000;
	text-decoration:none
}
.menudescription a:hover {
	color: #000;
	text-decoration:none
}
.menudescription a:active {
	color: #000;
	text-decoration:none
}
.formholder{
	text-align:left;
	vertical-align:top;
	}
.formleft{
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	line-height:1.4;
	}