body, div, h1, h2, h3, p, a, ul, li, span, form, input, img {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	border: 0px;
	font-weight: bold;
	color: #363735;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
body {
	background-color: #AEB496;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-bottom: 30px;
}
div#bodyBGtop {
	background-image: url(../images/bodyBGtop.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
}
span#break {
	background-image: url(../images/bodyBGmiddle.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 100%;
	display: block;
	margin: 0px 0px 30px 0px;
}
div#white {
	background-color: #FAFAF8;
	width: 100%;
	padding: 24px 0px 30px 0px;
}
span.nosee {
	display: none;
}
h1#logo {
	background-image:  url("../images/logo.gif");
	height: 70px;
	width: 420px;
	margin: 0px auto;
	padding: 0px 0px 13px 0px;
	background-repeat: no-repeat;
}
div#bodyBGbottom {
	background-image: url(../images/bodyBGbottom.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
}
div#footerinfo {
	width: 770px;
	margin: 0px auto;
}
div#footerinfo p {
	text-align: left;
 	color: #636450;
	line-height: 16px;
}