body {
	background-color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 830px;
}
#main {
	border: 1px solid Black;
	width: 830px;
}
#top {
	background-color:	White;
	border-top: 10px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
	border-right: 10px solid #CCCCCC;
	width: 790px;
	padding: 10px 10px 10px 10px;
}
#side {
	background-color: #7C79A1;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
	border-top: 10px solid #7C79A1;
	padding-left: 10px;
}
#content {
	background-color: White;
	color: Black;
	font-size: 10pt;
	width: 640px;
	border: 10px solid #7C79A1;
	padding: 10px 20px 10px 20px;
}
#rtside {
	float: right;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 10px;
}
#bottom {
	background-color: #7C79A1;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	width: 810px;
	padding: 10px;
}
.address {
	font-size: 10pt;
	text-align: right;
}
.name {
	color: #7C79A1;
	font-weight: bold;
}
.header {
	color: #7C79A1;
	background-color: White;
	border-bottom: thin double #999999;
	font-weight: bold;
}
#side a {
	color: White;
}
.just {
	text-align: justify;
}
.rtsidehdr {
	border-bottom: 1px solid #666666;
	color: Maroon;
}
.borderbottom {
	border-bottom: 4px double #CCCCCC;
}
a {
	color: #7C79A1;
}