html, body { min-height:101%; margin-bottom:1px; }
.grey-box {
	border: 1px solid #CCC;
}
	body {
	color: #000000;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	}
	
	
	/* holder styles */
	#holder {
	width: 770px; /* This image creates the three column faux effect */
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #009933;
	border-bottom-color: #009933;
	border-left-color: #009933;
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009933;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FBF9E0;
	font-size: 80%;
	}
	
	/* header styles */
	#header {
	background-image: url(images/common/fill-logo150x434.jpg);
	background-repeat: no-repeat;
	height: 150px;
	vertical-align: middle;
	background-position: left;
	}
#navigation {
}
/* navigation styles */
	.navigation-text {
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 20px;
	background-color: #000000;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
}
	#navigation a:link {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	}
	#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	#navigation a:hover, #nav a:active, #nav a:focus {
	color: #000000;
	background-color: #FBF9E0;
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #990000;
	}
	a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	}
	a:hover, #nav a:active, #nav a:focus {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

#title {
	padding: 0px;
	background-color: #FBF9E0;
	margin: 0px;
}
#page-title a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
	
#page-title a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0000000;
}
	
#page-title a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
	
	#left-column {
	width: 240px;
	float: left; /* side padding is added to total width above for a 160px "real total" */
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	}
	
	/* content styles */
	#centre-column {
	width: 240px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
	/* third column styles */
	#right-column{
	float: right;
	width: 190px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	}
	
	
	/* footer styles */
	#footer {
	padding: 0px;
	font-size: 80%;
	color: #000000;
	margin: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FBF9E0;
	border-top-width: 1px;
	border-top-color: #009933;
	text-align: center;
	}
	
	/* miscellaneous styles */
	.brclear { 
		 clear:both; 
		 height:0; 
		 margin:0;
		 font-size: 1px;
		 line-height: 0px;
	}
.floatimg-left {
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.floatimg-right {
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
}
.title-text {
	padding-left: 15px;
	padding-right: 10px;
	font-size: 100%;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 155%;
	text-transform: none;
	font-style: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #000000;
}
          
.box {
	padding: 0px;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 80%;
}
a img { border: none; }
.events {
	padding-left: 15px;
	width: 500px;
}
