﻿@import url("layout.css");
body {
	font-family: "verdana", sans-serif;
	background-image: ;
	background-repeat: repeat;
	background-color: #9B9B9B;
}
#container {
	border-right: 0px solid #8c8c8c;
	border-bottom: 0px solid #8c8c8c;
	border-left: 0px solid #8c8c8c;
}
#masthead {
	text-align: center;
	background-color:;
	background-image: url("../images/headersplash.gif");
	background-repeat: no-repeat;
    display: none;

}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 0px solid white;
	border-right: 0px solid white;
	background-color: #808160;
	display: none;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 357px;
	padding: 15px;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
}
#column_r {
	width: 233px;
	padding: 15px 10px;
	background-color:;
}
html>body #column_r {
	width: 230px;
	padding: 15px 10px;
}
#content {
	background-color:;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	visibility:hidden;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	visibility:hidden;	
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 11px 7px 11px;
	border-left: 0px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-left: 0px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
	background-color: #DADBBA;
}

#navigation2 {
	display:none;
}

#navigation3 {
	display:none;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #A76B17;
}
h2 {
	font-size: x-large;
	color: #A76B17;
}
h3 {
	font-size: large;
	color: #A76B17;
}
h4 {
	font-size: medium;
	color: #A76B17;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #A76B17;
}
h6 {
	font-size: xx-small;
	color: #A76B17;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #c55;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}