/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #AAAAAA url(images/backwide.png) repeat-y center top;
	text-align: justify;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #702424;
}

a:hover {
	text-decoration: underline;
	color: #702424;
}

/************* HEADER STUFF ************/

#header {
	width: 895px;
	height: 110px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.gif);
	color: maroon;
}

#header h1 {
	top: 5px;
	left: 130px;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: maroon;
}

#header h2 {
	left: 130px;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-size: 22px;
	color: maroon;
	line-height: 150%;
}

#logo {
	position: relative;
	top: -60px;
	left: 25px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 100%;
}

/************* MENU ************/

#menu {
	width: 895px;
	margin: 0px auto;
	padding: 0px 0px;
	background-color: #800000;
	border-bottom: 1px solid #000000;
	border-top: 3px solid #C32148;
	border-right: 1px solid black;
	border-left: 1px solid black;
	height: 25px;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#menu li {
	display: inline;
	float: left;
	width: 16.6666667%;
}

#menu a {
	padding: 7px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	display: block;
	text-align: center;
	font-family: Verdana;
}

#menu a:hover {
	background-color: #600000;
}

#menu a:active {
	background-color: #600000;
}

a#active {
	 color: black;
}

/************* CONTENT ************/

#content {
	position: relative;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content h2 {
	font-size: 200%;
	padding: 20px;
	color: #595959;
}

#content h3 {
	font-size: 16px;
	padding: 20px;
	color: #595959;
}

#content p {
	line-height: 125%;
	text-indent:50px;
}

#left {
	position: absolute;
	width: 565px;
	padding: 0px 20px 40px 20px;
	background: white;
	left: -2px;
}

#right {
	position: absolute;
	left: 605px;
	width: 247px;
	padding: 20px 17px 20px 17px;
	color: #DDDDDD;
	background: #424d47;
}

#right img {
	border: 2px solid #252525;
}

.Cbody, .Cwe, .Cbodyh, .Cheader2, .Cheader, .Ccur {
	font-size: 20px;
}

ul li {
	list-style-type: disc;
}

ol {
	list-style: decimal;
}

#anchor a a:hover {
	color: #595959;
}

.staff {
	border: 1px solid black;
	height: 160px;
	width: 150px;
	float: left;
	padding: 5px;
	margin: 10px;
	text-align: center;
}
