﻿@import url("layout.css");
body {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
}
#container {
	border: 3px solid #000000;
	background-color: #fff;
	text-align: left;
	margin: 20px auto 20px auto;
}
#masthead {
	background-color: #fff;
	background-repeat: ;
	margin-bottom: 2px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #A54625;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	padding: 5px 3px 5px 3px;
	width: 540px;
	background-color: #fff;
	position: ;
	
}
#column_r {
	padding: 5px 2px 5px 2px;
	width: 190px;
	background-color: #ffffcc;
	float: right;
	text-align: center;
	
}
#content {
	background-color: #fff;
	font-family: verdana;
	font-size: 9pt;
	padding-top: 10px;
}
#footer {
	background-color: #d9bd95;
	font-family: verdana;
	font-size: 1.1em;
	text-align: center;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #A54625;
	font-family: Verdana;
	font-size: 11pt;
	color: #FFFFFF;
}
#navigation li {
	float: left;
	
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 8px 5px 8px;
	
	font-family: verdana;
	font-size: 10pt;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A54625;
	background-color: #d9bd95;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	
	color: #000;
}
h3 {
	font-size: large;
	
	color: #000;
}
h4 {
	font-size: medium;
	
	color: #000;
}
h5 {
	font-size: x-small;
	
	color: #000;
}
h6 {
	font-size: xx-small;
	
	color: #000;
}
.style1
{
	text-align:center;
}
.style3
{
	color:blue;
	font-size:large;
	text-align:center;
}
.style4
{
	color:blue;
	font-size:large;
}
.style5
{
	color:#990066;
	font-size:x-large;
	text-align:center;
}
/* Footer */
#footer p {
	
}
/* Links */
a {
	color: #A54625;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
hr {
	color: #A54625;
	background-color: #A54625;
	
}
