body {
	margin: 0;
	background: #EEE;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 11px
}
a {
	font-weight: bold;
	color: #0067B0; 
	text-decoration: none; 
}
a:hover {
	font-weight: bold;
	color: #0067B0; 
	text-decoration: underline; 
}
td {
	font-size: 10px
}
img {
	border: 0px;
}
h1 {
	font-size: 15px;
	color: #B04900;
}
h1 a {
	font-size: 10px;
}
h2 {
	margin: 10px 0;
	border-bottom: 3px solid #BF580F;
	padding: 0;
	text-align: left;
	letter-spacing: 2px;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #B04900;
	text-transform: uppercase;
}
h2 span.first {
	letter-spacing: 1px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	color: #888;
	text-transform: none;
}
h2 span.last {
	/*display: inline;
	position: relative;
	top: -7px;
	left: 25px;
	z-index: 2;*/
	letter-spacing: 2px;
	line-height: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #B04900;
	text-transform: uppercase;
}
#nav {
	border-bottom: 1px solid #FFF;
	background: #0067B0;
	padding: 5px 10px 2px 10px;
}
#nav a {
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
}
#nav a:hover {
	color: #FFF;
	text-transform: uppercase;
}
#subnav {
	border-bottom: 1px solid #FFF;
	background: #CCC;
	padding: 2px 10px 2px 30px;
	font-size: 10px;
}
#subnav div.subMenu {
	display: none;
}
#subnav #blank {
	display: block;
}
.sectionHead {
	background-image: url(images/dot.gif);
	background-position: left bottom; 
	background-repeat: repeat-x;
	padding: 5px 10px 6px 10px;
}
.content {
	padding: 5px 10px 10px 10px;
}
.content p {
	margin-top: 0;
}
.back2top {
	background: #0067B0;
	padding: 2px 0 0 0;
	text-align: center;
}
ul.news {
	list-style-type: none;
	margin: 0 0 10px 10px;
	/*border: 1px solid #999;*/
	padding: 0 10px;
}
ul.news li {
	margin: 0 0 0 10px;
	border: 1px solid #FFF;
	padding: 0 0 15px 0;
	font-size: 11px;
	text-indent: -10px;
}
ul.newsFull {
	list-style-type: none;
	margin: 0 0 10px 10px;
	/*border: 1px solid #999;*/
	padding: 0 10px;
}
ul.newsFull li {
	margin: 0;
	border: 1px solid #FFF;
	padding: 0;
	font-size: 11px;
}
ul.newsFull li div.headline {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
ul.newsFull li div.story {
	width: 640px;
	font-weight: normal;
	line-height: 150%;
}
ul.services {
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
ul.services li {
	font-size: 12px;
	padding: 3px;
}
table.list {
	border: 1px solid #CCC;
}
table.list th {
	background-color: #EEE;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
table.list td {
	padding: 4px;
	vertical-align: top;
	text-align: left;
}
form {
	margin: 0;
	padding: 0;
}
form table {
	border: 1px solid #CCC;
}
form table th {
	background-color: #EEE;
	padding: 4px 4px 10px 4px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}
form table td {
	padding: 4px;
	vertical-align: top;
	text-align: left;
}
input, select, textarea {
	border: 1px solid #666;
	font-size: 12px;
}
.errormsg {
	color: #C00;
}
#footer {
	border-top: 1px solid #FFF;
	background: #CCC;
	padding: 2px 5px;
	text-align: center;
	letter-spacing: 1px;
}
