body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11pt;
	background-color:#880000;
}
h1 {
	font-size:14pt;
	color:#880000;
}

h2 {
	font-size:13pt;
	color:#880000;
}
ul.red {
	list-style-type:disc;
	color:#880000;
}
	
#wrapper{
	position:absolute;
	left:50%;
	margin-left:-425px;
	background-image:url(images/wrapper.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:890px;
}

#container {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:801px;
	height:830px;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:88px;
}

/**Top Navigation**/

#MainNav {
	background-color:#c6c6c6;
	width:800px;
	height:30px;
}

#MainNav ul {
	width:800px;
	height:30px;
	position:absolute;
	top:93px;
	left:0;
	display:inline;
	margin:0;
	padding:0;
}
#MainNav  li {
	padding-right:15px;
	list-style-type:none;
	display:inline;
}

#MainNav li #current {
	color:#880000;
}

#MainNav li a {
	font-size:11pt;
	color:#444;
	text-decoration:none;
}

#MainNav li a:hover {
	color:#880000;
}

/**body**/

#titleStatement {
	margin-top:15px;
	margin-left:50px;
	width:700px;
	height:55px;
	border-bottom:solid 3px #000;
	text-align:center;
}

#body {
	width:700px;
	height: 520px;
	margin-left:50px;
	margin-top:20px;
}

#leftCol {
	width:400px;
	height:520px;
	float:left;
}

#rightCol {
	width:244px;
	height:520px;
	float:right;
}
#centercol {
	width:830px;
	float:left;
	height: 520px;
}

.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;
}

/**Footer Content**/

#footer {
	background-color:#c6c6c6;
	width:800px;
	height:23px;
	margin-top:39px;
}

#footer ul {
	display:inline;
	margin:0;
	padding:0;
}

#footer li {
	padding:5px;
	list-style-type:none;
	display:inline;
}

#footer li a {
	font-size:10pt;
	color:#444;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration:underline;
}

#info {
	padding-top:5px;
	width: 800px;
	height:20px;
	text-align:center;
	font-size:9pt;
	color:#fff;
}

#info a:link {
	color:#fff;
}	
.centeredpicture {
	text-align: left;
	margin-left: 225px;
}
