﻿@charset "utf-8";
/* CSS Document */

#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 840px;
	background-color: #DE0425;
}
#sidebar {
	width: 180px;
	float: left;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #DE0425;
}
#header {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
}
#menubar {
	background-color: #4B403B;
	position: absolute;
}
#content {
	width: 610px;
	float: right;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.clear {
	clear: right
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size:.9em;

}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: .8em;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-style: normal;
	font-variant: small-caps;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.notes {
	color: #DE0425;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.highlight {
	color:#DE0425;
}
.img-right{
	float: right;
	padding-bottom: 50px;
	width: 218px;
}
p {
	font-family: "Courier New", Courier, monospace;
}
.flash-center {
	margin-bottom: 20px;
}
* html #menu a{
	height: 1px;
}

body{
	background: #4B403B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul, li{margin:0; padding:0; list-style:none;}

.menu_head{
}

.menu_body {display:none; width:184px;border-right:1px solid #998675;border-bottom:1px solid #998675;border-left:1px solid #998675;}
.menu_body li{background:#493e3b;}
.menu_body li.alt{background:#362f2d;}
.menu_body li a{color:#FFFFFF; text-decoration:none; padding:10px; display:block;}
.menu_body li a:hover{
	padding: 15px 10px 5px 10px;
	font-weight: bold;
}
a {
	color: #C0C0C0;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}
.style1 {
	font-size: large;
}
