body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 0px;
	padding: 0px;
	background-color: #e0e7fe;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: auto;
}
#banner {
	width: auto;
	background-image: url(../images/home_tile.gif);
}
#textWindow {
	font-size: .8em;
	margin-left: 300px;
	margin-top: 5px;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #A7BCFF;
}
#footer {
	background-image: url(../images/footer_tile.gif);
	height: 31px;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 5px;
	font-size: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
	clear: both;
}
#leftCol {
	width:250px;
	float: left;
	margin-top: 5px;
	margin-left: 7px;
	clear: right;
	margin-bottom: 20px;
}
#navBar {
	font-size: 80%;
	font-weight: bold;
}
.caption {
	font-size: 0.5em;
	font-style: italic;
}
.noUnderline {
	text-decoration: none;
}
hr {
	color: #0000FF;
	background-color: #0000FF;
	height: 1px;
	width: 425px;
}
