
body{
	font-family: Trebuchet MS, Times New Roman, Verdana, sans-serif;
	margin:0;
	padding:0;
}

.bodycopy,
.bodycopy table{
	font-size:13px;
}
.bodycopy a:link,
.bodycopy a:visited{
	color:#780202;
}
.bodycopy a:hover{
	color:#4C6114;
}

a.bodylinks:link     {color: #780202;}
a.bodylinks:visited  {color: #780202;}
a.bodylinks:hover  {color: #780202;}

#main_nav,
#sidebar{
	color: #ccc;
	font-size:13px;
}
#main_nav a:link,
#main_nav a:hover,
#main_nav a:visited,
#sidebar a:link,
#sidebar a:hover,
#sidebar a:visited{
	color: #ccc;
	font-weight:bold;
}

#sidebar{
	color:#ccc !important;
	font-size:13px !important;
}
	
#sidebar span{
	font-size:15px;
	font-weight:bold;
}

#main_content{
	/*padding:35px;*/
}
h1{
	font-size:16px;
	color:#780202;
	margin-bottom:20px;
}

h2{
	font-size:13px;
	color:#780202;
	margin:10px 0;
}

#bookingForm h2{
	clear:both;
}

#main_content p{
	font-size:12px;
}

#bookingForm{
	font-size:12px;
}
#bookingForm label{
	clear:left;
	float:left;
	width:200px;
}
#bookingForm input,
#bookingForm select,
#bookingForm textarea,
#bookingForm div.fakeinput{
	float:left;
	width:300px;
	margin-bottom:10px;
}

.required_star{
	float:left;
	vertical-align:middle;
}

#bookingForm textarea{
	height:100px;
	font:inherit;
}

#bookingForm div.fakeinput input{
	width:auto;
	clear:left;
}
#bookingForm div.fakeinput label{
	width:auto;
	clear:none;
}

.negative{
	color:#a00;
}
.positive{
	color:#0a0;
}
.clear{
	clear:both;
}