html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background-color: #F5F5F5;
	background-image: url(img/bk.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 750px;
	float: inherit;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#loginbox {
	float: right;
	margin-top: 10px;
	padding-right: 5px;
	margin-right: 10px;
	width: 180px;
}
#loginbox2 {
	background-color:#EFF5FA;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
}
#top {
	width: 730px;
	border-top-color:#000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color:#E5E5E5;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	margin:5px 10px 0px 10px;
	float: left;
}
#content {
	width: 720px;
	margin-left: 10px;
	_margin-left: 5px;
	margin-right: 10px;
	_margin-right: 0px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
	
}
#date {
	width: 720px;
	background-color: #E5E5E5;
	margin-left: 10px;
	_margin-left: 5px;
	margin-right: 10px;
	_margin-right: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content2 {
	width: 720px;
	height: auto;
	border-top-color:#000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color:#E5E5E5;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	margin:5px 10px 0px 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	float: left;
}
#offices {
	width: 720px;
	border-bottom-color:#999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-left: 10px;
	_margin-left: 5px;
	margin-right: 10px;
	_margin-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	float: left;
}
#terms {
	width: 720px;
	margin-left: 10px;
	_margin-left: 5px;
	margin-right: 10px;
	_margin-right: 0px;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}
#nav {
	width: 750px;
}
#box {
	width: 212px;
	height: 170px;
	padding: 15px;
	float: right;
	background-image: url(img/box_bk.gif);
	background-repeat: no-repeat;
}
#boxtitle {
	padding: 5px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c8727;
	font-weight: bolder;
	margin-bottom: 4px;
	margin-top: 15px;
}