﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('art/grassbgblue.jpg');
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	background: white url('art/masthead.jpg') no-repeat center 40px;
}
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 750px;
	padding: 0;
	height: 107px;
}
#navigation {
	overflow: hidden;
	padding-left: 30px;
}
#page_content {
	margin-left: 25px;
}
#column_l {
	width: 520px;
	margin: 20px 0 20px 5px;
	padding: 0 10px 10px 10px;
	height: auto;
	background-color: #c9b88f;
}
#column_r {
	width: 200px;
	margin: 20px 0 20px 0;
	float: right;
	position: relative;
	right: 25px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
}
#no-columns {
	position: relative;
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 20px 10px 20px 10px;
	background-color: #c9b88f;
	width: 710px
}
#footer {
	text-align: center;
	margin-left: 25px;
	overflow: hidden;
	padding: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCC00;
	width: 750px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 20px 0 20px;
	padding: 5px;
	display: block;
	font-size: small;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #f2f2f2;
}
#navigation a:active {
	background-color: #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #FFFFFF;
	font-size: 2.0em;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #D3D16D;
	padding-top: 10px;
}
h2 {
	color: #FFFFFF;
	font-size: 1.75em;
	margin-top: 10px;
}
h3 {
	color: #965;
	font-size: 1.25em;
}
h4 {
	color: #FFFFFF;
	font-size: 1.25em;
}
h5 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: black;
	font-size: x-small;
	margin-top: 6px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#largeimage {
	height: 320px
}
.img-border {
	border: 3px solid #ffffff;
	text-decoration: none;
}

