/* IMPORT ALL OTHER STYLES */ 
@import url(/inc/css/style_harts.css);

/* MAIN CONTENT LAYOUT STYLES */


html { 
	margin:0; 
	padding:0; 
	text-align:center; 
} 

.centeralign {
	text-align: center;
}

body {
	background: #959595 url(/inc/images/bg_gradient.gif) bottom left fixed repeat-x;
	margin: 0;
	padding: 0;
	border-top: 2px solid #000000;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

body img {
	border: 0px none;
}
 
#pagewidth{ 
	width:883px; 
	text-align:left; 
	min-width: 883px;
	margin-left:auto; 
	margin-right:auto; 
	margin-top: 10px;
	border: 1px solid #000000;

} 
 
#header{ 
	width:100%; 
	background-color:#FFFFFF; 
} 
 
#outer{ 
	background: #fff url(/inc/images/wrapper.gif) repeat;
	border: 1px solid white;
	/*/*/ border-right-width: 360px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #FFFFFF;  /* right column colour */ 
	border-right-style: solid; 
	background-color: #FFFFFF; /* center column colour */ 
	width: auto; 
	
	
	
	
 } 
 
#rightcol{
	/*/*/ width:360px; /* hack keeps NN4 right column right? */ 
	float:right; 
	position:relative; 
	margin-right:-360px; 
	margin-left:0px;
	padding-left: 10px; 
	padding-top: 10px;
} 
 
#footer{
	width:100%; 
	background-color:#FFFFFF; 
} 
 
#inner{
	margin:0; 
	width:100%;
}
 
#maincol{ 
	float: left; 
	width: 100%; 
	position: relative; 
	margin: 0 -8px 0 -2px; 
	padding-top: 0px;

}
 
#outer>#inner { 
	border-bottom: 1px solid #FFFFFF;  
}
 
.clr{
	clear:both;
}


/*padding for content */ 
.content{
	padding:0px;
	margin:0px;
} 


/*padding bottom 0 to remove space in IE5 Mac*/ 
#header .content{
	padding-bottom:0;
} 
/** END MAIN CONTENT LAYOUT STYLES **/ 
 
 
 
/** PRINT STYLES **/
@media print{ 

	/*hide the right column when printing*/
	#rightcol{
		display:none;
	} 
	
	#outer{
		border-right:0;
	} 
}
.heading {
background-color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
font-size:14px;
}
/** END PRINT STYLES **/





