@charset "UTF-8";
/** OTW stylesheet

*/

body {
	/* padding-left: 50%; */
	margin: 0;
	padding: 0;
	background-color: #564E1E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
	line-height: 1.5em;
}

#frame {
	/* Main container has bg color matching body and vertical stripes from repeating bg image. Container holds header, content and footer.
	*/
	position: relative;
	border: 1px solid black;
	background-image: url(../images/stripes.jpg);
	width: 780px; /* need to contain white */
	margin: 10px auto 10px auto;
	text-align: left;
	background-color: #9D8B00;
	background-repeat: repeat-y;
	background-position: top left;
}

#header {
	background-color: #000;
	color: #6E6206;
	margin: 0 0;
	height: 82px;
	padding: 0px 15px 0 320px;
	font-size: 18px;
	line-height: 18px;
}
#frame #header p {
	margin-top: 0px;
	font-size: 18px;
	padding-top: 50px;
	text-align: right;
}
#frame #header p a {
	color: #9D8C0E;
	text-decoration: none;
	padding-left: 10px;
}
#footerAddr {
	height: 5em;
	width: 255px;
	position: absolute;
	z-index: 110;
	margin: -68px 0 0 526px;
	color: #FFF;
	background-color: #002C3A;
	border: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#frame #header p a:hover {
	color: #FFF;
	text-decoration: none;
}

#content {
	color: #000;
	padding-left: 10px;
	padding-top: 2em;
	padding-bottom: 5em;
}
.menuCaption {
	font-size: 85%;
	color: #000;
	line-height: 1em;
	margin-top: -1em;
	margin-left: 0px;
	margin-bottom: .5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#frame #footer {
	background-color: #000;
	height: 3em;
	width: 780px;
	position: absolute;
	bottom: 0px;
	
}

#footer p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 14px;
	position: relative;
	color: #FFF;
}

#footer h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 14px;
	position: relative;
	color: #FFF;
	letter-spacing: 0.5em;
	line-height: 1em;
	margin-top: 10px;
}

#logo {
	z-index: 100;
	position: absolute;
	margin: 0 0 0 0;
	border: 0;
		
}

h1 {
	color: #67612A;
	font-size: 150%;
	line-height: 1.1em;
	font-style: oblique;
	margin-bottom: -.3em;
}
h2 {
	color: #A43400;
	font-size: 130%;
	line-height: 1.1em;
	margin-bottom: -0.7em;
}
h3 {
	color: #E25F00;
	font-size: 115%;
	line-height: 1.1em;
	margin-bottom: -0.9em;
}
#frame #footerAddr #addrBlock {
	margin: 10px 0 0 60px;
	font-size: 110%;
}
#frame #content .picTable {
	margin-bottom: .8em;
}
