﻿body {
background-image:url('images/container.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #660000;
	margin-top:0;
	margin-bottom:0;
	font-size:12pt;
	font-family:Verdana;
}
.container {
	margin:0px auto;
	width: 801px;
}
h1 {
	font-size:large;
	color: #660000;
	text-align:center;
}
h2 {
	font-size:medium;
	color: #660000;
	text-align:center;

}
.maincontent {
	padding: 20px 15px 15px 15px;
	font-family: Verdana;
	text-align: left;
	vertical-align: top;
margin-left:215px;
}
.main {
	padding: 20px 5px 5px 5px;
	background-color: white;
	font-family: Verdana;
	text-align: center;
	vertical-align: top;


}

.leftcol {
	padding: 20px 5px 5px 5px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: top;
	float:left;
	text-align:left;
	height:100%;
	width:215px;
	max-width:215px;
	

}
.header {
	background-color: #DDD7A6;
	background-image:url('images/muralheader.jpg');
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 10pt;
	padding-top:165px;
	text-align:right;
	color:#660000;
	max-width:801px;
		font-family:Arial, Helvetica, sans-serif;
		margin-top: 0;
	margin-bottom: 0;

}
.menubar{
	background-image:url('../images/menu/menubarlow.png');
	height:40px;
	font-size:11pt;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	background-repeat:no-repeat;
	background-position:center;
	max-width:801px;
}
.footer {
border-left: 0px solid black;
	border-right: 0px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
background-image:url('images/footbgrnd.jpg');
	background-repeat:repeat-x;
	background-color:#ddd7a6;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
		text-align:center;
		width:801px;
		clear:both;
	}
a:link {
	color: #660000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #660000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #660000;
	font-weight:bold;
	text-decoration: underline;

}
a:active{
	color:#000000;
	font-weight:bold;
	text-decoration: underline;

}
