/* main column and page layout */



* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(http://whaminc.com/_images/preprod_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#header {
	width: 900px;
	float: left;
	padding: 0px;
	height: 315px;
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	width: 300px;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcolumn2 {
	width: 130px;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	float: left;
	margin: 0px;
	width: 390px;
	padding: 10px;
	clear: right;
}
#content2 {
	float: left;
	margin: 0px;
	width: 600px;
	display: inline;
	padding: 10px;
}
#rightcolumn {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 250px;
	float: left;
}
#footer {
	width: 900px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


/* text formatting */



img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #016bda;
	text-decoration: none;
}
a:visited {
	color: #016bda;
	text-decoration: none;
}
a:hover {
	color: #0000;
	text-decoration: underline;
}
.homepageheader {
	font-size:25px;
	color:#016bda;
	font-weight: bold;
	font-family: "Century Gothic", Century, Tahoma, Arial;
}
.descriptionsmalltitleblack {
	font-size:10px;
	color:#000000;
	font-weight: bold;
}
.descriptionsmall {
	font-size:10px;
	font-weight:normal;
}
.menutinytext {
	font-size:10px;
	color:#016bda;
}
.menutinytext:link {
	text-decoration: none;
}
.menutinytext:visited {
	text-decoration: none;
	color: #016bda;
}
.subheadblack {
	font-size:13px;
	color:#000000;
}
.subheadblue {
	font-size:13px;
	color:#016bda;
}
.subheadblue:visited {
	text-decoration: none;
	color:#016bda;
}
.subheadorange {
	font-size:13px;
	color:#FF6600;
}
.quote {
	font-size: 11px;
	background-color: #E7E8EA;
	padding: 7px;
	height: 100%;
	width: 375px;
	background-image: url(_images/quote_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.quotert {
	font-size: 11px;
	background-color: #E7E8EA;
	padding: 7px;
	height: 100%;
	width: 240px;
	background-image: url(_images/quote_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.quoteattrib {
	font-weight: bolder;
	text-align: right;
}
.whamfooter {
	font-size: 9px;
	color: #444444;
	vertical-align: middle;
	height: 69px;
}
.whamfootercenter {
	text-align: center;
	width: auto;
}
.whamfooterlinks:link {
	text-decoration: none;
	color: #444444;
}
.whamfooterlinks:visited {
	text-decoration: none;
	color: #444444;
}
.whamfooterlinks:hover {
	text-decoration: underline;
}
.whamfooter_copyright {
	float: left;
}
.mbgdiv {
	background-image: url(_images/mbg_div_txtr.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bluebox {
	font-size: 14px;
	font-weight: bold;
	background-color: #BAD6D6;
	padding: 4px;
	height: auto;
	width: 95%;
	border: 1px dotted #75A9C1;
	color: #274345;
}
