body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	margin-top: 0;
	min-height: 101%;
}

html {height: 100%;} 
h1 { font-size: 125%; margin-top: -3%; }
h2 { font-size: 150%; margin-left: -2%; }
h3 { font-size: 100%; margin-left: -1%; }
h4 { font-size: 100%; margin-top: 0; margin-bottom: 0; }

.class1 A:link {
	text-decoration: none; color: #000000; font-weight: bold;
	}
	
.class1 A:visited {
	text-decoration: none; color: #000000; font-weight: bold;
	}
	
.class1 A:hover {
	text-decoration: underline;
	color: #000000;
	}
	
.class1 A:active {
	text-decoration: none;
	color: #000000;
	}

.class2 A:link {
	text-decoration: none; color: #000000; font-weight: bold;
	}
	
.class2 A:visited {
	text-decoration: none; color: #000000; font-weight: bold;
	}
	
.class2 A:hover {
	text-decoration: underline; color: #000000;
	}
	
.class2 A:active {
	text-decoration: underline; color: #666666;
	}

#container1 {
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	margin: auto;
	


	}
#navcontainer {
	width: 800px;
	float: left;
	text-align: center;
	padding: 0;

	
	}
ul {
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
}

li { 
	float: left;
	}

.menu a {
	width: 98px;
	height: 20px;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #FFFFFF;
	background: #356FA6;
	padding-top: 2px;
     }
	 
.menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
	 color: #000;
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #000;

     }

#content {
	float: left;
	text-align: left;
	width: 500px;
	margin: 0 50px;
	padding: 50px 0 0 50px;
	display: inline;
	}
#banner {
	width: 800px;
	
	}
	
#footer {    
	clear: both;
	text-align: center;
	} 
	
#form {
	width:650px;
	float: left;
	padding: 0;
	border: 0;
	margin: 0 0 10px 0;

	
	}