﻿/* CSS layout */
#masthead {
	background-color: #D34A02;
	width: 100%;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	padding: 15px 5px 5px 5px;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Verdana, "Trebuchet MS";
	font-size: small;
	color: #321E03;
	background-color: #DE9C03;
	height: 100%;
}
#page_content {
	padding: 5px;
	margin-right: 200px;
	margin-left: 200px;
	font-family: Verdana, "Trebuchet MS";
	font-size: small;
	color: #321E03;
	height: 100%;
}
#right_col {
	padding: 5px;
	width: 165px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Verdana, "Trebuchet MS";
	font-size: small;
	color: #321E03;
	height: 99%;
	background-color: #D34A02;
}
#footer {
	font-family: Verdana, "Trebuchet MS";
	font-size: x-small;
	color: #321E03;
	background-color: #DE9C03;
	padding: 5px;
	width: 99%;
	height: 50px;
}
.BrownBold {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	color: #321E03;
}
.LargeFont {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #B74202;
}
.bold {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #321E03;
}
.brownitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #321E03;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #B94202;
	font-style: italic;
	font-weight: normal;
}
.a:link {
	color: #321E03;
	font-family: "Trebuchet MS";
	font-size: small;
}
.smallfont {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #321E03;
}
.a:visited {
	color: #B03F02;
	font-family: "Trebuchet MS";
	font-size: small;
}
.li {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	color: #321E03;
}
.ul {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #321E03;
}
.imagenoborder {
	border-width: 0;
}

a {
	color: #321E03;
}
a:visited {
	color: #321E03;
}
a:active {
	color: #321E03;
}
a:hover {
	color: #B54102;
}


