﻿@import url(layout.css);
body {
	color: black;
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #620000;
	line-height:135%;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 2px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#masthead {
	text-align: right;
	background-color: #620000;
	width: 800px;
	background-image: url('../images/header-ba.jpg');
	height: 100px;
	overflow: hidden;
}
#title	{
	float:left;
	width:75%;
	text-align:left;
	color:white;
	padding-left:5px;
}
#contact	{
	width: 24%;
	color: white;
	padding-right: 5px;
	float: right;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
	background-image: url('../images/button-background.jpg');
	color: #000000;
	font-size: 13px;
}
#column_l {
	width: 560px;
	margin: 0;
	background-color: #fff;
	padding-top: 10px;
	top: 0px;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #E6E6E6;
	position: relative;
	padding-top: 10px;
}
#footer {
	width: 800px;
	text-align: center;
	color: #000000;
}
/* Styles for Masthead */
#masthead p {
	font-size: 11px;
	color: #ffffff;
	margin: 10px 10px 0px 0px;
}
#column_r p {
	font-size: 13px;
	margin: 7px;
}
#masthead h4	{
	color: #FFFFFF;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#navigation li {
	border-right: 2px solid #011D39;
	border-bottom: 2px solid #011D39;
	float: left;
	border-bottom-color: #000000;
}
#navigation a {
	color: #620000;
	text-decoration: none;
	display: block;
	padding: 5px 12px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	color: #000000;
	background-image: url('../images/button-background.jpg');
}
#footer a {
	color: #620000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #620000;
	text-decoration: underline;
	text-align: right;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h2{
	color: #620000;
	margin-bottom: 8px;
	line-height:120%;
}