html, body {
	margin:10px; 
	padding:0px; 
}	
	
#div_index_images {
	height:130px;
	margin-bottom: 30px;
}	
	
* {
font-family:arial,sans-serif; 
}

a:link,
a:active,
a:visited {
	color: inherit;
	color: expression(this.parentNode.currentStyle.color);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#div_page_container {
	margin: auto;
	width: 900px;
}

#div_top_bar {
	height: 92px;
	padding: 0px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
}

#div_top_bar a:hover {
	text-decoration: none;
}

#div_logo {
	float:left;
	margin-top: 3px;
	margin-left: 3px;
}

#div_site_title {
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	color: #fff;
}

#div_site_title h1 {
	font-size: 1.2em;
	line-height: 0.5em;
}

#div_site_title h2 {
	font-size: 0.85em;
	line-height: 0.5em;
}


#div_content_container {
	padding: 1px 0 0 0;
	position:relative;
	display:block;
	overflow:visible;
	width:700px;
}

#div_menu {
	float:left;
	position:relative;
	width:200px;
	margin-left:-200px;
	display:inline;
	padding-bottom:50px;
}

#div_right_col {
	float:right;
	position:relative;
	width:200px;
	display:inline;
	padding-top:30px;
}

#some_content {
	display:inherit;
	margin-left:20px;
	font-size: 0.75em;
	padding-right:30px;
	padding-bottom: 30px;
}

.menu_item {
	padding: 0.6em;
	font-size:0.75em;
	cursor: pointer;
}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}



.index_image {
	float:left;
	margin: 0px;
	padding: 0px;
}

.homePageNewsBox,
.homePageEventsBox {
	width: 170px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.homePageNewsBoxHeader,
.homePageEventsBoxHeader {
	padding: 5px;
	font-size: 0.75em;
}

.homePageNewsBoxContent,
.homePageEventsBoxContent {
	font-size: 0.75em;
	padding-bottom: 10px;
	padding-left:10px;
}

.homePageNewsBoxContent p,
.homePageEventsBoxContent p {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}


.news_headline {
	font-weight: bold;
}

.event_date {
	font-size: .90em;
}

.event_title {
	font-weight: bold;
}

.read_link {
	font-size: 0.85em;
}

.no_data {

}

.sponsor_image {
	width: 200px;
	text-align: center;
	margin-bottom:10px;
}

.advert_image {
	width: 200px;
	text-align: center;
	margin-bottom:10px;
}

.sponsor_image img, .advert_image img {	
	border: none;
}

#div_footer {
	height: 50px;
	padding-top: 10px;
}

#div_footer p {
	line-height: 1.3em;
	font-size: 0.75em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* News page */

.news_article {
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
	width: auto;
}

.news_article_date {
	font-size: 0.85em;
	color: #666;
}

/* Events page */

.event_category_list select{
	margin-top: 20px;
}

.event_category_list option{
	padding-right:50px;
}

.event {
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
	width: auto;
}

.event_title {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.event_date {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.95em;
	font-weight: bold;
}

.event_extra_info_table td {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}


/* Useful links page */
.link_list {
	border-bottom: 1px solid #ccc;
}

.link_category_list select{
	margin-top:5px;
	margin-bottom: 10px;
}

.link_category_list option{
	padding-right:50px;
}

.link_category_list h4 {
	margin:0px;
	padding:0px;
}

.link_list ul{ 
	margin-top:5px;
}

.link_list li{
	padding: 3px;
}

.link_list h4 {
	margin:0px;
	padding:0px;
}

/* Contact page */
#frm_enquiry table td {
	padding:5px;
	white-space:nowrap; 
}

#frm_enquiry input {
	font-size: 1em;
	padding: 3px;
	border: 1px solid #999;
}

#frm_enquiry textarea {
	width: 344px;
	height: 144px;
	font-size: 1em;
	padding: 3px;
	border: 1px solid #999;
}

.contact_list {
	margin-bottom: 20px;
}

.contact_list h3,
.contact_list h4 {
	padding: 0px;
	margin: 0px;
}

.contact_list ul {
	margin: 0px;
	padding: 0px;
}

.contact_list li {
	list-style-type: none;
	padding-top: 2px;
}

.enquiry_thanks {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
}

