html, body{
	text-align:center;
	background-color: #793437;
	font-family: Arial, Helvetica, sans-serif;
	color: #793437;
	font-size: 8pt;
	line-height: normal;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #BB4E50;
}
a:link {
	color: #BF5D9D;
}
a:visited {
	color: #BB4E50;
}
a:hover {
	color: #99CCCC;
}
#pagewidth{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/images/home_header_blob_11.jpg);
} 
 
#header{
 position:relative; 
 height:107px; 
 background-color:#660000; 
 width:100%;
} 
#header_home{
 position:relative; 
 height:104px; 
 background-color:#660000; 
 width:100%;
} 
 #leftcol{
	width:200px;
	float:left;
	position:relative;
	background-image: url(images/images/bckgdlft.jpg);
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
 
#twocols{
	width:560px;
	float:right;
	position:relative;
	background-color: #FFFFFF;
	background-image: url(images/images/bckgdrght.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
 
#rightcol{
	width:150px;
	float:right;
	position:relative;
 }
 
 #maincol{
	float: left;
	display:inherit;
	position: absolute;
	width:410px;
	top: 40px;
	left: 1px;
	visibility: hidden;
 }
 
 #maincol_alt1{
	float: left;
	display:inline;
	position: relative;
	width:410px;
 }
 
#footer{
	height:300px;
	background-color:#793437;
	clear:both;
 } 
 
 /* *** Float containers fix:*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
	background-repeat: repeat-y;
	background-position: left;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
