@charset "UTF-8";
body {
	background-color: #FFFFCC;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7D161D;
	margin-bottom: 7px;
	line-height: 22px;
}
h1 a:link {
	color: #7D161D;
}
h1 a:visited {
	color: #7D161D;
}
h1 a:hover {
	color: #CC9900;
}
h2 {
	font-size: 15px;
	line-height: 18px;
	color: #7D161D;
	margin-bottom: 5px;
	margin-left: 60px;
}
h2 a:link {
	color: #7D161D;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	color: #7D161D;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 a:link {
	color: #7D161D;
}
h3 a:visited {
	color: #7D161D;
}
h3 a:hover {
	color: #CC6600;
}
.clickherebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFCC;
	padding: 2px;
	border: 1px solid #FFCC66;
	font-weight: bold;
}
#masthead {
	background-color: #182A41;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 10px;
}
#sponsor {
	background-color: #FFFFFF;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 2px solid #999999;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans, sans-serif;
	font-size: 9px;
	padding: 10px;
}
#navigation {
	background-color: #7D161D;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#navtable {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.navcell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
}
.navcell  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navcell  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navcell  a:hover {
	color: #CC9933;
	text-decoration: none;
}
#wrapper {
	background-color: #FFFFFF;
	width: 750px;
	border: 2px solid #999999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#leftcol {
	padding: 10px;
	width: 500px;
	float: left;
}
#leftcolhome {
	padding: 10px;
	width: 350px;
	float: left;
}
#rightcol {
	padding: 10px;
	width: 180px;
	background-color: #DDDE95;
	border: 1px solid #666666;
}
#rightcol p {
	margin-left: 60px;
}
#rightcolhome {
	padding: 10px;
	float: right;
	width: 350px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background-color: #FFFFFF;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 2px solid #999999;
	padding: 10px;
}
