/*styles*/
body {
	font-family: Arial;
	color:#2784B5;
	margin:0px;
	font-size:0.75em;
}
a{
	color:#FBA633;
	font-weight:bold;
}
a:hover{
	color:#62A322;
}
ul.menu a {
	text-decoration:none;
}
a#current {
	color:#62A322;
}
#footer a{
	color:#7DEA00;
}
#footer a:hover{
	text-decoration:none;
}
ul.menu{
	margin-left:10px;
	padding-left:10px;
	list-style:none;
	font-size:1.2em;
}
ul.box{
	margin:0;
	padding:0;
	padding-left:20px;
	list-style:none;
	padding-top:5px;
}
h1{
	margin-top:0px;
	margin-bottom:0px;
	font-size:1.5em;
}
h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:1.4em;
}
.box_header{
	font-weight:bold;
	font-size:1.2em;
	padding-left:20px;
}
.red_date{
	font-weight:bold;
	color:#ff0000;
}
/*Backgrounds*/
/* header*/
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:#53B3E5;
	height:102px;
}
#headerbottom {
	background-image:url(images/headerbottom.jpg);
	background-repeat:no-repeat;
	height:24px;
}
/*footer*/
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#53B3E5;
	height:86px;
	text-align:right;
	color:#ffffff;
	padding-right:20px;
	padding-top:5px;
}
#footertop {
	background-image:url(images/footertop.jpg);
	background-repeat:no-repeat;
	height:35px;
}
/*events box*/
#box_top{
	background-image:url(images/box_top.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:198px;
	overflow:hidden;
}
#box_bottom {
	background-image:url(images/box_bottom.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:198px;
	overflow:hidden;
}
#box {
	background-color:#CBE8F7;
	width:198px;
}
/*Layout*/
#page_margins {

}
#page {
}
#col1 {
	float: left;
	width: 200px;
	background-image:url(images/menuborder.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#col1_content {
	padding: 0 5px 0 5px;
}
#col2 {
	width: 735px;
	min-height:200px;
  height:auto !important;
  height:200px;
	margin: 0 0 0 210px;

}
#col2_content {
	padding: 5px;
}