body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 770px;
	background-image: url(/images/tile-diamond.jpg);
	background-repeat: repeat;
	font-size: 12px;
	color: #07295D;
}
#container {
	background-color: #A58C6B;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	text-align: left;
	width: 770px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #07295D;
	border-left-color: #07295D;
	border-bottom-color: #07295D;
	min-height: 600px;
	overflow:hidden;
}
#header {
	overflow: hidden;
	width: 770px;
	top: 0px;
}
@media print {
#header {
	overflow: hidden;
	height: 0px;
}
}
.col {
	padding: 5px;
	float: left;
	width: 220px;
	text-align: left;
	overflow:hidden;
}
@media print {
.col {
	visibility: hidden;
	height: 0px;
}
}
#colmid {
	padding: 5px;
	float: left;
	width: 300px;
	overflow:hidden;
}
@media print {
#colmid {
	width: auto;
}
}
.colfull {
	padding: 5px;
	float: left;
	width: 760px;
	overflow: hidden;
}
@media print {
#colfull {
	width: auto;
}
}
.coldouble {
	padding: 5px;
	float: left;
	width: 530px;
	overflow: hidden;
}
@media print {
#coldouble {
	width: auto;
}
}
.mainmenubar {
	background-image: url(/images/bricks_singlerow.jpg);
	background-repeat: repeat;
	height: 19px;
	width: 765px;
	float: left;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	overflow:hidden;
}
@media print {
.mainmenubar {
	visibility: hidden;
}
}
#footer {
	width: 760px;
	float: left;
	padding: 5px;
	overflow:hidden;
	text-align:center;
	color: #07295D;
}
@media print {
#footer {
	visibility: hidden;
}
}
.boxed {
	border: 1px solid #07295D;
	margin: 0px;
	padding: 10px;
}
a {
	color: #0D49A3;
	text-decoration:none;
}
a:active {
	color: #0D49A3;
}
a:visited {
	color: #0D49A3;
}
a:hover {
	color: #07295D;
	text-decoration:underline;
}
a.menubar {
	color: #CCCCCC;
}
a.menubar:active {
	color: #CCCCCC;
}
a.menubar:visited {
	color: #CCCCCC;
}
a.menubar:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.heading1 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #07295D;
	color: #07295D;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #07295D;
	text-align:left;
}
.heading3 {
	font-weight: bold;
	color: #07295D;
	text-align:left;
}
.revheading {
	background-color: #07295D;
	color: #A48A69;
}
ul,li {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0.6em;
	margin-right: 0px;
	padding: 0px;
}
ul.menulist,li.menulist {
	line-height: 2em;
}
ul.submenu,li.submenu {
	margin-left: 1.2em;
	line-height: normal;
}
.little {
	font-size:10px;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}
td {
	text-align: left;
	vertical-align: top;
}
.eventdate {
	font-weight:bold;
}
.eventname {
	font-weight: normal;
	font-style: italic;
}
.eventnote {
	font-size: 10px;
	font-weight: normal;
}
.eventfestival {
	font-variant: small-caps;
	font-weight: bold;
}
.noprint {
	visibility: visible;
}
@media print {
.noprint {
	visibility: hidden;
}
}