@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	background-color: #f6f6f6;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 5px solid #660000;
}
#wrapper #logo {
	height: 150px;
	background-color: #ececec;
	border: 2px none #FFFFFF;
}
#wrapper #bodyarea {
	z-index: 0;
}
#wrapper #bodyarea #header {
	border-bottom-style: none;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #f6f6f6;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	font-style: italic;
	padding-top: 10px;
}
#wrapper #bodyarea #header #toplinks {
	height: 15px;
}
#wrapper #bodyarea #adwrapper {
	height: auto;
	width: 800px;
	margin-top: 10px;
}

#wrapper #bodyarea #insidewhite {
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #999999;
	background-color: #FFFFFF;
}

#wrapper #bodyarea #rightcol #articlead {
	height: 280px;
	width: 340px;
	float: left;
}
#wrapper  #bodyarea  #adwrapper #contentad {
	background-color: #FFFFFF;
	height: 280px;
	float: left;
	width: 400px;
	clear: none;
}
#wrapper  #bodyarea  #adwrapper #contentad2 {
	float: right;
	height: 280px;
	width: 400px;
	clear: right;
}
#bodyarea #rightcol #homead {
	float: right;
	height: 280px;
	width: 340px;
}


#wrapper #bodyarea #leftcol {
	width: 195px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	vertical-align: sub;
	margin-left: 15px;
	clear: both;
}

#wrapper #bodyarea #rightcol {
	width: 590px;
	float: right;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: right;
}
#wrapper #bodyarea #footer {
	height: 110px;
	background-color: #FFFFFF;
	float: none;
	width: 830px;
	clear: both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}



a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #000099;
	text-decoration: none;
}

