﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background1.png");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 25px auto;
	
}
#BodyBack {
	background-image:url('../images/BodyBack1.png');
	width: 750px;
	margin: auto;
	margin-top: 20px;
}
#BodyBackBottom{
	background-image:url('../images/BodyBackBottom1.png');
	background-position: center;
	/*background-position: left bottom;*/
	float: left;
	width: 750px;
	min-height: 20px;
	margin-top: -25px;
	
	/*margin-bottom: 10px;*/
	
	padding: 0px;
	
	

}
#masthead {
	text-align: center;
	width: 705px;
	height: 230px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFBF2;*/
	background-image:url('../images/Banner1.png');
	margin-left: -5px;
	margin-top: -15px;
}
#navigation {
	background-image: url('../images/NavBar1.png');
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFBF2;*/
}
#content {
	background-image:url('../images/ContentBar1.png');
	min-height:280px;
	
	float: left;
	width: 550px;
	margin-top: -8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	
	

	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;*/
	
}
#contentBottom {
	background-image:url('../images/ContentBarBottom1.png');
	/*background-position: left bottom;*/
	float: left;
	width: 590px;
	min-height: 20px;
	
	margin-bottom: 10px;
	margin-left: 116px;
	padding: 0px;
	
	

	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;*/
	
}

#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 5px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFBF2;*/
	background-image:url('../images/SiteMenu.png');
	color:#01015C;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 96%;
	display: block;
	margin: 0;
	padding: 3px;
	/*background-color: #FEF2DA;*/
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	/*border: 1px solid #fff;
	background-color: #fff;*/
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	/*border: 1px solid #fff;
	background-color: #fff;*/
}
#navigation a:hover {
	color: black;
	text-decoration: none;
	/*border: 1px solid #FFCC99;*/
	background-image:url('../images/NavHover1.png')
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #01015C;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color:  #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}