﻿/* CSS layout */
#masthead {
	border-bottom: thick #0000FF solid;
	font-family: Times New Roman;
}

#top_nav {
font-family: Times New Roman;
}

#container {
	position: relative;
	width: 980px;
	font-family: Times New Roman;
	height: 700px;
}
#left_col {
	width: 150px;
	position: absolute;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	white-space: nowrap;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 5px;
	vertical-align: top;
}
#page_content {
	border-width: thin;
	border: thin outset #0000FF;
	border-style: outset;
	border-left: medium solid;
	border-color: #0000FF;
	font-family: Times New Roman;
}
#footer {
	border-style: none;
	border-top: medium #0000FF solid;
	border-top-color: #FFFFFF;
}
.text {
	font-family: Times New Roman;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.textbrown {
	font-family: Times New Roman;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #800000;
}
.textred {
	font-family: Times New Roman;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.textblue {
	font-family: Times New Roman;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #0000FF;
}
.textgreen {
	font-family: Times New Roman;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #008000;
	text-decoration: none;
}
.heading {
	font-family: Times New Roman;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.headingred {
	font-family: Times New Roman;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}
.headingblue {
	font-family: Times New Roman;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
}
.headingblueitalic {
	font-family: Times New Roman;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: none;
}

.headingbrown {
	font-family: Times New Roman;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
}
.headinggreen {
	font-family: Times New Roman;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #008000;
	text-decoration: none;
}
.textblueBold {
	font-family: Times New Roman;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
}
.list {
	font-family: "Times New Roman";
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #0000FF;
	text-decoration: none;
	border: thin outset #FFFFFF;
}
