@charset "utf-8";
/* CSS Document */

<style type="text/css">

#centerHold {
	height: 240px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	margin-bottom: 0px;
	font-size: 14px;
}

a:link {
	font-weight: bold;
	color: #488991;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #7DB9BF;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #488991;
	text-decoraction: underline;
	text-decoration: underline;
}


#topBox {
	height: 100px;
	width: 697px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}
#wrapper {
	width: 697px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#bottomBox {
	width: 577px;
	background-image: url(images/bottom.png);
	background-repeat: repeat-y;
	background-position: bottom;
	display: block;
	padding-right: 60px;
	padding-left: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	margin-bottom: 0px;
	font-size: 14px;
}
#quoteBox {
	height: 199px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
}

#footer {
	height: 108px;
	width: 697px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #80B8BF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
	margin-left: 0px;
	text-align: left;
	text-indent: 0px;
}
ul {
	padding-left: 12px;

}


