﻿@import url("layout.css");
body {
	font-family: "gill Sans MT";
	font-size: 0.8em;
	margin-top: 20px;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	font-family: "gill Sans MT";
}
#content {
	margin-top: 10px;
	float: inherit;
	padding: 20px;
	border-top: 1px solid #B75659;
	border-right: 1px solid #B75659;
	border-bottom: 1px solid #B75659;
	border-left: 1px solid #B75659;
	background-color: #6599ff;
	text-indent: 0px;
	white-space: normal;
	font-family: "Gill Sans MT";
	color: #000000;
}
#content a {
	font: inherit;
	color: #FFFFFF;
}
#content a:hover {
	font: inherit;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#content h1 {
	color: #000000;
	font-family: "Gill Sans MT";
}
#content img {
	padding: 5px;
	border-top: 1px solid #B75659;
	border-right: 1px solid #B75659;
	border-bottom: 1px solid #B75659;
	border-left: 1px solid #B75659;
	border: 1px solid #808080;
}
/* Masthead Styles */
#masthead {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #B75659;
	border-right: 1px solid #B75659;
	border-bottom: 1px solid #B75659;
	border-left: 1px solid #B75659;
	background-color: #6599FF;
	font-family: "gill Sans MT";
	color: #000000;
}
#masthead h1 {
	color: #ffffff;
}
#masthead h3 {
	color: #ffffff;
}
/* Navigation Styles */
/* Content Styles */
#head {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #B75659;
	border-right: 1px solid #B75659;
	border-bottom: 1px solid #B75659;
	border-left: 1px solid #B75659;
	background-color: #6599ff;
	font-family: "Gill Sans MT";
	margin-top: 10px;
	letter-spacing: 1pt;
	color: #800000;
}
/* Footer Styles */
#head a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Gill Sans MT";
}
#head a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
	font-family: "Gill Sans MT";
}
#head a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	font-family: "Gill Sans MT";
}
#head p {
	color: #808080;

}
#foot {
	margin: 2px 0px 0px 0px;
	border-style: groove solid solid solid;
	border-color: #000000;
	border-width: 0px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	background-color: #D2E2FF;
	font-family: "Gill Sans MT";
	vertical-align: middle;
}
#foot a {
	padding: inherit;
	margin: inherit;
	color: #B75659;
	text-decoration: none;
	font-family: "Gill Sans MT";
}
#foot  a:hover {
	padding: inherit;
	margin: inherit;
	color: #000000;
	text-decoration: blink;
	background-color: #FFFFFF;
	font-family: "Gill Sans MT";
	font-weight: normal;
	font-style: normal;
}
#foot  p {
	margin: 0px;
	color: #808080;
}
a:hover {
	font: inherit;
	color: #FFFFFF;
/*	text-decoration: underline;*/
	background-color: #BB523D;
}
h2 {
	color: #000000;
	font-family: "Gill Sans MT";
}
h3 {
	color: #000000;
	font-family: "Gill Sans MT";
}
h4 {
	color: #000000;
	font-family: "Gill Sans MT";
}
h5 {
	color: #000000;
	font-family: "Gill Sans MT";
}
h6 {
	color: #000000;
	font-family: "Gill Sans MT";
}
.style_italic {
	font-style: italic;
	font-family: "Gill Sans MT";
}
.style_bold {
	font-weight: bold;
}
