html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#wrapper {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
* html #wrapper {
height: 100%;
}
#header {
	margin: 0 auto;
	padding: 0;
	height: 103px;
	background-image: url(images/header_bkrd.gif);
	background-position: top;
	background-repeat: repeat-x;

}	
#headertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #020579;
	font-weight: bold;
	text-align: right;
	font-size: 20px;
	background-color: #999999;
	line-height: 1.2em;
}
#nav {
	margin: 0 auto;
	padding: 0;
	height: 50px;
	max-height: 50px;
	top: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 2em;
	max-width: 625px;
}
.subtitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #020579;
	font-weight: bold;
	padding-bottom: 1.5em;
}
.subtitle a {
	text-decoration: none;
	color: #020579;
}
.subtitle a:hover {
	text-decoration: underline;
}
ul {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
}
ul li {
	list-style-type: disc;
}
#news {
	border: 1px solid #666666;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
#footer {
	margin: 0;
	padding: 0;
	background-image: url(images/footer_bkrd.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 164px;
	bottom: 0;
}
#current {
	text-decoration: underline;
}
.error {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.news-article p { font-family:Arial,Sans-Serif; font-size:9px; line-height:1.4em!important; padding:2px 6px!important; }
