@charset "utf-8";
/* CSS Document */
/* banner and header styles  - creates background color and places images */

#top {
	width: 100%;
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	height: 31px;
	top: 0px;
	padding: 0;
}
#banner {
	width: 80%;
	height: 100px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	position: static;
	background-image: url(../images/logo.gif);
	background-position: top left;
} 

/* end of banner and header styles / start navbar styles - how navigation elementss will be displayed*/


#body
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
}
a link {height: 30px; border-width: 1px;
}
#navBar {
	margin: 0px;
	height: 32px;
	text-align: center;
}
#navBar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navBar li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size:36px;
	color: #064d85;
}
h2 {
	font-weight: bold;
	font-size:24px;
	color: #143348;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-weight: bold;
	font-size:24px;
	color: #034c14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-weight: bold;
	font-size:16px;
	color: #143d55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h5 {
	font-weight: bold;
	font-size:x-large;
	color: #02507e;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: oblique;
}
h6 {
	font-weight: lighter;
	font-size:medium;
	color: #143d55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	margin: 10px 5px 10px 5px;
}
ul {}
li {}
#footer {
	clear: both;
	border: 2px solid #02507e;
	font-size: large;
	color: #27741e;
	height: 69px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 45pt;
}
#footer a:link{color:#5dc174;}
#footer a:hover{color:#97b612;}
#footer a:active{color:#053c41;}
