@charset "utf-8";
/* CSS Document */

pre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ff6e02;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link, a:visited{
	color:#000;
	text-decoration:none;
}

a.red{
	color:#F00;
}

a:hover{
	text-decoration:underline;
}


input, select{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

#div_main{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#div_top_navigation{
	margin-right:5px;
	float:left;
	width:900px;
	background-color:#000;
	text-align:right;
	color:#FFF;
}

#div_logo_header{
	background-color:#666;	
}

#div_navigation{
	padding-top:10px;
	width:900px;
	height:30px;
	background-color:#CCC;
}

#div_navigation #navigation{
	float:left;
	width:550px;
	height:30px;
}

#div_navigation #search{
	float:left;
	width:350px;
	height:30px;
	text-align:right;
}

#div_events{
	float:left;
	background-color:#333;
	text-align:center;
	width:900px;
	height:315px;
}

#div_contents{
	margin-left:auto;
	margin-right:auto;
	float:left;
	width:900px;
	background-color:#FFF;
}

#left_contents{
	margin-top: 15px;
	margin-left:10px;
	float:left;
	width:220px;
}

#center_contents{
	margin-top: 15px;
	margin-left:0px;
	float:left;
	width:450px;
}

#right_contents{
	margin-top:15px;
	margin-left:10px;
	float:left;
	width:200px;
}

#div_footer{
	text-align:center;
	background-color:#999;
	width:900px;
	height:100px;
	float:left;
}

.lightGray{
	background-color:#EEE;
}

.date{
	background-color:#FFF;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.month{
	background-color:#F00;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}

#about_contents{
	margin-top: 15px;
	margin-left:0px;
	float:left;
	width:650px;
}

.newsTitle{
	font-weight:bold;
}

.contactForm{
	width:250px;
}

tr.header{
	background-color:#FF6D02;
	font-weight:bold;
	color:#FFF;
}

tr.bg2{
	background-color:#eeeeee;
}

hr.styled{
	margin-left:0px;
	border-style:dotted;
	width:100%;
	
}