﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('../images/yellow gradient.png');
}
#container {
	width: 905px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 887px;
	padding: 0;
	background-color: #7A2949;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #7A2949;
	overflow: hidden;
}
#column_l {
	width: 685px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 170px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 11px;
	padding-right: 5px;
	padding-left: 5px;
	top: 0px;
}
#footer {
	text-align: center;
	background-color: #7A2949;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
d img {
	float: left;
	}
#masthead p {
	color: #FFFF00;
	font-size: 48px;
	text-align: center;
	margin: 10px 10px 0 10px;
	font-style: italic;
	font-weight: bold;
	font-family: "Book Antiqua";
}
#masthead p {
	color: #FFFF00;
	font-size: 48px;
	text-align: center;
	margin: 10px 10px 0 10px;
	font-style: italic;
	font-weight: bold;
	font-family: "Book Antiqua";
}
/* Styles for Navigation */
#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 30px;
}
#navigation li {
	float: left;
	width: 107px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #7a2949;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 94px;
	text-align: center;
	height: 15px;
	font-size: large;
}
#navigation a:hover {
	background-color: #993300;
	border: medium solid #f2f2f2;
	color: #FFFFFF;
}
/* Styles for Content */
h1 {
	color: #000000;
	font-size: 3.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
	margin-left: 0px;
}
h3 {
	color: #000000;
	font-size: 1.5em;
	text-align: left;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #000000;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #FFFFFF;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
	font-weight: bold;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}