body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	color:black;
	font-family:"Arial";
	font-size:12px;	
}
.mainWrapper{
	
}
.main{
	width:900px;
	
}
.logoInternal{
	float:left;
	width:370px;
}
.logo{
	background-image:url(images/logo.png);
	width:436px;
	height:82px;
	float:left;
}
.logoRight{
	height:12px;
	float:right;
	vertical-align:baseline;
	padding-top:60px;
}
.content{
	clear:both;
	background-color: #85abe4;
	height:300px;
	width:870px;
	padding-right:30px;
}
.contentBand{
	clear:both;
	background-color: #85abe4;
	height:69px;
	width:870px;
	padding-right:30px;
	background-image:url(images/bottomFooter.gif);
	background-repeat:repeat-y;
	background-position:369px;
}
.mainBand{
	clear:both;
	background-color: #85abe4;
	width:870px;
	padding-right:30px;
	background-image:url(images/bottomFooter.gif);
	background-repeat:repeat-y;
	background-position:369px;
}
.clear{
	clear:both;
	height:0px;
	background-color: #85abe4;
	width:900px;
	background-image:url(images/bottomFooter.gif);
	background-repeat:repeat-y;
	background-position:369px;
}
.menuLeft{
	float:left;
	width:250px;
}
.contentRight{
	float:left;
	width:589px;
	padding:15px;
	text-align:justify;
	background-color:#ffffff;
	margin-top:5px;
}
.title{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.bottomBlock{
	width:299px;
	height:170px;
	border-left: solid 1px #85abe4;
	border-bottom: solid 1px #85abe4;
	float:left;
}
.bottomBlockRight{
	width:298px;
	height:170px;
	border-left: solid 1px #85abe4;
	border-bottom: solid 1px #85abe4;
	border-right: solid 1px #85abe4;
	float:left;
}
.bottomHeader{
	width:100%;
	height:25px;
	background-color: #cccccc;
	border-bottom: solid 1px #85abe4;
	font-size:16px;
	font-weight:bold;
	color: #838484;
	padding-top:5px;
}
.menuItem{
	margin-left:5px;
	margin-top:5px;
}
.comingSoon{
    color:#ffffff;
    font-size:16px;
}

.footer{
	clear:both;
	width:893px;
	padding-top:8px;
	padding-left:5px;
	color:#ffffff;
	background-color: #85abe4;
	border-bottom: solid 1px #85abe4;
	border-left: solid 1px #85abe4;
	border-right: solid 1px #85abe4;
	background-image:url(images/bottomFooter.gif);
	background-repeat:no-repeat;
	background-position:369px;
	font-size:12px;
	font-weight:bold;
}

.whiteLinks a:link, a:visited, a:active
{
	color:#ffffff;
	font-weight:bold;
}

