@charset "utf-8";
/* CSS Document */
body {
	background-image: url(/images/parchment4.jpg);
	background-repeat: repeat;
	font-family:helvetica, verdana;
	margin-top:7px;
	margin-bottom:7px;
	margin-left:10px;
	margin-right:12px;
}
#body {
	background-image:url(../images/parchment-lt.jpg);
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(../images/parchment-lt.jpg);
	width: 99%;
	height:150px;
	float:left;
}
#leftcol {
	background-image:url(../images/parchment-lt.jpg);
	color:#000033;
	font-weight:bold;
	text-align:center;
	float: left;
	width: 180px;
	height: 100%;
}
#content {
	background-image:url(../images/parchment-lt.jpg);
	color:#000033;
	padding:2px;
	float: left;
	width: 810px;
	height: auto;
}
#footer {
	background-image:url(../images/parchment-lt.jpg);
  color:#000033;
  font-size:.9em;
  text-align:center;
  clear: both;
  width: 99%;
}
p {
	font-size:.9em;
}
.header {
	font-size:1.2em;
	text-align:center;
}
.subheader {
	font-size:1em;
	text-align:center;
}
a:link, a:visited {
	color:#000033;
	text-decoration: underline;
}
a:hover {
	color:#0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#menu1 {
	width: 178px;
	margin-left: -40px;
	margin-top: -15px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	border-size: 0px;
	border-width: 0px;
	}
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(../images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(../images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}