body {
	margin:0;
	padding:0;
	height:100%;
}

#mainContainer {
	height:100%;
	position:absolute;
	left: 50%;
	top: 0px;		
}

#container {
	position: absolute;
	left: -478px;	
	width: 960px;
	height:100%;
}

#topMenu{
	background-repeat:no-repeat;
	width:960px;
	height:280px;
	margin:0px auto;
	background-image:url(../images/bgnd.gif);
	background-position:center 213px;
}

#indexMenu{
	background-repeat:no-repeat;
	width:805px;
	height:505px;
	margin:0px auto;
}


#content {
	width: 920px;
	
	float:left;
	min-height:400px;
	height:400px;
	height:auto !important;
	padding:0px 25px 10px 15px;
	background-image:url(../images/bgnd.gif);
	background-position:center -67px;
	background-repeat:no-repeat;
	background-color:#FFF8DD;
	
}


#leftColumn{
	float:left;
	padding-left:50px;
	width:170px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}

#leftColumn img{
	padding-bottom:15px;
}

#rightColumn{
	float:left;
	padding-left:15px;
	width:670px;
}


#footer {
	width: 960px;
	height: 30px;
	float:left;
	background-image:url(../images/footer.gif);
position:relative;

}

#indexFooter {
	width: 810px;
	height: 30px;
	margin:0px auto;
	background-image:url(../images/footer.gif);
position:relative;

}

#footerLink_1 {
	position:absolute;
	top:5px;
	left:60px;
}

#footerLink_2 {
	position:absolute;
	top:5px;
	left:225px;
}

.hidden{
	visibility:hidden;
	display:none;
}

.visible{
	visibility:visible;
	display:block;
}

.dottedRow{
	width:100%;
	height:5px;
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	float:left;
}

#privacyPanel{
	width:550px;
	margin:0px auto;
	padding:10px;
	color:#333333;
	background-color:#E8E7E3;
	margin-bottom:10px;
}

.resultRow{
	padding:10px 0px 2px 0px;
	margin-left:10px;
	width:100%;
	float:left;
}

.resultRow .col_1{
	width:530px; float:left;
}

.resultRow .col_2{
	width:120px; float:left; text-align: right;
}

.infoDetails{
	width:650px; font-size:9px; padding:0px 2px 2px 0px; color:#88805F; float:left;
}

.infoLink{
	width:650px; font-size:9px; padding:0px 2px 2px 6px; float:left;
}

UL.linklist {list-style-type:none; margin:0; padding:0;}
UL.linklist LI {margin:6px 0;}
UL.linklist LI A { border:none; color:#fff; background:#ea6e37 url(../images/arrowsx-white.gif) no-repeat 4px center; padding:2px 8px 2px 15px; font-weight:bold;}
UL.linklist LI A:hover {background:#666 url(../images/arrowsx-white.gif) no-repeat 4px center;}