body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 150%;
	text-align: left;
}

#test {
	font-family: georgia;
	text-align: right;
}


h1 {
	font-size: 110%;
	color:#333333;
	line-height: 130%;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 100%;
	color:#CC0000;
	line-height: 130%;
	margin: 0px 0px 4px 0px;
}

h3 {
	font-size: 120%;
	color:#336699;
	line-height: 130%;
	margin: 0px 0px 4px 0px;
}

a{
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
} 

 ul {
	padding-left: 14px;
	margin: 0px;
	background-image: url(/assets/spacer.gif);
	background-repeat: repeat-x;
}

li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

.header-bkg {
	background-image: url(/assets/blue_background.jpg);
	background-repeat: repeat-x;
}

.nav-bkg {
	background-image: url(/assets/nav_bar_bkg.jpg);
	background-repeat: repeat-x;
}

.sub-nav-pad {
	padding: 0px 20px 0px 20px;
}

.floatimgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	
 }
 .floatimgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
 }
 
 .content-pad {
	padding: 20px 20px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#blue a{
	color: #003399;
	text-decoration: none;
}

#blue a:hover{
	text-decoration: underline;
	color: #66FFFF;
}

#green a{
	color: #009900;
	text-decoration: underline;
}

#green a:hover{
	text-decoration: underline;
	color: #CC0000;
}

.image-float-left {
	float: left;
	padding: 0px 10px 5px 0px;
	}
hr {
	color: #808080;
	background-color: #808080;
	height: 1px;
	border: none;
}
div#fontSizeOptions {
	float: right;
	margin: 0 0 15px 0;
}
ul.crumbtrail {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
ul.crumbtrail li {
	display: inline;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
marquee {
	width: 185px;
}
marquee img {
	border: 0px;
	max-height: 50px;
}
.searchInfo-table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.searchInfo-heading {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	padding: 10px;
	border-top: 2px solid #A7A7A7;
	border-bottom: 2px solid #A7A7A7;
}
#news-category a {
	font-weight: bold;
	color: #333333;
}
#main {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size: 10pt;
	padding: 0px 3px 10px 3px;
	line-height: 140%;
}
#right {
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size: 90%;
}
#right a {
	font-weight: bold;
}
#right hr {
	color: #808080;
	background-color: #808080;
	height: 1px;
	border: none;
	width: 170px;
	text-align: left;
	margin: 7px auto 7px 0;
	clear: both;
}
#right .newsItem, #right .newsletter {
	margin: 0 auto 10px auto;
	clear: both;	
	width: 185px;
	text-align: left;
}
#right .newsItem img, #right .newsletter img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 0px;
}
#right .newsItem a, #right .newsletter a {
	font-weight: normal;
}
#right p.standardLink {
	text-align: left;
	margin: 0;
}
#footer {
	background-color: #666699;
	color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	padding: 5px;
}
#footer a {
	color: #FFFFFF;
}

.calendarTable {
	width: 100%;
	border: 2px solid #5B5B5b;
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.calendarTable tr th {
	font-size: 90%;
	font-weight: bold;
	background-color: #9999CC;
	text-align: left;
	border: 2px solid #5B5B5b;
	padding: 5px;
	text-align: center;
	color: #333333;
}
.calendarTable tr td {
	font-size: 90%;
	text-align: left;
	border: 2px solid #5B5B5b;
	padding: 2px;
}
.calendarTable tr td p {
	margin: 0px;
}
.attention-positive {
	background-color: #F8FFF0;
	border-top: 2px #99CC00 solid;
	border-bottom: 2px #99CC00 solid;
	padding: 7px;
	margin: 0 0 10px 0;
}
.attention-positive h3 {
	margin: 0;
	color: #99CC00;
}
.attention-positive p {
	margin: 0;
}
.attention-negative {
	background-color: #FFF8F0;
	border-top: 2px #CC9900 solid;
	border-bottom: 2px #CC9900 solid;
	padding: 7px 7px 3px 7px;
	margin: 0 0 10px 0;
}
.attention-negative h3 {
	margin: 0;
	color: #CC9900;
}
.attention-negative div {
	border-top: 1px dashed #888888;
	padding: 4px 2px 4px 2px;
}
.attention-negative div.first {
	border-top: 0;
	padding: 2px 2px 4px 2px;
}
.poll-answer {
	margin-bottom: 10px;
}