@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #615F6D;
	text-align: center;
	background-image: url(grafx/bodybackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 100%;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
}
#header {
	background-color: #42404A;
	height: 19px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	color: #666666;
	padding-top: 4px;
}
#logo {
	text-align: center;
	padding: 8px;
}
#uppernav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#uppernav {
	padding-bottom: 4px;
	font-size: 11px;
	color: #CCCCCC;
}

#uppernav li {
	display: inline;
}


#uppernav a:link, #uppernav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 13px;
	padding-left: 15px;
	background-image: url(grafx/navline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#uppernav a:hover, #uppernav active, #uppernav a:focus {
	color: #FFFFFF;
	background-color: #666666;
	padding-bottom: 4px;
	background-image: url(grafx/navover.jpg);
}
#bodywrap {
	background-image: url(grafx/mainnav.jpg);
	background-color: #D3D4D9;
	width: 900px;
	float: left;
	background-repeat: repeat-x;
}
#nav {
	float: left;
	width: 190px;
	margin-bottom: 30px;
	margin-left: 15px;
	display: inline;
}
#nav ul {
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	margin-bottom: 15px;
	margin-top: 5px;
}
#nav a {
}

#nav li {
	padding-bottom: 4px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B4BF;
	padding-left: 4px;
	font-size: 11px;
}
#nav li a:link, #nav li a:visited {
	color: #545665;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #CC0000;
	text-decoration: underline;
}
#nav p {
	font-size: 11px;
	color: #42404A;
	margin-bottom: 5px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav h2 {
	font-size: 14px;
	margin-top: 20px;
}

#content {
	float: right;
	width: 675px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A99B1;
}
#maintext a {
	color: #CC0000;
}



#maintext {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#maintext a:hover {
	color: #333333;
	text-decoration: underline;
}

#maintext h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B4BF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 15px;
	font-size: 22px;
}
#maintext h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#maintext H3 {
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 3px;
}
#maintext ul {
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 10px;
}
#maintext li {
	list-style-image: url(grafx/bulletred.gif);
	margin-bottom: 3px;
	font-size: 12px;
	margin-right: 10px;
}
#maintext p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
#maintext h5 {
	background-image: url(grafx/write.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	padding-bottom: 2px;
	font-size: 14px;
}
#breadcrumbs {
	font-size: 10px;
	color: #B2B4BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #A8ABB8;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumbs a:hover, #breadcrumbs active, #breadcrumbs a:focus {
	color: #CC0000;
	text-decoration: underline;
}	
#grayarea {
	background-image: url(grafx/grayscreen.jpg);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE121D;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 12px;
}

#grayarea a {
	color: #990000;
	text-decoration: none;
}

#lowernav {
	padding-top: 15px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #928E9D;
	padding-left: 10px;
	margin-top: 5px;
}
#lowernav p {
	font-size: 11px;
}
#lowernav a {
	color: #666666;
}
#footer {
	background-color: #42404A;
	font-size: 70%;
	color: #CCCCCC;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 50px;
}
#footer a {
	color: #CCCCCC;
}

#topics {
	margin-bottom: 10px;
	margin-top: 5px;
}
#adminmenu {
	border: 1px solid #DE1321;
	padding: 3px;
	margin-top: 10px;
	background-color: #FFFFFF;
	width: 170px;
}
#adminmenu h4 {
	background-color: #DE1321;
	color: #FFFFFF;
	padding: 3px;
}

.titlebox a {
	color: #FFFFFF;
	text-decoration: none;
}

.stdtext {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.stdtext H3 {
	padding-bottom: 3px;
}


.stdtext a {
	color: #CC0000;

}
.stdtext ul {
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 20px;
}
.stdtext li {
	list-style-image: url(grafx/bulletred.gif);
	margin-bottom: 5px;
}
.stdtext p {
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.floatleft {
	float: left;
	margin-right: 7px;
	margin-left: 4px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

.elevenpt {
	font-size: 70%;
	color: #666666;
}
.livelink {
	background-color: #B2B4BF;
}
.redtext {
	color: #CC0000;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.rhtbox {
	float: right;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 10px;
}
.linkactive {
	background-color: #FFFFFF;
	color: #999999;
	font-weight: bold;
}
.noline {
	text-decoration: none;
}
