/* CSS Document */
body {
	/*font: 10px/18px Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000; */
	margin: 7px;
	background-color: #473A36;
	line-height:1.6;
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	
}
p {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #222;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
h1 {
	font-family: Gill Sans, Verdana;
	color: #444;
	margin: 0px;
	padding: 11px 0px 5px 0px;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 24pt;
	line-height: 46px;
	letter-spacing: -2px;
	font-weight: bold;
}
a {
	color:#09c;
	text-decoration:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
#container_top {
	height: 17px;
	width: 814px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #473A36;
	background-image: url(/static/container_bg_top.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#container {
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #473A36;
	background-image: url(/static/container_bg_mid.gif);
	background-repeat: repeat-y;
	background-position: top;
	z-index: 1;
}
#container_bottom {
	height: 57px;
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #473A36;
	background-image: url(/static/container_bg_bottom.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#sub_container {
	width: 758px;
	border: 1px solid #8B6D4C;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: auto;
	left: auto;
	padding: 2px;
	z-index: 2;
	
}
#header {
	height: 100%;
	overflow: visible;
	/* width: 750px; */
	border: 3px solid #8B6D4C;
	position: relative;
	/*margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px; */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #8B6D4C;
	padding-top: 242px;
	z-index: 2;
}
/* hide header text except for users with screen-readers */
#header h1 {
text-indent: -100em;
}
#menu {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 615px;
	height: auto;
	position: absolute;
	width: 141px;
	background-color: #8B6D4C;
	z-index:3;
}
div.hr {
  height: 15px;
  background: #8B6D4C url(/static//hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
#navcontainer {
	padding-top: 120px;
	text-align:center;
}
#navcontainer ul { 
	margin: 0px;
	padding: 12px 0px 12px 19px;
	list-style-type: none; 
}
#navcontainer a {
	display: block; 
 	color: #FFFFFF;
	background-color: #8b6d4c;
	width: 9em;
	padding: .2em 0em;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #c69c6d;
	color: #FFFFFF;
}
#navcontainer li { margin: 0 0 .3em 0; }
#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 561px;
	padding: 25px;
	background-color: #ffffff;
	z-index: 2;
}
#content p:first-letter {font-weight: 400; font-size: 16pt; line-height: normal;}


 	

