@charset "utf-8";
body, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #BE2632;
	background-image: url(images/bgrnd2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	background-attachment: fixed;
}
.greenhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00842B;
	font-weight: bold;
}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.floatleft {
	margin-right: 8px;
	float: left;
}
.floatright {
	float: right;
	margin-left: 8px;
}
.contentline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B73A4C;
	padding-top: 8px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 750px;
	background-color: #FFFFFF;
}
#heder span {
	position: absolute;
	left: -3000px;
}
#navbar {
	width: 190px;
	float: left;
	margin-top: 12px;
	margin-left: 16px;
	background-image: url(images/navback.gif);
	font-weight: bold;
	padding: 8px;
}
#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
}
#flashbar {
	text-align: center;
}

#navbar li {
	padding: 8px;
}

#navbar li a:link, #navbar li a:visited {
	color: #000000;
	text-decoration: none;
}

#navbar li a:hover, #nav li {
	color: #DE4652;
}


#contentz {
	font-size: 85%;
	float: left;
	width: 485px;
	margin-top: 12px;
	margin-left: 16px;
	margin-bottom: 12px;
	list-style-type: square;
}
#contentz li {
	list-style-position: inside;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 5px;
	list-style-image: url(images/bullet.gif);
	padding-left: 8px;
}
#contleft {
	float: left;
	width: 290px;
	margin-right: 8px;
}
#contright {
	float: left;
	width: 175px;
	padding-left: 10px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}



#contentz h1 {
	color: #BE3B4B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 18px;
	padding-bottom: 10px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentz h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	padding-top: 20px;
}

#contentz p {
	font-size: 90%;
}
#contentz a {
	color: #CC0000;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
#footer {
	background-position: center center;
	text-align: center;
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 8px;
	padding: 15px;
}
#contentz h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339933;
}
.blackhed {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}
