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

body {
	background-color: #FFFFFF;
	font-family: Garamond, Georgia, serif;
	color: #5B447A;
	font-size:16px;
	background-image: url(images/bkgrd04.jpg);
	background-repeat: repeat;
}
.header {
	background-image:url(images/headerLogo.gif);
	background-repeat: no-repeat;
	width: 900px;
	padding: 0px;
	height: 280px;
}
.half {
	padding: 5px;
	width: 380px;
	margin-bottom: 50px;
}
.scrollhalf {
	width: 380px;
	height: 375px;
	overflow:auto;
}
.content {
	border: thin solid #FF8D7A;
	background-color: #FFF;
}
.footer {
	background-image: url(images/footer02.gif);
	width: 900px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align:center;
	height: 233px;
	font-size: 90%;
}
#box {
	border: 3px solid #5B447A;
	margin-right: auto;
	margin-left:auto;
	margin-top: 30px;
	width: 900px;
}
a:link {
	color: #FF917A;
	text-decoration: underline;
}
a:visited {
	color: #FF8D7A;
	text-decoration: underline;
}
a:hover {
	color: #FF8D7A;
	text-decoration: none;
}
.banner {
	background-color: #5B447A;
	height: 45px;
}

.copyright {
	background-color: #5B447A;
	color: #FF8D7A;
}
.wideBox {
	width: 850px;
	height:200px;
	overflow:auto;
	padding: 20px;
}
.tinyText {
	font-size:1px;
}
