h1 {
	color: #93a546;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
}
h2,h3 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #247393;
}
p,ol,ul,td,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 10px;
}
a {
	color: #646464;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}



#drawer h1, #drawer h2, #drawer h3 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#drawer p {
	color: #FFFFFF;
}
#drawer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#drawer a:hover {
	color: #68762a;
	text-decoration: underline;
	font-weight: bold;
}

ol.image {
	list-style-type: none;	
}

ol.image li {
	padding-left: 20px;	
	height: 16px;
	padding-top: 3px;
}
ol.image li.two {
	background-image: url('files/Image/usage/2.gif');
	background-repeat: no-repeat;
	background-position: 0px  0px;
}
ol.image li.three {
	background-image: url('files/Image/usage/3.gif');
	background-repeat: no-repeat;
	background-position: 0px  0px;
}
ol.image li.four {
	background-image: url('files/Image/usage/4.gif');
	background-repeat: no-repeat;
	background-position: 0px  0px;
}
ol.image li.one {
	background-image: url('files/Image/usage/1.gif');
	background-repeat: no-repeat;
	background-position: 0px  0px;
}

a.read_more {
	display: inline-table;
	background-image: url('files/Image/usage/linkarrow.gif');
	background-repeat: no-repeat;
	background-position: top right;
	
}

#main_content .content p {
	margin-left: 20px;
}


/* Calendar Stuff for Front End Previewing */
.calendar_large_table {
	width: 100%;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: #FFFFFF;
	border: 0px solid #313991;
}

.calendar_large_header {
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
}

A.calendar_large_day_in_month,.calendar_large_day_in_month {
	height: 80px;
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	border: solid 1px #000000;
}

A.calendar_large_day_not_in_month,.calendar_large_day_not_in_month {
	height: 80px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #313991;
	background-color: #FFFFFF;
	text-decoration: none;
	border: solid 0px #FFFFFF;
}

.calendar_large_entry_booked {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.calendar_large_entry {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

A.calendar_large_entry:hover {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.calendar_large_category_link,.calendar_large_category_link {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #313991;
	text-decoration: none;
}

A.calendar_large_category_link:hover {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.calendar_large_select_box {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #313991;
	border: 1px solid #000000;
}

.calendar_large_submit_button {
	font-family: arial;
	font-size: 10px;
	color: #313991;
	background-color: #FFFFFF;
	border: 0px solid #313991
}
	/* End */