﻿/* CSS layout */
#body {
margin: 0 ;
padding: 0;
height: 100%;
margin-left: auto; 
margin-right: auto;
min-width: 1000px;
}

#masthead {
width: 1000px;

}

#top_nav {
width: 1000px;
}

#banner   {
    
	width: 728px;
	margin:auto;
	height: 100px;
}
	
h1 {
font-size: 28pt;
}

h2 {
font-size: 24pt;
}

#container {
	width: 1000px;
  	margin: 0 auto;
	
}

#col1 {
	width: 130px;
	float: left;
	height: 100%;
	text-align: center;
	margin-top: -140px;
	margin-left: 0px;
}

#col2 {
	width: 636px;
	float: left;
	height: 100%;
	text-align: justify;
	margin-left: 49px;
	margin-right: 50px;
	margin-top: 0px;
}

#col3 {
	width: 130px;
	float: right;
	margin-top: -158px;
	height: 100%;
}

#footer {
	width: 1000px;
	background-color: #003366;
	height: 20px;
	clear: both;
	margin: 0 auto; 
	
	
	}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 75px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	text-align: center;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}

#navigation {
	background-color: #545454;
	overflow: hidden;

