﻿/* CSS layout */
#masthead {background-color:#7D5F50 
}

#top_nav {
	background-color: #C98080;
	height: 25px;
	position: absolute;
	left: 200px;
}
#container {
	position: relative;
	width: 100%;
	background-color: #E1B9B9;
}

#left_col { background-color:#C99981 ;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;

}

#page_content {
	padding: 5px;
	margin-left: 200px;
	background-color: #E1B9B9;
}

#footer {
	background-color: #c9c9c9;
	background-image: url('images/footertile.gif');
	background-repeat: repeat-x;
	height: 20px;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
	width: 140px;
	font-size: large;
	text-align: center;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #7D5F50;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #C99981;
	background-color: #C99981;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
.#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #C99981;
}
#left_col a {
	color: #FF6600;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #C99981;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 100%;
	background-color: #E1B9B9;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C98080;
	margin-right: 20px;
	background-color: #C98080;
}
h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#page_content p {
	margin-top: 0px;
	font-size: 80%;
}
#left_col p {
	font-size: 90%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
.heavyGreen {
	font-family: Verdana;
	font-size: 14px;
	color: #006666;
	font-weight: bold;
	font-style: italic;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top_nav a.current {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CC3300;
	margin-right: 2px;
}
.heavyRed {
	font-family: Verdana;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.boldRed {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

