* {
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans MT";
}

body {
	background: #FFF;
}

ul {
	margin-left: 25px;
}

#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	border-right: #C00 1px solid;
	border-left: #C00 1px solid;
	width: 900px;
	margin-bottom: 20px;
}

#title {
	position: relative;
	width: 900px;
	font-weight: bold;
	color: #C00;
}

#colorbar {
	position: relative;
	background: #C00000;
	width: 900px;
}

#navbar {
	position: relative;
	width: 900px;
	height: 40px;
	background: #C00000;
	border-bottom: #FFF dotted 2px;
}

#navbar a {
	float: right;
	padding: 5px 10px 0px 10px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#navbar a:hover {
	color: #BCE27F;
}

#navbar2 {
	position: relative;
	width: 900px;
	height: 40px;
	background: #C00000;
}

#navbar2 a {
	float: right;
	padding: 5px 10px 0px 10px;
	color: #FFF;
	text-decoration: none;	
}

#navbar2 a:hover {
	color: #BCE27F;
}

#imagebar {
	position: relative;
	height: 210px;
	width: 900px;
	background: #C00000;
	overflow: hidden;
}

#imagebar img {
	float: left;
}

#content {
	position: relative;
	padding: 20px;
	width: 860px;
	line-height: 30px;
	color: #7C7C7C;
}

#content h1 {
	font-size: x-large;
	color: #C00000;
	font-weight: bold;
}

#content h2 {
	font-size: large;
	color: #1B5C75;
	font-weight: bold;
}

#content td, th {
	padding: 4px 10px 4px 10px;
}

#content .quote {
	font-style: italic;
	color: #1B5C75;
	margin-left: 40px;
}

#content .quotee {
	color: #7C7C7C;
	font-style: normal;
}

#footer {
	position: relative;
	width: 900px;
	height: 60px;
	background: #CC0000;
	font-size: xx-small;
	color: #FFF;
	text-align: center;
}

#bannerPreload {
	display: none;
	width: 900px;
	height: 210px;
}
}
