﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #e6d98f;
	background-image: url("content/images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin:0px auto;
	padding:5px 0px 5px 0px;
}
#navigation {
	width: 700px;
	margin:0px auto 10px auto;
	clear: both;
	overflow: hidden;
}

#page_content {
	position: relative;
	width: 700px;
	margin:0px auto;
}
#content {
	position: relative;
	float: left;
	width: 700px;
	padding: 5px 0px;
	text-align: left;
}

#footer {
	clear: both;
	width: 700px;
	margin:10px auto;
	text-align: left;
}

#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin:10px 0px 0px 30px;
	display: inline;
}

#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation li.active a {
	color:#edb;
	background-color: #a0522d;
}

#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}

#content h1,h2,h3,h4,h5,h6 {
	color: #a0522d;
	text-decoration:underline;
}

#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}

#content .rates {
	width:500px;
	padding:0px 0px 0px 50px;
}

#footer p {
	font-size: 0.85em;
	color: #808080;
}

#footer a {
	color: #a0522d;
	text-decoration: underline;
}

#footer a:hover {
	color: #800000;
	text-decoration: none;
}

a {
	color: #a0522d;
	text-decoration: underline;
}

a:hover {
	color: #800000;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.style1 {
	text-align:center;
}