﻿a {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
}
a:active {
	color: #000066;
}
a:hover {
	color: #FFC21A;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: small;
	background-image: url('images/LIGHT24.jpg');
}
#header {
	background-image: url('images/header.jpg');
	height: 180px;
	background-repeat: no-repeat;
}
#nav {
	background-color: #EE8A15;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	height: 20px;
}
#body {
	background-image: url('images/dotborder.jpg');
	background-repeat: repeat-y;
}
#body_upper {
	padding: 15px 10px 15px 140px;
}
#left_col {
	float: left;
	width: 375px;
}
#orangebar {
	background-color: #EE8A15;
	clear: both;
	font-size: 10pt;
}
#footer {
	font-size: x-small;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	font-family: "trebuchet MS", Verdana, Arial;
	text-align: center;
	padding-left: 125px;
}
#right_col {
	float: right;
	width: 375px;
}
#left_col {
	float: left;
	width: 350px;
}
#lower_body {
	clear: both;
	font-size: 10pt;
}
#spacer {
	clear: both;
}
