﻿/* CSS layout */

body {
	background-color: navy;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0px;
}

#masthead {
	background-color:blue;

}

#top_nav {
	background-color:#6699FF;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	text-align:center;
	font-size:larger;
	padding: 4px;
}

#container {
	position: relative;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	background-color: navy;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
	background-color: #AED7FF;
	padding: 10px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: navy;
}

#footer {
	border-top: 1px solid white;
	background-color:#6699FF;
	text-align: center;
}

h1 {
	font-family: Georgia;
	font-size:xx-large;
	text-align: center;
	color: white;
	margin-bottom:0px;
	padding: 8px;
}

h4 {
	
margin-top: 0px;
}

.menulink {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

td {
	text-align: left;
	vertical-align:top;
}
