body, td, input, select, textarea{
	font-size: 14px;
	font-family: Georgia, Times, Arial, Verdana, Sans-Serif;
	line-height: 140%;
}
html, body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#redborder {
	border-top: 6px solid #A34341;
}
.logo{
	position: absolute;
	border: 0px solid black;
	top: 0;
	left: 0;
	z-index: 999;
}
#container{
	padding:0px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
	width:100%;
	min-width:900px;
	width:expression(document.body.clientWidth < 920? "900px":"auto");
	height:620px;
	border: 0px dashed blue;
	clear: both;
}
#header {
	border-bottom: 1px solid #CCCCCC;
	font:normal 14px arial,verdana,sans-serif;
	height: 22px;
	float:right;
	margin: 3px 10px 0px 0px;
	}
#footer {
	width: 100%;
	border-top: 1px dashed #CCCCCC;
	font-size: 10px;
	clear: both;
	text-align: center;
	margin: 0px;
}
#main{
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
	float:left;
	width: 99%;
	min-width: 900px;
	min-height: 100%;
	border: 0px solid black;
	}
#full{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 6px solid maroon;
	border-bottom: 6px solid maroon;
	background-color: #F7F8FD;
	clear: both;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, Times;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 200px;
	text-align:left;
}
.h3 {
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, Times;
	padding: 5px;
	background-color: #FFFFFF;
}
h2{
	font-stretch: semi-expanded;
	font-weight: lighter;
}
ul{ line-height: 200% }
A:visited {color: #000044; text-decoration: underline;}
A:link {color: #000044; text-decoration: underline;}
A:active {color: #000044; text-decoration: none}
A:hover {cursor: pointer; text-decoration: underline; background-color: #CCCCCC; color: #000044;}
form{margin: 0px;padding: 0px;}
.line{border-top: 1px dashed #CDCDCD;}
.small{font-size:11px;line-height:110%;}
.mid{font-size:14px;margin:0;padding:0;}
.newsText{font-family:helvetica,verdana,sans-serif;font-size:12px;line-height:170%;}