﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-right: 20%;
	margin-left: 20%;
}
#right_col {
	width: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
#masthead {
	background-color: #261E25;
}
#footer {
	background-color: #261E25;
	font-family: Verdana;
	font-size: small;
	color: #FFF5D2;
	font-weight: bold;
	text-decoration: none;
}
#footer a {
	color: #FFF6D1;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#page_content {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
#page_content h1 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
#page_content h2 {
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
}
#top_nav {
	background-color: #F7EEC7;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#top_nav a {
    color: #261E25;
	text-decoration: none;
}
#top_nav a:hover {
	text-decoration: underline;
}
#top_nav a:active {
	color: #261E25;
	text-decoration: none;
}
#page_content a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#page_content a:hover {
	text-decoration: underline;
}
