body {
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}

div#wrapper {
	width: 765px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div#header {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}

div#sidebar {
	width: 185px;
	padding: 0px;
	margin: 5px 10px 0px 0px;
	float: right;
}
div#sidebox {
	width: 181px;
	padding: 0px;
	margin-left: 3px;
	background-color: #F4F5F7;
	font-size: 11px;
	font-style: italic;

}

div#content {
	margin: 0px;
	padding: 30px 20px 10px 25px;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}

div#footer {
	padding: 2px 10px;
	margin: 0px;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(pgbkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: bottom;
}
div#ftbuttons {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	}
	
h1 {
	font-size: medium;
	font-family: Times New Roman, serif;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.ftaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 15px;
}
.welcometext {
	font-size: 13px;
	font-style: italic;
}
a:link {
	color: #A57A89;
	text-decoration: none;
}
a:visited {
	color: #A57A89;
	text-decoration: none;
}
a:hover {

	color: #A57A89;
	text-decoration: underline;
}
a:active {


	color: #A57A89;
	text-decoration: underline;
}
.hdtext {
	background-color: #6C666A;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
}

