﻿html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
body {
	background: url(images/page_bkgd.gif) repeat-y 50% 0;
	text-align: center;
	margin: 0;
	padding: 0 0 0 1px;
	font-family: "Lucida Sans Unicode", Lucida Grande, Lucida Sans, and Lucida;
	font-size: 12px;
	display: block;
}
#container {
	width:800px;
	text-align: left;
	margin: 0px auto;
	padding: 0;
}
#left {
	float: left;
	width:185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	color: white;
}
#left a, #left a:visited {
	color: #CC0000;
	text-decoration: none;
}
#left a:hover {
	color: #FF0000;
	text-decoration: none;
}
#nav {
	margin: 25px 0 10px 20px;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}
ul#nav a, ul#nav a:visited { 
	color: white;
	text-decoration: none;
}
ul#nav a:hover {
	color: red;
	text-decoration: none;
	font-weight: 800;
	background-image: url("images/arrow2.gif");
	background-repeat: no-repeat; 
	background-position: .5em;
	padding-left: 15px;
	line-height: 20px;
}
#slideshow {
	padding: 15px 0 0 0;
	margin:0;
}
#right {
	width: 575px;
	margin: 0;
	padding: 20px 20px 20px 20px;
	line-height: 21px;
	float:right;
}
a, a:visited {
	color: #C40000;
	text-decoration: underline;
}
a:hover {
	color:red;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em; 
	font-weight: normal;
	color: red;
}
h3 {
	font-size: 1.2em;
}
a img {
	border:0;
}
.list {
padding: 0 0 0 25px;
margin: 0;
}
.list li {
list-style: none;
padding: 0 0 8px 10px; 
background: url("images/arrow.gif") no-repeat left center;
padding-left: 20px;
margin: 0;
line-height: 18px;
}
.byline {
	font-family:'Times New Roman', Times, serif; 
	font-size:13px; 
	text-align:center; 
	color: white; 
	font-weight: 400; 
	margin: -20px 0 0 0; 
	padding:0 0 10px 0;
	line-height: 17px;
}
p.feedTitle a, p.feedTitle a:visited {
	font-size: 1.2em; 
	font-weight: normal;
	color: red;
	text-decoration: none;
}
.feedburner ul {
	padding: 0 0 0 8px;
	margin: 0;
}
.feedburner li {
list-style: none;
padding: 0 0 8px 10px; 
background: url("images/arrow.gif") no-repeat left center;
padding-left: 20px;
margin: 0;
line-height: 18px;
}
.headline {
	padding:0;
	margin:0;
}
.cclink {
	text-align: center;
	line-height: 12px;
	padding: 10px 0 0 0;
}