@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%;
	text-align: center;
	background-image: url(grafx/bground.jpg);
	background-repeat: repeat-x;
	background-color: #7F8D6A;
}

#wrapper {
	text-align: left;
	width: 953px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 141px;
	width: 953px;
	background-image: url(grafx/headerr.jpg);
	background-repeat: no-repeat;
	float: left;
}
#uppernav {
	float: right;
	width: 450px;
	margin-top: 10px;
	font-size: 70%;
	color: #FFFFFF;
	text-align: right;
}
#uppernav a {
	color: #FFFFFF;
}

#bodywrap {
	background-image: url(grafx/bodyback.gif);
	background-repeat: repeat-y;
	width: 953px;
	float: left;
}
#sidebar {
	width: 200px;
	margin-left: 15px;
	float: left;
	font-size: 85%;
	color: #990033;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar ul {
	margin-left: 8px;
	margin-bottom: 20px;
}
#sidebar li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(grafx/navbt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
	padding-bottom: 12px;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar  li  a:hover, #sidebar  li  active, #sidebar  li  a:focus {
	color: #2E5B8D;
	text-decoration: underline;
	font-weight: bold;
}

#content {
	margin-left: 240px;
	margin-right: 30px;
	font-size: 75%;
	padding-bottom: 10px;
}
#content h1 {
	margin-bottom: 15px;
	color: #333333;
	font-size: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F8D6A;
	padding-bottom: 4px;
	margin-top: 25px;
	padding-top: 0px;
}
#content h2 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 20px;
}

#content h3 {
	padding-bottom: 4px;
	font-size: 18px;
	color: #0E608B;
	padding-top: 10px;
	margin-top: 4px;
	font-weight: bold;
}

#content h4 {
	margin-bottom: 5px;
}

#content li {
	font-weight: normal;
	font-size: 115%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-left: 20px;
	background-image: url(grafx/contdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 8px;
}


#content ul {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	list-style-type: none;
}
#content p {
	margin-bottom: 10px;
}
#content a:link, #content a:visited {
	color: #2E5B8D;
	text-decoration: none;
}
#content a:hover, #scontent active, #content a:focus {
	color: #CA0270;
	text-decoration: underline;
}
#subcontent {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7F8D6A;
	margin-top: 20px;
}



#footer {
	background-image: url(grafx/bottmbar.gif);
	padding-top: 30px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 70%;
	color: #FFFFFF;
	width: 953px;
	padding-bottom: 25px;
}
#footer a {
	text-decoration: none;
	color: #C2BE10;
}

.floatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.floatrightbox {
	float: right;
	text-align: center;
	padding-bottom: 15px;
	padding-left: 10px;
}
.floatrightboxborder {
	float: right;
	text-align: center;
	border: 2px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.boxleftbd {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.whthed {
	color: #FFFFFF;
}
.redtext {
	color: #FF0000;
}
