body {
	background-color: #7A3C86;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Geneva, Arial;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}
.body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E5EEFF;
	border-left: #7A3C86 solid 1px;
	border-right: #7A3C86 solid 1px;
}
.ibody-left {
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-left: 10px;
}
.ibody-right {
	width: 570px;
	margin-left: 200px;
	margin-right: 10px;
}
.topad {
	position: absolute;
	margin-left: 200px;
	width: 320px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
.header {
	background-image: url(../images/logo.gif);
	margin-bottom: 10px;
	height: 110px;
}
.footer {
	color: #666666;
}
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
}
iframe {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

