﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: repeat;
	background-color: #336699;
	color: #000000;
	font-size: 16px;
}
#container {
	padding: 5px 3px 5px 5px;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #412D16;
	width: 800px;
}
#masthead {
	margin: 5px 0px 0px 0px;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	width: 800px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #412D16;
	color: #EEF2DF;
	border-top-color: #403114;
	border-bottom-color: #403114;
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
html>body #navigation {
	overflow: hidden;
	background-color: #412D16;
}
#column_l {
	width: 541px;
	padding: 15px 4px 15px 2px;
	background-color: #fff;
}
html>body #column_l {
	width: 551px;
	padding: 0 10px 0 10px;
	background-color: #fff;
}
#column_r {
	`width: 214px;
	background-color: #E6E2C7;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 1px;
	padding-right: 1px;
	margin-right: 2px;
}
html>body #column_r {
	width: 214px;
	background-color: #D1D29C;
	padding-right: 1px;
	padding-left: 9px;
	margin-left: 4px;
	margin-right: 2px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	background-color: #412D16;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: lighter;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 8.3px 5px 8.3px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #403114;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #403114;
	font-size: small;
}
#navigation a:hover {
	padding: 5px 8.3px 5px 8.3px;
	font-weight: lighter;
	text-decoration: none;
	color: #000000;
	background-color: #EEF2DF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1;
	border-right-color: #D6DACA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

/* Right Column */

/* Site typography */
a:linkHeader {
}
p {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-family: Trebucht, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h1 {
	font-size: large;
	color: #B40000;
}
.Heading1 {
	font-size: 1.6em;
	color: #008000;
	font-weight: lighter;
	padding-top: 2px;
}
h2 {
	font-size: medium;
	color: #665E47;
	font-weight: lighter;
}
h3 {
	font-size: large;
	color: #403013;
	font-weight: lighter;
}
h4 {
	font-size: medium;
	color: #000000;
	font-weight: 500;
}
.h5 {
	color: #665E47;
	font-family: Candara;
	font-size: large;
	border: medium groove #0000FF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
}
.smallBullet {
	font-size: 13px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

