body {
	font-family: Verdana, Arial, Helvetica, sans serif;
	padding:0px;
	margin:0px;
}

body.top {
	background-image:url(gfx/top_bg.gif);
	background-repeat:repeat-x;
}

body.navi {
	background-image:url(gfx/left_bg.gif);
	background-repeat:repeat-y;
}

table.layout {
	margin:0px;
	padding:0px;
}


body.main {
	padding:0px;
	margin:15px;
	margin-left:15px;
	margin-top:25px;
	
	background-image:url(gfx/spray_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	
	background-color:#FFFFF6;/*#FFFFFF;/**/
}


body.main, body.main table {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size:11px;
	line-height:1.4em;
	color:#333355;
}

body.main table td {
	vertical-align:top;
}

p {
	margin-top:0.2em;/**/
	margin-bottom:1em;/**/
	/*padding:0px;/**/
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans serif;
}

h1 {
	color:#003366;
	font-size:20px;
	margin-bottom:0.2em;/**/
}

h2 {
	color:#003366;
	font-size:18px;
	margin-bottom:0.5em;/**/
	margin-top:0.0em;/**/
}
h3 {
	color:#003366;
	font-size:15px;
	margin-bottom:0.5em;/**/
	margin-top:1.5em;/**/
}
h4 {
	color:#003366;
	font-size:14px;
}
h5 {
	color:#003366;
	font-size:13px;
}
h6 {
	color:#003366;
	font-size:12px;
}

.important {
	color:#CC0000;
	font-weight:bold;
}

a:link, a:visited, a:active {
	color:#0000CC;
}
a:hover {
	color:#0066CC;
}


img.flyer {
	float:none;
	margin:0px;
	margin-right:15px;
	margin-bottom:15px;
}

.event-table {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align:center;
}
.event-table a, .event-table a:hover, .event-table a:link, .event-table a:active, .event-table a:visited {
 text-decoration:none;
}
.event-table .current {
	text-decoration: underline;
}

