﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fdfdf0;
	background-image: url("../images/leaves.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border: 1px solid #431;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content {
	float: left;
	width: 534px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
}
h2 {
	color: #c82;
}
#content h1 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
#larger {
	font-size:11pt
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
ul {
	margin-left:0px; padding-left:20px;
}
.cblue{
	color:blue;
}
.cgreen{
	color:green
}
.cred{
	color:red
}
.cteal{
	color:teal
}
.cCAASSD{
	color:maroon
}
.cLMCP{
	color:gray
}
.MLTa{
	margin-left:6.25em;
	text-indent:-6.25em;
	margin-bottom:0;
	margin-top:0
}
.LMis{
	margin-left:6.25em;
	text-indent:-4em;
	margin-bottom:0;
	margin-top:0
}
li {
	margin-bottom:.5em
}
.hi {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.hih {
	margin-left:0.5em;
	text-indent:-0.5em;
}
.hiL {
	padding-left:1.0em;
	text-indent:-1.0em;
}
.nowr{
	white-space:nowrap
}
.mt0{
	margin-top:0
}
.mth{
	margin-top:.5em
}
.mb0{
	margin-bottom:0
}
.mB1{
	margin-bottom:1em
}
.mBh{
	margin-bottom:.5em
}
.ml0{
	margin-left:0em
}
.ml1{
	margin-left:1em
}
.mL1h{
	margin-left:1.5em
}
.mt0{
	margin-top:0
}
.mTh{
	margin-top:0.5em
}
.ulnone {
	list-style-type:none
}
.fs80 {
	font-size:80%
}
.fs50 {
	font-size:50%;
}
.fs25 {
	font-size:25%;
}
.fwB {
	font-weight:bold;
}
.lSTN{
	list-style-type:none
}
.pB1{
	padding-bottom:1em;
}
.pBh{
	padding-bottom:0.5em;
}
.pLh{
	padding-left:0.5em;
}
.pL1{
	padding-left:1em;
}
.pT0{
	padding-top:0;
}
.pTq{
	padding-top:.25em;
}
.pR0{
	padding-right:0em;
}
.pR1{
	padding-right:1em;
}
.pRh{
	padding-right:.5em;
}
.taC{
	text-align:center;
}
.taL{
	text-align:left;
}
.taR{
	text-align:right
}
.tdU{
	text-decoration:underline
}
.tnc{
	text-align:right;
	font-weight:bold;
	padding-right:1em;
	vertical-align:top
}
.vaB{
	vertical-align:bottom
}
.vaM{
	vertical-align:middle
}
.vaT{
	vertical-align:top
}
.wsNW{
	white-space:nowrap
}