body, html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	font-family:Arial;
	font-size:15px;
}

img {
	border:0px;
}


a {
	color:#171795;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#8080EE;
}

.clearing {
	position:relative;
	width:auto;
	clear:both;
}

h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
}

h1 {
	margin-top:5px;
	font-size:18px;
	color:#ff6600;
}

h2 {
	margin-top:9px;
	color:#000000;
}

.mainBody {
	min-width:990px;
	max-width:1100px;
	min-height:100%;
	height:auto  !important;
	height:100%;
	margin:0 auto -60px;
}

.topSpacer {
	position:relative;
	height:37px;
	width:auto;
}

.innerBody {
	position:relative;
	margin:0px 40px 0px 40px;
}

.header {
	position:relative;
	/*height:84px;*/
	height:122px;
}

.logo {
	position:absolute;
	top:-19px;
	left:-19px;
	background: transparent url('../images/logo.gif') left top no-repeat;
	width:278px;
	height:142px;
}

.topMenu {
	position:relative;
	float:right;
	width:75%;
	text-align:right;
}

.topMenu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	width:100%;
	height:92px;
	line-height:92px;
}
.topMenu ul li {
	float:left;
	width:24%;
	text-align:center;
}
.rightLine {
	background:transparent url('../images/topLine.gif') right 36px no-repeat;
}

.topMenu a {
	font-size:16px;
	font-weight:bold;
}

.middlePart {
	position:relative;
	width:auto;
	background-color:transparent;
	clear:both;
}

.leftMenu {
	position:relative;
	float:left;
	text-align:left;
	width:24%;
	background-color:transparent;
}

.leftMenu ul {
	margin:0px 0px 0px 18px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	line-height:21px;
}

.rightContent {
	position:relative;
	float:right;
	text-align:left;
	width:75%;
	background-color:transparent;
}

.footer, .spaceReserver {
	width:100%;
	height:60px;
}

.footer {
	background-color:#171795;
}
.mainFooter {
	min-width:990px;
	max-width:1100px;
	margin:0 auto;
}
.innerFooter {
	position:relative;
	margin:0px 36px 0px 36px;
}
.innerFooter div {
	font-size:12px;
	color:#ffffff;
}
.innerFooter a {
	font-size:12px;
	color:#99ff99;
}

.footerBanners {
	height:60px;
	line-height:60px;
}