body{ 
 	font-family: helvetica, Trebuchet MS, lucida, arial, Tahoma, verdana, sans-serif;
	background: url(../images/backgroundrepeat.jpg) top left repeat-x;
	line-height:2em;
	margin:0; 
	padding:0; 
	background-color: #ffffff;

} 

h1 {
	margin: 0;
	color:#660000;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	color:#660000;
	font-size: 110%;
	font-weight: normal;
}

h3 {
	color:#000000;
	font-size: 90%;
}

h4 {
	color:#000000;
	font-size: 80%;
	margin-top:-15px;

}


p {
	font-size: 80%;
	line-height:1.5em;
	color:#666666;

}

a img {
     border: 0;
	 }
	 
ul {
	line-height:1.6em;
	list-style:none;
}
	 


 
#pagewidth{ 
	 width:750px;  
} 
 
#header{
	background: url(../images/top.jpg);
	position:relative; 
	height:150px; 
 	background-color:#333333; 
	width:100%;
} 


#leftcol{
	width:195px; 
	float:left; 
	position:relative; 
	background-color:#ffffff;
	padding: 0px;
	border-right-color:#999999;
	border-right-style:dotted;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
}

#leftcol p {
	margin: 0;
	clear: both;
}

#leftcol a {
	background: url(../images/arrow1.jpg) top left no-repeat;
	padding-left:20px;
	color:#999999;
	text-decoration: none;
}

#leftcol a:hover {
	background: url(../images/arrow2.jpg) top left no-repeat;
	text-decoration: none;
	color:#666666;
	
}

 
#twocols{
	width:550px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:150px; 
	float:left; 
	position:relative; 
	background-color:#ffffff;

}

#rightcol p {
	font-size: 70%;
	color:#999999;
}
 
#maincol{
	background-color: #ffffff;  
	float: left; 
	display:inline; 
	position: relative; 
	width:359px; 
	padding: 20px;
}

#accessoryleft{
	background-color: #ffffff;  
	width:175px; 
	padding:0px;
	float:left;
	
}

#accessoryright{
	background-color: #ffffff;  
	width:175px; 
	padding:0px;
	float:right;
}

 
#footer{
	background: url(../images/footlogo.jpg) top right no-repeat;
	height:20px; 
	background-color:#ffffff; 
	clear:both;
	padding: 20px;
	border-top: 1px solid #999999;

} 

#footer p {
	font-size: 60%;
	margin: 0;
	clear: both;
}


#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color:#333333;
}


 

 /* *** Float containers fix:*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}
