/* CSS Document */

body {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	line-height: normal;
}
p {
	font-size: 16px;
}

strong { color: #000;
}

h1 {
	font-size: 24px;
	color: #DD0000;
}

h2 {
	font-size: 18px;
	color: #DD0000;
}

h3 {
	font-size: 16px;
	color: #000000;
}

h4 {
	font-size: 15px;
	color: #dd0000;
	font-style: italic;
}

td {
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 183px;
	display: inline;
}

ul a {
	color: #AAAAAA;
	display: block;
	width: 183px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#header {
	width: 800px;
	height: 145px;
}

#leftnav {
	text-indent: 20px;
	width: 183px;
	background: #000;
	float: left;
	height: 444px;	
}

#leftnav a:hover {
	color: #fff;
	display: block;
	text-indent: 20;
	background-color: #DD0000;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	}

#maintext {
	float: right;
	background-color: #ddd;
	width: 71.75%;
	padding: 0 0 0 15px;
	height: 444px;
	border-right: 11px solid #000;
	color: #555555;
	overflow: scroll;
}

#footer {
	width: 800px;
	clear: both;
}

#wrapper {
	width: 800px;
	height: 600px;
	margin: auto;
}
