﻿@import url("../layout.css");
body {
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	background-color: #FFF;
	background-image:url('../images/bkg_texture3.gif');
}
#container {
	width: 730px;
	margin: 0 auto;
	background-image: url('../images/bkg_tile_g2.gif');
	background-repeat: repeat-y;
	border-bottom:7px #c79810 ridge;

}
#masthead {
	text-align: right;
	width: 735px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 150px;
	padding-left: 3px;
	position: relative;
	clear: both;
	display: inline;
	margin-top:30px;
}
#content {
	float: left;
	width: 530px;
	padding: 15px;
	overflow: auto;
	margin: 0px;
	position: relative;
	border-left: 1px gray solid;
	background-color: #F0F0E1;
}
#content img {
}
#footer {
	clear: both;
	width: 706px;
	margin-top: 0px;
	margin-left:11px;
	margin-right:12px;
	padding-top: 10px;
	padding-bottom:10px;
	overflow: hidden;
	border-top:2px #D3D3A9 ridge;
	background-color: #F0F0E1;
}
#masthead img {
	float: left;
}
#masthead p {
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FAF187;
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 16px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
/*	border: 1px solid #cdf; */
}
#sidebar a {
	font-family: Century, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 15px;
	margin-left: 0px;
/*	border-bottom: 1px solid #f9f9f9;*/
}
#sidebar a:hover {
	font-family: Century, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
	text-decoration: none;
	color: #04b;
}
#sidebar a.current {
	font-family: Century, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
	color: #04b;
}
/* Styles for Footer */
#footer p {
	font-family:Verdana, Arial, sans-serif, Helvetica;
	font-size: x-small;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	padding: 2px;
}
#footer a {
	color: navy;
	text-decoration: underline;
}
#footer a:hover {
	color: blue;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	font-style:italic;
	font-size: 1.6em;
	color: navy;
}
h2 {
	font-size: 1.3em;
	color: navy;
}
h3 {
	font-size: 1.2em;
	color: navy;
	font-style:italic;
}
h4 {
	font-size: 1.0em;
	color: navy;
	font-style:italic;
}
#content li
{
	margin: 6px 0 6px 0;
}
hr  {
	color: #d3d3a9;
	margin-left: 30px;
	margin-right: 30px;
	}
#credit p {
	font-size: 0.8em;
	color: gray;
	font-size:x-small; text-align:center; color:gray; font-family:Verdana, Arial, sans-serif, Helvetica;
	text-align:center;
	}
#credit a {
	color: gray;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
	color: navy;
}
