li
{
	margin-bottom: 10px;
}

a:link, a:visited
{
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.green
{
	color: Green;
}

.centre
{
	text-align: center;
}

.divider
{
	border-bottom: dotted 1px black;
	margin-bottom: 8px;
	width: 100%;
}

.box
{
	border: dotted 1px black;
	padding: 5px;
	text-align: center;
}

.tbTitle, .tbDetails, .tbLocation, .tbURL, .tbSummary
{
	width: 600px;
}

h1, h2
{
	border-bottom: solid 1px;
}

.siteTitle
{
	border-bottom: dotted 6px Green;
	border-top: dotted 6px Green;
	color: Green;
	font-family: Courier New;
	font-size: 40pt;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 40px;
}

.leftColumn, .centreColumn, .rightColumn
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.leftColumn
{
	/* background-color: #CCFF99; */
	width: 250px;
}

.rightColumn
{
	width: 300px;
}

.pageTitle
{
	background-color: #0000EE;
	border-top: #0000DD;
}

.eventTitle
{
	color: Green;
	font-size: 16pt;
	font-weight: bold;
}

.adminHyperLink
{
	border: solid 3px Green;
	margin-left: 10px;
	padding: 2px;
}

#membershipForm
{
	width: 100%;
}

#membershipForm input
{
	width: 100%;
}

textarea
{
	width: 100%;
}

.boxOut
{
	background-color: #CCFFFF;
	border: solid 2px black;
	padding: 5px;
}

/* http://www.alistapart.com/articles/holygrail */
/* A List Apart: Articles: In Search of the Holy Grail */

body
{
	font-family: Calibri, Trebuchet MS;
	min-width: 800px; /* 2x LC width + RC width */
}
#container
{
	padding-left: 250px; /* LC width */
	padding-right: 300px; /* RC width */
}
#container .column
{
	position: relative;
	float: left;
}
#center
{
	padding: 10px;
}
#left
{
	width: 250px; /* LC width */
	right: 250px; /* LC width */
	margin-left: -100%;
}
#right
{
	width: 300px; /* RC width */
	margin-right: -300px; /* RC width */
}
#footer
{
	clear: both;
}
/*** IE6 Fix ***/
* html #left
{
	left: 300px; /* RC width */
}
