body	{
	margin:30px;
	padding:0px;
	background:#FFF;
	background-image:url(images/bk_line.gif);
	background-repeat:repeat-y;
	font-family:georgia, times new roman, times, serif;	
	color:#555;
	/* The code below is a CSS hack to control font sizes in different versions of IE */
	font-size:small;      /* This will be used by IE 5 and 5.5 */
	line-height:1.5;
	voice-family: "\"}\""; 	voice-family:inherit;               /* These statement are not undertood by IE 5 and 5.5 and therefore they skip to the next selector */
	font-size:small; 	/* This is the real font size to be used by all other browsers */
	}
p {
	text-align: justify;
	text-indent: 30px;
	}
td {
	text-align: left;
	font-size:9pt;
	}
a:link {
	color:#555;
	text-decoration:underline;
	}
a:visited {
	color:#555;
	text-decoration:underline;
	}
a:hover {
	color:#BB7AAA;
	text-decoration:none;
	}
#mainmenu a:link {
	text-decoration:none;
	}
#mainmenu a:visited {
	text-decoration:none;
	}
#mainmenu a:hover {
	color:#BB7AAA;
	text-decoration:none;
	}
.selectedmenu	{
	color:#F79966;
	font-weight:bold;
	}
.details {
  margin-top: -1.5em;
	margin-left: 2em;
	}
.form {
	background:#F7F3F3;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#591515;
	border:1px solid #AC8A8A;
	padding:0px;
	}
.formfield {
	background:#FFFFFF;
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	color:#591515;
	border:1px solid #AC8A8A;
	padding:2px;
	}
.main	{
	font-weight:bold;
	color:#555;
	}
.small	{
	color:#B56551;
	}
.bk		{
	background-color:#8B0204;
	}
h1	{
	padding:0px;
	margin:0px;
	/* The code below is a CSS hack to control font sizes in different versions of IE */
	font-size:xx-large;      /* This will be used by IE 5 and 5.5 */
	voice-family: "\"}\""; 	voice-family:inherit;               /* These statement are not undertood by IE 5 and 5.5 and therefore they skip to the next selector */
	font-size:x-large; 	/* This is the real font size to be used by all other browsers */
	}
h2	{
	padding:0px;
	margin:0px;
	margin-bottom:-5px;
	/* The code below is a CSS hack to control font sizes in different versions of IE */
	font-size:medium;      /* This will be used by IE 5 and 5.5 */
	voice-family: "\"}\""; 	voice-family:inherit;               /* These statement are not undertood by IE 5 and 5.5 and therefore they skip to the next selector */
	font-size:medium; 	/* This is the real font size to be used by all other browsers */
	}
h3	{
	font-size: 10pt;
	margin-bottom: -15px;
	margin-top: 10px;
	}
blockquote {
  font-style: italic;
	margin-left: 1.5em;
	text-indent: 1.5em;
	}
#zen	{
	padding:0px;
	margin:0px;
	width:710px;
	text-align:left;
	min-width:710px; /*stops content sliding off to the left in opera when the browser window is small*/
	}
#mainmenu	{
	padding:0px 20px 0px 0px;
	margin:0px;
	width:170px;
	float:left;
	}
#holder	{
	padding:0px;
	margin:0px;
	float:left;
	width:520px;
	}
#events_men_left {
  margin: 0;
	padding: 0;
	float: left;
  width: 40%;	
	}
#events_men_right {
  margin: 0;
	padding-left: 2em;
	float: left;
	width: 40%;
	}
#events_men hr {
  clear: both;
	}
ul	{
	padding:0px;
	margin:0px;
	}
li {
	list-style-type:none;
	padding:0px;
	}
li.first {
	padding-left: 0px
	}
li.last {
	padding-right:0px;
	BORDER-TOP-STYLE:none;
	BORDER-RIGHT-STYLE:none;
	BORDER-LEFT-STYLE:none;
	BORDER-BOTTOM-STYLE:none;
	}
	
#events_men li {
				list-style-type: square;
				margin-left: 1.5em;
				padding-bottom: 0.25em;
				}
#events_men h4 {
				padding-left: 1em;
				margin-bottom: 0;
				padding-bottom: 0.5em;
				}
				
#mainmenu li {
	list-style-type:none;
	border-bottom:#DDD 1px solid;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:4px;
	margin:0px 0px 5px 0px;
	}
#mainmenu li.first {
	padding-left: 0px
	}
#mainmenu li.last {
	padding-right:0px;
	BORDER-TOP-STYLE:none;
	BORDER-RIGHT-STYLE:none;
	BORDER-LEFT-STYLE:none;
	BORDER-BOTTOM-STYLE:none;
	}