﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	margin-left: auto; 
margin-right: auto;
width: 800px;
}

#masthead {
width: 800px;
}

#top_nav {
width: 800px;
}

#banner   {
    
	width: 800px;
	margin:auto;
	height: 145px;
}


h1 {
font-size: 28pt;
}

h2 {
font-size: 24pt;
}



#container {
	width: 800px;
	text-align: left;
	height: 1045px;
}

#column1 {
	width: 200px;
	float: left;
}

#column2 {
	width: 400px;
	float: left;
	text align: justify;
 background-color: #ffffff;
	}

#column3 {
   width: 200px;
   float: right;
}

#footer {
	width: 800px;
	background-color: #003366;
	height: 20px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
}

#navigation ul {
	list-style-type: none;
	width: 101%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 76px;
}
#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;

