@charset "utf-8";
body       {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
h1, h2, p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
}
#container  {
	width: 900px;
	background: #ffffff;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	overflow: visible;
	padding: 0px;
} 

#topNav2 {
	height: 20px;
	background-color: #8c191e;
	color: white;
	font-family: "Helvetica Neue Bold", "Helvetica Neue", HelveticaNeue, Helvetica, "Lucida Grande", "gill sans",  arial, sans-serif;
	margin: 0px;
	padding-top: 5px;
        padding-bottom: 5px
}


#topNav2 .menu {
	color: #cccccc;
*/; 	margin-top: 0px;
	margin-bottom: 0px;
     
}
#topNav2 .menu ul {
	margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
	margin-right: 0px;
	padding: 5px;
	list-style: none;
        float: left;
 
}
 
#topNav2 .menu li {
	float: left;
       list-style-type: none;
list-style-image: none;
}


#topNav2 .menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	align: left;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
list-style-image: none;
 /*       color: yellow;*/
}

#topNav2 .menu a:hover {
	text-decoration: none;
        color: #E3C457;
}

*/

ul.menu {color: yellow; font-size: 16px; font-weight: bold; align: center; text-decoration: none; list-style: none;}

#mainText {
	padding: 0px;
	float: right;
	width: 440px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

.mainedit {
        width: 300px;
}
	
#sidebar2  {
	float: right;
	width: 185px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #8C191E;
	padding-top: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
#sidebar1  {
	float: left;
	width: 160px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 5;
}
#topNav {
	background-color: #8C191E;
	height: 30px;
	width: 900px;
}
#main  {
	background-color: #fffff:
list-style-position: inside;
	list-style-type: square;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 650px;
	margin: 0px;
	float: left;
	height: auto;
margin-left: 20px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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;
}
#header {
	height: 125px;
	width: 900px;
}
#footer {
	background-color: #333333;
	height: 40px;
	width: 890px;
	color: #FFFFFF;
	text-align: center;
	font-size: x-small;
	line-height: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-style: italic;
	vertical-align: middle;
	bottom: 0px;
}
h1 {
	font-size: large;
	color: #000000;
}
body,td,th {
	color: #333333;
	font-size: small;
}
h2 {
	font-size: medium;
	color: #86191c;
}
h3 {
	font-size: small;
	color: #3a486d;
}
#adminText {
	width: 800px;
	padding-right: 50px;
	padding-left: 50px;
}

a:link {
	color: #8C191E;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #005130;
}
a:active {
	text-decoration: none;
	color: #3a486d;
}
a {
	font-weight: bold;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
.thrColFix #sidebar2 { width: 190px; }

