body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #330208;
	margin: 0;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

table {
	margin-left: 20px;
	margin-right: 20px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	color: #330208;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	margin: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	color: #790511;
	font-weight: bold;
}

.red {
	background-color: #790511;
}

.box {
	border: #CCCCCC thin solid;
	margin-right: 10px;
}

.leftbar {
	background-image: url(images/leftbar.png);
	background-repeat: repeat-y;
	background-position: left;
}

.rightbar {
	background-image: url(images/rightbar.png);
	background-repeat: repeat-y;
	background-position: right;
}

.header {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	border-bottom-color: #c39446;
	border-bottom-style: solid;
}

.container {
    clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 916px;
	background-color: #FFFFFF;
}

.seattle {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 900px;	
	border-top-color: #ac782c;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #ac782c;
	border-bottom-style: solid;
	border-bottom-width: thin;	
}

.nav {
	background-color: #4c4c4c;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.nav a {
	font-weight: bold;
	color: white;
}

.nav p {
	font-weight: bold;
	color: white;
}

.left {
	width: 580px;
	position: static;
	left: 8px;
	float: none;
	clear: left;
	padding-top: 15px;
	background-color: #FFFFCC;
	border-right-color: #c39446;
	border-right-style: solid;
	border-right-width: thin;
	margin-left: 8px;
}

.right {
	width: 300px;
	float: right;
	margin-right: 8px;
	clear: both;	
}

.footer {
	color: white;
}

.footer a {
	color: white;
}