﻿@import url('layout.css');
body {
	margin: 0px;
	background-color: #39001D;
	font-family: Helvetica, sans-serif, "Book Antiqua";
	padding: 0px;
	font-size: 18px;
}
/* Styles for DIV tags */
 
 
 
 
 
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
 
/* Styles for Masthead */
#masthead h1 {
	color: #800000;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
}
#navigation a:hover {
	background-color: #800000;
	border: 1px #800000 solid;
 
}

/* Styles for Right Column */
#column_right h4 {
	color: #333333;
}
#column_right p {
	color: #333333;
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
}
#column_right a {
	color: #003366;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #800000;
	margin-top: 0px;
	font-family: helvetica, sans-serif;
}
h2 {
	font-size: 24px;
	color: #000000;
	margin-top: 0px;
	font-family: helvetica, sans-serif;
}
h3 {
	font-size: large;
	color: #4E5659;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
/* Styles for Footer */
.style29 {
	margin: 0;
	font-size: 0.8em;
	text-align: center;
}
.style30 {	margin: 0;
	font-size: 0.8em;
	text-align: right;

	
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
	text-align: center;
}
 {
	color: #006699;
}
#footer a {
	color: #39001D;
	font-size: x-small;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
	color: #696F00;
	font-weight: bold;
}
.web a {
	color: #39001D;
	font-size: small;
	font-weight: bold;
}
.web a:hover {
	text-decoration: none;
	color: #696F00;
	font-weight: bold;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
