body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div.page {
	width: 760px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;

}

div.top {
	background-image: url("../images/logo4.jpg");
        background-repeat: no-repeat;
	width: 760px;
	height: 208px;
}

div.topnav {
	background-image: url("../images/nav1.jpg");
	background-repeat: repeat-x;
	width: 755px;
	height: 47px;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
}

ul.nostyle {
	padding: 0px;
	margin: 0px;
}

ul.nostyle li {
	list-style-type: none;
	margin: 0px 5px;
	padding: 4px 0px 0px;
	float: left;
}

div.content {
	width: 760px;
	height: 428px;
}

div.body {
	width: 755px;
	height: 418px;
	float: left;
	margin: 5px 0px 5px 5px;
	overflow: auto;
}

div.footer {
	background-image: url("../images/foot.jpg");
	background-repeat: none;
	width: 760px;
	padding: 20px 0px 0px;
	height: 97px;
	text-align: center;
}

div.tb {
	width: 30%;
	float: left;
	margin: 5px;
}

div.otb {
	width: 65%;
	float: left;
	margin: 5px;
}

div.ftb {
	width: 98%;
	float: left;
	margin: 5px;
}