body {
	background-color: #e4dcbe;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #7C1F22;;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-size:18px;
	font-weight:bold;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-size:14px;
	font-weight:normal;
}



.header {
	background-color: #7C1F22;
	vertical-align: middle;
	text-align: center;
	color: #F4F4C1;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
#navbar ul li{
	list-style-type: none;
} 

.menu {
	width:200px;
	color: #7C1F22;
	background-color: #e4dcbe;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}
.menu_current, .menu_default {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	background-color: #999999;
	background-repeat: no-repeat;
	color: #EEE;
	text-decoration: none;	
	list-style-type: none;
}
.menu_current:hover, .menu_default:hover {
	background-color: #F4F4C1;
	color: #2D1E2D;
	list-style-type: none;
}

.menu ul, .menu li {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
.menu li:hover, .menu ul:hover {
	background-color: #9F6F9F;
	color: #2D1E2D;
	list-style-type: none;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #e4dcbe;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #e4dcbe;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
.skinny {
	background-color: #009900;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
ul {
	list-style-image: url(http://www.safetyenvelopes.com/media/bullet.png);
	list-style-type: circle
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	line-height:25px;
	font-size:20px;
}
.header2 {
	font-size:10px;
}

