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

.siteContainer {
	height: 658px;
	width: 805px;
	padding: 0px;
	margin: auto;
	vertical-align: middle;
}
.navButton {
	background-image: url(/images/nav_button90.png);
	background-repeat: no-repeat;
	width: 90px;
	background-position: center center;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.navButton a:link, .navButton a:visited , .navButton a:active{
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	width: 100px;
	display: block;
}
.navButton a:hover{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: block;
	width: 100px;
}
.navTable {
	height: 26px;
}
.contentTable {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 775px;
	height: 450px;
	background-image: url(/images/becky_wm.png);
	background-repeat: no-repeat;
	background-position: center 150px;
}

body {
	background-color: #666666;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.disclaimer {
	font-size: 10px;
	color: #666666;
}
.siteContainer .header {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/header.jpg);
	height: 155px;
}
.siteContainer .body {
	background-image: url(/images/body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 450px;
}
.siteContainer .footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
}
html {
	height: 101%;
}
