body{ 
 	font-family: georgia, times, helvetica, Trebuchet MS, lucida, arial, Tahoma, verdana, sans-serif;
	background: url(../images/backgroundrepeat.jpg) top left repeat-x;
	line-height:2.5em;
	margin:0; 
	padding:0; 
	background-color: #ffffff;

} 

h1 {
	margin: 0;
	font-family:helvetica, Trebuchet MS, lucida, arial, Tahoma, verdana, sans-serif;
	color:#666666;
	font-size: 140%;
	font-weight: bold;
}

h2 {
	color:#666666;
	font-size: 110%;
	line-height:1.3em;
	color:#339999;
	margin:10px 0px 0px 0px;

}

h3 {
	color:#666666;
	font-size: 90%;
	line-height:1.3em;
	padding-left:20px;

}

h4 {
	color:#666666;
	font-size: 90%;
	line-height:1.3em;
}

p {
	font-size: 90%;
	line-height:1.5em;
	color:#666666;
	margin:0px 0px 10px 0px;


}

a img {
     border: 0;
	 }
	 
ul {
	font-size: 90%;
	line-height:1.6em;
	list-style:none;
}

ol {
	font-size: 90%;
	line-height:1.6em;
}
	 


 
#pagewidth{ 
	 width:750px;
	 margin: 0px auto;
  
} 
 
#header{
	background: url(../images/top.jpg);
	position:relative; 
	height:133px; 
	width:100%;
} 


#leftcol{
	background: url(../images/navback.jpg);
	width:200px; 
	height:467px;
	float:right; 
	position:relative; 
	background-color:#ffffff;
	padding: 0px;



}

#leftcol p {
	margin: 0;
	clear: both;
}

#leftcol a {
	background: url(../images/ball_1.jpg) top left no-repeat;
	padding-left:20px;
	color:#009999;
	text-decoration: none;
}

#leftcol a:hover {
	background: url(../images/ball_2.jpg) top left no-repeat;
	text-decoration: none;
	color:#fff;
	
}

 
#twocols{
	width:550px; 
	float:left; 
	position:relative; 
}
 
 
#maincol{
	background-color: #ffffff;  
	float: left; 
	display:inline; 
	position: relative; 
	width:510px; 
	padding: 20px;

}


 
#footer{
	height:40px; 
	background-color:#ffffff; 
	clear:both;
	padding: 20px;
	border-top: 1px dotted #666666;

} 

#footer p {
	font-size: 70%;
	margin: 0;
	clear: both;
	float:right;
	text-align:right;

}


#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color:#333333;
}

#footer a:visited {
	text-decoration: none;
	color:#999999;
}


 

 /* *** 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 */  


.data {font-size: 80%; line-height:1.5em;}


 
 /*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;}
}

