﻿@import url("layout.css");
body {
	font-family: Arial;
	font-size: medium;
	color: #000;
}
{
	width: 1050px;
	height: 100%;
	background-color: #21538B;
}

}
#content {
	border-right-width: medium;
	border-right: 1050px;
	padding: 0px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 1049px;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #21538B;
	max-height: 70px;
	height: auto;
	border-bottom-color: #FFFFFF;
}
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
	margin-top: auto;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a:{
	color: #21538B;
	text-decoration: none;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
