/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* generated by csscreator.com */ 
html, body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-image: url(/graphics/background_tile.gif);
} 
 
#pagewidth{
	width:920px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-image: url(/graphics/background.gif);
	height: 580px;
} 
 
#header{
	width:700px;
	height: 140px;
	float: left;
} 

#logo{
} 

#title{
} 

#main_nav {
	float: left;
	padding: 0px 0px 0px 20px;
}

#second_nav p {
	line-height: 100%;
	padding: 0px 0px 10px 20px;
	font-weight: bold;
}
 
#left{
	float:left;
	position:relative;
	width: 180px;
	text-align: center;
  }
 
#main{
	height: 410px;
	overflow: auto;
	width: 680px;
	margin: 0px 30px 0px 0px;
	padding: 0px 10px 0px 20px;
	float: left;
 }
#content {
}
#main p {
	margin: 0px 0px 0px 0px;
}
 
#footer{
 height:0px; 
  background-color:#B6DE81; 
 clear:both;
 } 
.news {
	height: 275px;
	width: 250px;
	background-image: url(/graphics/latest_news.gif);
	background-repeat: no-repeat;
	padding: 75px 0px 0px 0px;
	text-align: center;
}
.news p {
	font-size: 90%;
	line-height: 100%;
	padding: 0px 20px 10px 20px;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* 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*/ 
#left, #header{display:none;} 
#main{width:100%; float:none;}
}
