﻿@import url(layout2.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url('../images/red.jpg');
}
#container {
	width: 100%;
	position: relative;
}
#masthead {
	text-align: right;
	width: 950px;
	background-color: #AA0000;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	margin-top: 11px;
	color: #FFFFFF;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 7px;
}
#page_content {
	margin: 89px auto 0px auto;
	position: relative;
	width: 950px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #333333;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 41px;
	border-bottom-color: #AA0000;
	border-top-style: solid;
	border-top-width: 13px;
	border-top-color: #FF00FF;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: x-large;
	text-align: left;
	color: #FFFFFF;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 109px;
	width: 400px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: underline;
	display: block;
	padding: 8px 4px 8px 4px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-right: 3px;
	margin-left: 3px;
}
#navigation a:hover {
	color: #008080;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* Styles for Content */
h1 {
	font-size: 30px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
}
h2 {
	font-size: large;
	color: #AA0000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: large;
	color: #AA0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 7px;
}
h4 {
	font-size: large;
	color: #333333;
}
h5 {
	font-size: large;
	color: #333333;
}
h6 {
	font-size: medium;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}