@charset "UTF-8";
/* CSS Document */

@import url('header.css');

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	line-height: 25px;
	letter-spacing: 1px;
}

table {
	background-position: center;
}
td {
	text-align: left;
	vertical-align: top;
}
.copyright {
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	text-align: center;
	letter-spacing: 0px;
	background-image: url(../images/bkgd_copyright.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0.5cm 2.5cm
}
.linebkgd {
	background-image: url(../images/bkgd_line.png);
	background-position: center;
	background-repeat: repeat-y;
}
.td_topbox {
	text-align: center;
	background-image: url(../images/bkgd_td.png);
	padding: 0.2cm
}
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #304c8b;
	letter-spacing: 1px;
	line-height: 26px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	line-height: 20px;
	letter-spacing: 1px;
}
a {
	font-style: normal;
	font-weight: lighter;
	color: #003399;
	text-decoration: underline;
}
.disclaimer {
	font-size: 9px;
	font-style: normal;
	color: #999999;
	text-align: left;
	line-height: normal;
}
.questions {
	font-size: 18px;
	font-weight: lighter;
	color: #009933;
	letter-spacing: 1 px;
	text-align: left;
	vertical-align: top;
}
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #568b21;
border: 3px solid #295700;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}
.libkgd {
	background: #CCCCCC;
}

.widget_weather {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	line-height: 15px;
	letter-spacing: 0px;
}
h1 {
	font-size: 24px;
	font-weight: 700;
	color: #304c8b;
	text-decoration: none;
	letter-spacing: normal;
}
.style1 {font-size: 16px}
.style3 {
	font-size: 24px;
	font-style: italic;
}

/******************** Links *************************/

.news a{
	display: block;
	margin: 0;
	padding: 5px 5px 5px 5px;
	width: 250px;
	font-size: 13px;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-left: 2px solid #558afa;
	border-bottom: 1px dashed #558afa;
	background-color: #c9d8f7;
	text-decoration: none;
	vertical-align: middle;
}

.news a:hover{
	text-decoration: none;
	padding: 5px 2px 5px 8px;
	font-size: 13px;
	background-color: #aac3f9;
}