body {
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	background-image: url(images/copyright.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.top1 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 75px;
	width: 100%;
	background-image: url(images/1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 2;
}

.topback {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 75px;
	width: 100%;
	background-color: #557198;
	z-index: 1;
}

.topback2 {
	position: absolute;
	left: 220px;
	top: 52px;
	height: 125px;
	width: 35px;
	background-image: url(images/2.jpg);
	z-index: 3;
}

.contentbox {
	position: absolute;
	left: 0px;
	top: 180px;
	right: 0px;
	z-index: 1;
	width: 100%;
}

.content {
	float: left;
	margin-left: 5px;
	margin-bottom: 20px;
	width: 735px;
	z-index: 1;
}

.menu {
	position: absolute;
	top: 50px;
	left: 172px;
	height: 125px;
	width: 558px;
}

.menuitem {
	position: absolute;
	top: 0px;
	height: 125px;
	z-index: 4;
}

.leftside {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 255px;
	height: 175px;
	background-color: #557198;
}

.leftmenu {
	position: absolute;
	top: 82px;
	height: 90px;
	width: 170px;
	left: 85px;
	z-index: 3;
}

hr {
	color: white;
	background-color: white;
	height: 2px;
}