﻿@import url("layout.css");
body {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 12pt;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	margin-top: 4px;
	margin-bottom: 2px;
}
a {
	color: #393939;
	text-decoration: underline;
}
img {
	border: none;
	margin-right: 5px;
}
#container {
	width: 100%;
	height: 100%;
	background-image: url('../images/template/wood-lt-167h.jpg');
}
#masthead {
	width: 100%;
	overflow: auto;
	background-image: url('../images/template/wood-lt-167h.jpg');
	margin-top: 10px;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-image: url('../images/template/wood-lt-167h.jpg');
}
#sidebar li {
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #4B0B4A;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border-bottom-color: #3d1f07;
	border-bottom-width: 2px;
	border-bottom-style: groove;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #4B0B4A;
	border-bottom-width: 2px;
	border-bottom-color: #CC99FF;
}
#column_right {
	background-position: right;
	float: right;
	padding: 5px;
	width: 195px;
	vertical-align: top;
	background-color: #4B0B4A;
	background-repeat: repeat-y;
	border-left-style: inset;
	border-left-width: 2px;
	border-bottom-style: outset;
	border-bottom-width: 3px;
	border-bottom-color: #666666;
	border-left-color: #333333;
}
#column_right  h3 {
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 8px;
}
#column_right p {
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 5px;
	color: #FFFFFF;
}
#column_right .style-label {
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 4px;
	color: #000000;
}
#column_right .formtext {
	font-size: 11px;
	margin-top: 1px;
	margin-left: 5px;
	color: #000000;
}
#column_right .bottext {
	border-style: none;
	padding: 0px;
	margin-top: 1px;
	margin-left: 0px;
	font-size: 1px;
	height: 0px;
	margin-bottom: 2px;
}
#column_right .formborder {
	background-color: #CCCCCC;
	border-color: #4D0C4C #808080 #808080 #660066;
	border-style: outset groove groove outset;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content {
	min-height: 620px;
	margin-left: 140px;
	padding: 0px 0px 10px 10px;
	background-color: #fff;
}
#quote {
	float: right;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #C0C0C0;
	text-align: right;
	font-size: 20pt;
	color: #663300;
	width: 230px;
	background-color: #FFFF99;
	margin: 5px;
	font-style: italic;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%; /*
		background-color: #cdf;
*/;
	background-image: url('../images/template/wood-lt-167h.jpg');
}
#masthead img {
	float: left;
}
#masthead p {
	padding: 10px;
	font-size: 18px;
	margin: 0 10px 0 0;
	text-align: right;
	font-variant: normal;
	font-weight: bold;
	color: #450349;
	letter-spacing: .05em;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4B0B4A;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.float_right {
	float:right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
