﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 50px;
}

#top_left {
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
}

#top_content {
	position: relative;
	margin-right: 140px;
	margin-left: 140px;
	top: 0px;
	height: 50px;
}

#top_right {
	width: 140px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 800px;
}

#right_col {
	width: 140px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 800px;
}

#page_content {
	position: relative;
	margin-right: 145px;
	margin-left: 145px;
	top: 0px;
}

#footer {
	position: relative;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 50px;
}

/* Styles for Navigation */
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#left_col li {
	display: block;
	border: 1px solid #cb8;
}
#left_col a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#left_col a:hover {
	font-weight: bold;
	text-decoration: blink;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #0000FF;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

