﻿/* CSS layout */
#masthead {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	color: #E8B71C;
	position: relative;
	width: 150px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	text-indent: 5px;
	line-height: 20px;
	vertical-align: middle;
}
#top_nav {
	position: relative;
	background-color: #01319B;
	width: 800px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/toptrim.gif');
	background-repeat: no-repeat;
}
#top_nav h3 {
	font-family: "Arial Unicode MS";
	color: #E8B71C;
	font-size: 12px;
	vertical-align: middle;
}
#top_nav ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-image: url('images/Tag-sm.gif');
	text-indent: 150px;
	vertical-align: middle;
}
#top_nav p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
}
#container {
	position: relative;
	background-color: #CBCAF4;
	width: 650px;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CBCAF4;
	height: 100%;
}
#footer {
	background-color: #01319B;
	width: 800px;
	height: 25px;
	background-image: none;
	background-repeat: no-repeat;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 25px;
	vertical-align: middle;
	text-indent: 5px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E8B71C;
	text-decoration: underline;
}
#greeting {
	position: absolute;
	width: 650px;
	height: 40px;
	left: 150px;
	top: 0px;
	font-family: "Arial Black";
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 40px;
	text-indent: 5px;
	font-size: large;
	font-weight: bold;
}
#quickbar {
	position: absolute;
	height: 20px;
	width: 150px;
	top: 20px;
	line-height: 20px;
	text-indent: 5px;
	vertical-align: bottom;
}
#page_content {
	margin-left: 150px;
	background-color: #FFFFFF;
	width: 650px;
	position: relative;
}
#page_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #E8B71C;
	text-indent: 5px;
}
#page_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E8B71C;
	list-style-type: none;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
	border-bottom-color: #C0C0C0;
}
