#header {
	margin: 0px;
	font-family: "Trebuchet MS";
	background-color: #99CCFF
	width: 800px;
	background-color: #ff6600;
	height: 30px;
}
#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 800px;
	background-color: #ff6600;
}
.center {
	text-align: center;
}
#container {
	width: 800px;
	float: left;
	background-color: #ff6600;
}
#container img{
	display: block;
}
#leftbar {
	width: 215px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	background-color: #ff6600;
	margin-left: 0px;
}
#leftbar a{
	color: #f7b386;
	text-decoration: none;
}
#leftbar a:hover{
	text-decoration: underline;
	color: #fff;
}
#leftbar ul{
	list-style-type: none;
	color: #fff;
	list-style-position: outside;
}
#leftbar li{
	font-size: 0.8em;
	line-height: 1.65em;
}
#leftbar img{
	margin-left: 30px;
}
#content {
	font-family: "Trebuchet MS";
	margin-right: 30px;
	width: 495px;
	float: right;
	background-color: #ff6600;
	margin-left: 30px;
}
#content_home {
	font-family: "Trebuchet MS";
	margin-right: 30px;
	width: 740px;
	float: none;
	background-color: #ff6600;
	margin-left: 30px;
	text-align: center;
}
#content img{
	display: inline;
	margin-left: 0px;
}
#footer {
	clear: both;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #ff6600;
	text-align: center;
	padding-top: 25px;
	background-color: #ff6600;
}
a {
	color: #f7be86;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
ol {
	font-family: "Trebuchet MS";
	margin-left: 40px;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 0.75em;
	line-height: 1.45em;
	color: #fff;
}
body {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	font-family: "Trebuchet MS";
	color: #fff;
	margin-right: 20px;
}
li {
	font-size: 0.75em;
	line-height: 1.55em;
}	
h1 {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #751811;
	line-height: 1.55em;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #751811;
	margin-bottom: -7px;
}
table {
	font-family: "Trebuchet MS";
	color: #fff;
}
.indentnav {
	margin-left: 25px;
}

.inline {
	display:inline;
}
.item {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #fff;
	line-height: 1.55em;
}
.home_nav {
	list-style-type: none;
	color: #fff;
	list-style-position: inside;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #751811;
}
.white {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	margin-bottom: -7px;
}