﻿@import url("layout.css");
body {
	background-color: #511f03;
	background: url('../images/bgmain.jpg') repeat-x fixed top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #003300;
	background-attachment: fixed;
	background-image: url('../images/bgmainbl.jpg');
}
#container {
	margin: auto;
	background-color: #FFFFFF;
	
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url('../images/dr10bannerb.jpg');
	background-repeat: no-repeat;
	width: 700px;
	height: 275px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #006600;
	font-size: small;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
	height: auto;
}
#column_r {
	width: 275px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 253px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #006600;
	color: #FFFFFF;
	font-size: small;
	margin-top: 15px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	color: #FFFFFF;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* 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: 3px;
	border: 1px #000000 solid;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 1px #000000 solid;
	background-color: #660033;
}
/* Right Column */
#column_r img {
	border: 0px #808080 solid;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
	text-align: center;
}
h4 {
	border: 1px #000000 solid;
	font-size: medium;
	font-style: italic;
	color: #FFFFFF;
	background-color: #660033;
	text-align: center;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
	
}
p {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 5px;
	margin-right: 5px;
	color: #004000
}
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #FFFF00;
	margin: 10;
	margin-top: 7px;
}
/* Links */
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color:#fff;
	text-decoration: none;
	background-color:#660033;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}