body {
    margin: 15px;
    color: #000099;
    background: #ffffff;
    font: normal 100% tahoma, geneva, verdana, sans-serif;
    text-align: left;
	line-height: 150%;
    }
h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
}	
	
/* Header */

.header {
	width: 920px;
	height: 100px;
	padding: 25px 0 0 25px;
}
#logo{
	float: left;
	width: 650px;
	text-align: left;
}
#topad (
	Float: right;
	width: 240px;
	text-align: right;
	)
	
a:link{
	color: darkblue;
	text-decoration: underline;
	}
a:link:hover {
	color: Steelblue;
	text-decoration: none;
}	
a:hover{
	color: #3399CC;
	text-decoration: none;	
	}
a:visited {
	color: darkblue;
	text-decoration: underline;
	}
a:visted:hover {
	color: Steelblue;
	text-decoration: none;	
}
.cathead { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	font-color: #006699;
}
.linkhead { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}
.linkdesc { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #006699;
}
/* Page */
.pagewrapper {
	width: 920px;
	clear: both;
	}
.mastbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85px;
	text-align: left;
	background-color: #006699;
	color: White;
}	
.contentwrapper {
	width: 920px;
	height: auto;
	border: thin solid #000099;
	clear: both;
	}
#leftcontent {
	float: left;
	width: 720px;
	height: 350px;
	border: thin solid #000099;
	font-size: .85em;
	color: #000066;
	line-height: 1.40;
	padding: 10px;
	}	
#rightsidebar {
	float: right;
	width: 163px;
	text-align: left;
	height: 363px;
	font-size: .8em;
	margin: 0;
	padding: 4px;
	line-height: normal;
	background-color: lightgrey;
}
.topadbar {
	background-color: Steelblue;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006699;
	font-size: 12px;
	text-align: left;
	color: white;;
	padding: 10px;
}
.hmenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #66CCCC;
	font-size: 12px;
	text-align: center;
	color: #000066;
	padding: 10px;
	margin: auto;
}
.botadwrapper {
	clear: left;
	width: 920px;
	height: 100px;
	background-color: Steelblue;
}
#leftbotad {
	padding: 5px;
	width: 750px;
	float: left;
	text-align: left;
	background-color: Steelblue;
}
.footer { 
	clear: left;
	width: 920px;
	float: center;
	text-align: center;
    font-size: .8em;
	padding: 5px;	 
}
