html, body {height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #A3C2FB;
	color: #666666;
}

.bgleft {
	background-image: url(imgs/bg_grad.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgright {
	background-image: url(imgs/bg_grad.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.borderoutline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #A3C2FB;
}
.banner {
	background-image: url(imgs/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 343px;
	width: 790px;
	background-color: #FFFFFF;
}
.bottom {
	background-image: url(imgs/bottom_row.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	padding: 5px;
	text-align: left;
}
.contentIn {
	margin-left: 30px;
	line-height: 200%;
	text-align: left;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #009999;
}
.smallText {
	font-size: 0.8em;
}
.imageFloat {
	border: thin solid #999999;
}
.linkImg img{
	border: 1px solid #666666;
}
