
		
html, body {
	font-family: sans-serif; 
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color:#ffffff;
	}
	
img {
	border: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight:normal;
	}

	
h1	{
	font-size:1.5em;
	}
	
h2	{
	font-size:1.2em;
	}
	
h3	{
	font-size:1.0em;
	}
	
	
p{
	font-size:0.8em;
	}
		
ul {
	font-size:0.8em;
	color:#000000;
	}
		
a {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
div.page	{
	width:800px;
	margin: 10px auto 10px auto;
	padding-bottom: 10px;
	text-align:left;
	background-color:#ffffff;
	border-bottom: solid 5px #00bf04;
	}
	
div.header	{
	width:800px;
	height:130px;
	text-align:center;
	}
	
div.logo	{
	float:left;
	width:250px;
	height:130px;
	}	
	
div.head_menu	{
	float:right;
	text-align:right;
	}	
	
div.strap	{
	clear:right;
	float:right;
	width:549px;
	padding-top: 20px;
	text-align:center;
	}	
	
div.left_menu {
float:left;
width:249px;
height:30px;
background-color:#00bf04;
}

div.right_menu {
float:right;
width:549px;
height:30px;
background: #f79321;
}

div.main_menu {
	width:549px;  
	padding:5px 0 5px 20px;
	border:0;
}

div.main_menu a {
color:#000000;
}

div.main_menu a.active {
color:#ffffff;
}


	
div.left_body	{
	float:left;
	width:250px;
	
	}

	
	div.submenu	{
	float:left;
	width:250px;
	padding-top:10px;
	text-align:center;
	background-color:#ffffff;
	}
	
	div.right_body	{
	float:right;
	width:550px;
	}
	
	div.content	{
	float:left;
	width:540px;
	padding:5px;
	}
	
	div.content_home	{
	float:left;
	width:340px;
	padding:5px;
	}
	

	div.title	{
	width:390px;
	border-bottom: solid 2px #000000;
	margin-bottom:10px;
	}
	
	div.block_top	{
	background-image:url(../images/block_top.gif);
	background-repeat:no-repeat;
	width:220px;
	height:40px;
	}
	
	div.block_middle	{
	background-image:url(../images/block_middle.gif);
	background-repeat:repeat-y;
	padding:10px;
	text-align:left;
	width:220px;
	}
	

	
	div.block_bottom	{
	background-image:url(../images/block_bottom.gif);
	background-repeat:no-repeat;
	width:220px;
	height:39px;
		}
	
	div.right_col	{
	width:200px;
	float:right;
	text-align:center;
	padding-top:10px;
	}
	
	
	
	div.news	{


	}
	
	div.footer	{
		clear:both;
		width:800px;
		border-top: solid 2px #00bf04;
		margin-top:20px;
		padding-top:5px;
		text-align:center;
	}		

div.footer p {
	font-size:0.7em;

	}	



/* Events Display Default*/

	div.event_default	{
		
	}	
	
	div.event_default	span.date	{
	font-weight:bold;	
	}	
	
	div.event_default	span.title	{
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;	
	}	
	
	div.event_default_offset	{
	font-size:0.8em;	
	margin-left:80px;	
	}	

	
	div.event_default_offset	span.description	{
	font-weight:normal;	
	}
	
	div.event_default_offset	span.contact	{
	font-weight:bold;	
	font-style:italic;
	}




	