﻿/* CSS layout */
.style3 {
	font-family: "Comic Sans MS";
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#masthead {
	background-color: #FFFFFF;
	font-family: "Comic Sans MS";
	font-size: 30px;
	text-decoration: none;
	position: relative;
	top: 0px;
	right: auto;
	width: 600px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}
#top_nav {
	background-color: #66FF66;
	font-family: "Comic Sans MS";
	vertical-align: middle;
	width: auto;
	position: relative;
	color: #0000FF;
	line-height: inherit;
	text-align: center;
	font-size: large;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #00FFFF;
}
#page_content {
	border-style: none;
	border-color: none;
	border-width: none;
	background-color: #FFFFFF;
		font-family: "Comic Sans MS";
		font-size: medium;
		color: #000080;
		position: relative;
		width: auto;
	}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #3399FF;
}
#footer {
	background-color: #9999FF;
	height: auto;
	position: inherit;
	bottom: inherit;
	top: auto;
	z-index: auto;
}
