body, p, form, h1, h2, h3, ul, li{ margin: 0; padding:0;}

*{outline: none;}

body{font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	text-decoration: none;
	background: #A2C44C url(../images/body_bg.gif) center 0 repeat-y;
	}
	
h2{ font: bold 13px/20px Arial, Helvetica, sans-serif;
	color: #A2C44C;
	text-decoration: none;
	}
	
a{text-decoration: underline; color: #5A5A5A;}
a:hover{text-decoration: none;	color: #5A5A5A;}
	
.center{background: url(../images/centre_bgy.gif) repeat-y;}

.center_top_bg{background:url(../images/centre_top_bgx.gif) repeat-x;}
.center_bot_bg{background:url(../images/centre_bot_bgx.gif) 0 bottom repeat-x;}
.center_left_bg{background: url(../images/centre_left_bgy.gif) right 0 repeat-y;}

.center_padd{padding: 18px;}
.lt_padd{padding: 0 10px 30px 18px;}
.rt_padd{padding: 0 12px 30px 0;}
.s_evtnt{background: url(../images/s_event_bgx.jpg) left bottom repeat-x;}

.content_area{width: 779px;
	margin-left: 14px;
	overflow: hidden;
	}
	
.footer_nav{background:url(../images/footer_bgx.jpg) repeat-x;
	display: block;
	line-height: 40px;
	text-align: center;
	color: white;
	}
.footer_nav a{color: white;
	text-decoration: none;
	padding: 0 10px;
	}
.footer_nav a:hover{color: #CDC4A5;
	text-decoration: none;
	padding: 0 10px;
	}
	
.left {
	display: block;
}
	
.left ul li{
	list-style: none;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	}
	
.left ul li a{ background: url(../images/left_arrow.gif) 0 3px no-repeat;
	padding: 0 0 0 13px;
	text-decoration: none;
	}

.left ul li a:hover, .left ul li a.current{ background: url(../images/left_arrow.gif) 2px 3px no-repeat;
	padding: 0 0 0 13px;
	text-decoration: underline;
	color: #5A5A5A;	}
	
.float_r{float: right;}

.textfield{border: solid 1px #463B25;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #463B25;
	padding: 2px;
	margin: 0;
	}
.submit_button{background: #463B25;
	color: white;
	border: solid 1px #333333;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

.res{border:solid 1px #EFEFEE;
	background: #FBFBFB;
	padding: 5px 0 5px 5px ;}
	
.img_margin{margin: 0 0 6px 0;}

.calendar{ background: #F8F8F8;
	color: white;
	text-decoration: none;
	border-top: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
}
	
.calendar td{
	color: #5D4624;
	text-decoration: none;
	height: 50px;
	border-right: solid 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;}
	
.calendar a{color: #A66D23;
	text-decoration: none;
	display: block;
	}
	
.calendar a:hover{color: #FF0000;
	text-decoration: none;
	}
	
#header{position: relative;
	height: 334px;
	width: 807px;
	left: 0;
	top:0;
	}
	
#header .logo{position: absolute;
	height: 55px;
	width: 337px;
	left: 64px;
	top: 46px;
	}
	
#header .icon{position: absolute;
	right: 50px;
	top: 5px;
}

#header .nav{position: absolute;
	left: 15px;
	bottom: 6px;
	width: 188px;
	height: 160px;
}

.event_search_box{ border:solid 1px #E1E1E1;
	background: #F8F8F8;
	}
.event_search_box td{padding:5px;
	}

.month{font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;}

.mandatory
{
color:red;
}