* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
}

div.mainPage {
	margin: 60px auto 0;
	width: 754px;
	font: 12px Arial,Helvetica,Sans-Serif;
}

div.header {
	color: #ffffff;
}

div.header h1 {
	font-size: 24px;
	padding: 4px 0 4px 10px;
}

div.subheader {
	margin: 1px 0;
}

div.subheader h2 {
	font-size: 12px;
	padding: 2px 0 2px 20px;
}

div.mainBox {
	background-color: #F6F6F6;
}

div.linkList {
	float: left;
	width: 400px;
}

div.llinner {
	width: 100%;
}

div.linkList ul {
	list-style-type: none;
	width: auto;
}

div.linkList ul li {
	display: block;
	height: 32px;
	border-top: 1px solid #BEC8CF;
	border-bottom: 1px solid #BEC8CF;
}

div.linkList ul li a {
	background: url('../images/key-icon2.png') no-repeat scroll 10px center;
	color: #4B6AB0;
	float: left;
	font: 700 14px arial,sans-serif;
	text-decoration: none;
	position: relative;
	height: 32px;
	width: 100%;
}

div.linkList ul li a span {
	padding: 2px 0 0 45px;
	position: relative;
	top: 2px;
}

div.linkList ul li a span.address {
	padding: 0 0 0 45px;
	position: relative;
	top: 0px;
	font-size: 11px;
	left: 10px;
}

div.linkList ul li a:hover {
	background: url('../images/key-icon2.png') no-repeat scroll 15px center #ffffff;
}

div.linkImg {
	float: right;
	width: 354px;
}

div.linkImg img {
	width: 354px;
}

div.clear {
	clear: both;
}

div.footer {
	color: #ffffff;
	text-align: center;
}

div.footerInner {
	padding: 4px 0 4px 10px;
}

div.footerInner a {
	color: #ffffff;
	text-decoration: none;
}
