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

body {
	color: #000000;
	background-color: #3582cf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

#site {
	width: 746px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(images/piggybank_btmBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

#top {
	width: 746px;
	height: 100px;
	position: relative;
	background-image: url(images/piggyBank_topBarBG.png);
	background-repeat: repeat-x;
}

#topMenu {
	width: 453px;
	height: 38px;
	font-weight: bold;
	padding-top: 5px;
	float: right;
	text-align: center;
	position: relative;
}

.topMenu {
	color: #ffffff;
	text-decoration: none;
}

a.topMenu:hover {
	color: #3582cf;
}

#topLogo {
	width: 293px;
	height: 100px;
	float: left;
	text-align: center;
	position: relative;
}

#topTagLine {
	width: 453px;
	height: 57px;
	text-align: center;
	float: right;
	position: relative;
}

.tagLine {
	color: #3582cf;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 18pt;
	font-style: italic;
	font-weight: bold;
}

#middle {
	width: 726px;
	min-height: 460px;
	padding: 0 10px;
	position: relative;
}

.pgTitle {
	color: #3582cf;
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

#footer {
	width: 726px;
	height: 25px;
	padding: 0 10px;
	text-align: right;
	position: relative;
	bottom: 0;
}

.footer {
	color: #ffffff;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
