﻿@import url("images/layout.css");
body {
/*	font-family: Helvetica, Verdana, sans-serif; */
	font-family: "Palatino Linotype", "Book Antiqua", "Palatineo", serif; 
	font-size: 14px; 
	line-height: 20px;
	text-align: center; 
	margin-bottom: 10px;
	background-color:#f3dcb4;
	background:#f3dcb4 url('images/bodybkg.gif') repeat; */
}
h1 {
	font-size: 20px;
	font-weight:bold;
}
h2 {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:6px;
}
h3 {
	font-size: 16px;	
	font-weight:bold;
	margin-bottom:6px;
}
#bodyline {
	margin-left: 25px;
}
#container {
	width: 930px;
	margin: 0 auto;
}
#masthead {
	text-align: right;
	width: 930px;
	overflow: auto;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
#sidebar {
	float: left;
	width: 140px;
	height:520px;
	position: relative;
	clear: both;
	display: block;
	margin-left: 40px;
	text-align: center;
	font-size: 16px;
	margin-bottom:10px;
	background: none;
}
#content {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	text-align: left;
	margin-right: 50px;
	margin-left:200px;
	min-height:490px;
}
#p {
	margin: 0 30px 0 20px;
}

#top {
	background: url('images/bkg-top.png') no-repeat center top;
	height:69px;
}

#middle {
	background: url('images/bkg-mid.png') repeat-y;
	}
	
#bottom {
	background: url('images/bkg-btm.gif') no-repeat center bottom;
	background: url('images/bkg-btm.gif') no-repeat  1px bottom;
	height:81px;
	margin-bottom:0px;
}
#content img {
	display: block;
}
#footer {
	width: 820px;
	margin-top: 0px;
	padding-top:5px;
	margin-left: 47px;
	margin-right: 0px;
/*	border-top: 1px #512800 solid; */
}
#masthead img {
	float: left;
	
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block; 
	padding-top: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #512800;
	text-align: center;
}
#sidebar a {
	text-decoration: none;
	color: #512800;
	display: block;
	/*border-bottom: 1px #CCCCCC solid;*/
}

#sidebar a:hover {
	text-decoration: none;
	color: #707038;
}
#sidebar a:active {
	text-decoration: none;
	color: #707038;
}

#sidebarhot a {
	color: #CC0000;
}


/* Styles for Footer */
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 10px;
	margin-bottom:0px;
	padding: 2px;
	color: #512800;
}
#footer a {
	color: #512800;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #512800;
	text-decoration: underline;
}
a:hover {
	color: #707038;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-size: 16px;
}
.style_italic {
	font-weight: bold;
}
#credit {
	width: 100%;
	vertical-align:middle;
	text-align: center;	
	margin-top: 0px;
}
#credit p {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
#credit a {
	color: #666666;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
	color: #808080;
}
.hiddenpic {
	display: none;
}
img {
	border:0;
}
.box {
	padding:9px; 
	background-color: #fdf9f2; 
	border-right: 3px #BBA28A solid;
	border-bottom:4px #BBA28A solid;
	border-left: 1px #BBA28A solid;
	border-top: 1px #BBA28A solid;
}
.linestyle {
	margin:0;
	margin-left:-18px;
	overflow:hidden;
}

