body {
	color: #4D4D4D;
	background-color: #F8FCFF;
	background-repeat: repeat-x;
	background-image: url('images/bg.jpg');
	background-position: center bottom;
	margin: 50px 0px 50px 0px;
	font-size:medium;
	font-family:"Century Gothic", "Arial Narrow";
}
/* See Nav.php for hover settings.
a:hover {
	/*color: #1E90FF;*/
	color: red;
	text-decoration:none;
	font-family:"Century Gothic", "Arial Narrow";
	font-size:medium;
}
*/
a:active {
	color: #4D4D4D;
	text-decoration:none;
	font-family:"Century Gothic", "Arial Narrow";
	font-size:medium;
}

a:link {
	color: #4D4D4D;
	text-decoration:none;
	font-family:"Century Gothic", "Arial Narrow";
	font-size:medium;
}
a:visited {
	color: #4D4D4D;
	text-decoration:none;
	font-family:"Century Gothic", "Arial Narrow";
	font-size:medium;
}
.container {
	align: center;
}

.banner {
	background-color: #FFFFFF;
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height: 200px;
	width: 800px;
	text-align: left;
	z-index:10;
	
}
.nav {
	background-color: #FFFFFF;
	
	width: 760px  !important;
	width: 800px;
	text-align: center;
	padding: 5px 20px 5px 20px;
	margin: 5px 0px 5px 0px;
	z-index:-10;

}
.body {
	background-color: #FFFFFF;
	
	min-height:400px;
	height:auto; !important
	height:400px;
	width: 760px  !important;
	width: 800px;
	text-align: left;
	padding: 20px 20px 20px 20px;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;

}
.footer {
	text-align: center;
	font-size: 12px;
	color: #B3B3B3;
	width: 800px;
	margin-top: 5px;
}
h2{
color:#1E90FF;
}
h3{
	line-height:22px;
}
