﻿/* CSS layout */
#masthead {
	background-color: #FFFFCC;
	padding-top: 20px;
	border-style: solid solid double solid;
	border-width: thin thin medium thin;
	border-color: #000000;
}
#top_nav {
	background-color: #FFCC99;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 20px;
	font-family: Calibri;
	font-size: medium;
}
#container {
	position: relative;
	width: 100%;
}
#page_content {
	padding: 20px;
	font-family: Calibri;
	font-size: medium;
	background-color: #FFFFCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footer {
}
