﻿@import url("layout.css");
@import url("buttons.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #fcf0d5;
	}
#container {
	width: 100%;
	height: 100%;
	background-color: #c00;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
	color: #fff;
	background-color: #c00;
	border-bottom: 1px solid #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	background-color: #c00;
}
#content {
	margin-left: 150px;
	padding: 10px;
	background-color: #fcf0d5;
}
#footer {
	text-align: center;
	clear: both;
	width: 99%;
	overflow: hidden;
	border-top: 1px solid #fff;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	color: #fff;
	background-color: #c00;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 5%;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fcf0d5;
}

#masthead h1
{
	color: #fff;
}
h6 {
	color: #c00;
	font-family: Arial Black;
}

h5 {
	color: #c00;
	font-family: Arial Black;
}

h4 {
	color: #c00;
	font-family: Arial Black;
}

h3 {
	color: #c00;
	font-family: Arial Black;
}

h2 {
	color: #c00;
	font-family: Arial Black;
}

h1 {
	color: #c00;
	font-family: Arial Black;
}

#content img {
	padding: 5px;
	border: 0;
	/*border: 1px solid #c00;*/
}

#content table {
	border-collapse: collapse;
}

#content th {
	text-align: left;
}

#content .odd td
{
	background-color: #fff;
}

#content .even td
{
	
}

#content .text_block {
	text-align: justify;
}
/* Footer Styles */
#footer p {
	font-size: medium;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fcf0d5;
	text-decoration: underline;
}
a {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style_pdf_link {
	vertical-align: middle;
}