body {
	margin: 0 auto;
	width: 780px;
	font: 10pt Arial;
        overflow-y: auto;
}

img {
	border: 0;
}

.header {
	background-image: url('4.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 20px;
}

.header img {
	display: block;
}

.main {
	margin-top: 20px;
	background-color: white;
	overflow: hidden;
	background-image: url('rightBottom.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
}

.menu {
	float: left;
	list-style: none;
	width: 174px;
	padding-left: 10px;
	margin: 3px 0 8em 0;
	
}

.menu li {
	font-weight: bold;
	list-style: none;
	margin: 8px 0;
	font-family: Arial;
}

.menu .menu {
	float: none;
	border-right: none;
	height: auto;
	margin: 0 0 0 10px;
	padding: 0;
}

.menu li li {
	font-weight: normal;
	font-size: 0.8em;
	margin: 5px 0;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
        text-decoration: none;
        color: rgb(54, 49, 113);
}

.contentpane {
	float: left;
	width: 380px;
	font-size: 0.8em;
	padding: 10px;
	min-height: 600px;
	font-family: Arial;
}

.contentpane h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgb(54, 49, 113);
	margin: -10px -10px 5px -10px;
	padding: 10px;
	color: white;
	padding: 10px;
	width: 575px;
}

.contentpane h2 {
	color: rgb(54, 49, 113);
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

.contentpane h2.subtitle {
	font-style: normal;
}

.contentpane h3 {
	color: rgb(0, 0, 0);
	font-size: 1.2em;
	font-weight: bold;
}

.contentpane h2,
.contentpane h3 {
	clear: left;
}

.contentpane h2,
.contentpane h3 {
	margin: 14px 0 6px 0;
}

.contentpane p {
	margin: 6px 0 10px 0;
	line-height: 1.5em;
}

.contentpane h1,
.contentpane h2,
.contentpane h3,
.contentpane p,
.contentpane address {
	font-family: Arial;
}

.contentpane .payoff {
	margin-top: -10px;
}

.contentpane h3.first {
	margin-top: 30px;
}

.contentpane .logos img {
	display: inline-block;
	margin: 10px;
}

address {
	font-style: normal;
}

.companyaddress {
        clear:both;
	display: block;
	position: absolute;
	top: 55px;
	right: 10px;
	width: 174px;
	font-size: 0.8em;
	text-align: right;
}