@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(grafx/bodybackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}
#wrapper {
	width: 950px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#header {
	background-image: url(grafx/hed.jpg);
	height: 130px;
	width: 950px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#uppernav {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 300px;
	padding-top: 10px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#uppernav a {
	color: #CCCCCC;
	text-decoration: none;
}


#bodywrap {
	float: left;
	width: 950px;
}
#sidebar {
	width: 180px;
	margin-left: 80px;
	float: left;
	padding-top: 50px;
	font-size: 12px;
	padding-bottom: 100px;
	text-align: center;
}
#safebar li {
	background-image: url(images/safemenu.gif);
	height: 30px;
	padding-top: 7px;
	background-repeat: no-repeat;
	text-align: center;
}
#safebar a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


#sidebar a {

}
#safebar h3 {
	text-align: center;
	color: #336699;
	margin-bottom: 9px;
}
#safebar ul {
	list-style-image: none;
	list-style-type: none;
}

#sidebar p {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#content {
	float: right;
	width: 625px;
	margin-right: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-left: 15px;
	padding-top: 40px;
	padding-bottom: 20px;
}

#content p {
	font-size: 13px;
	padding-bottom: 10px;
}
#content h1 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 23px;
	color: #081856;
	margin-top: 10px;
}

#content h4 {
	padding-top: 10px;
}

#content h3 {
	font-size: 16px;
	color: #202D5F;
	margin-top: 30px;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-image: url(grafx/bulletred.gif);
}
#content li {
	font-size: 12px;
	margin-bottom: 10px;
}
#content a, #content a:visited{
	color: #0080C0;
	text-decoration: none;
}
#content a:hover, #content active, #content a:focus {
	color: #CC0000;
	text-decoration: underline;
}
#footer {
	margin-left: 60px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #081856;
	text-align: center;
	padding-top: 12px;
	width: 890px;
	padding-bottom: 75px;
}
.elevenpt {
	font-size: 11px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.flushright {
	float: right;
	margin-left: 10px;
}
.tabledecor {
	font-size: 12px;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.featrUline {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
.bdRed {
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.selectedz {
	color: #000000;
}
.curntpage {
	font-weight: bold;
	color: #000000;
}
.centerlink {
	padding-top: 8px;
	padding-bottom: 8px;
}

