body {
	margin: 0px;
	background: #5555AA url('images/background/mesh_small.gif') repeat;
	color: #000000;
	font-family: Arial, Tahoma, Lucida Sans;
	font-size: 10pt;
}

.body {
	border: 1px dotted #000000;
}

a {
	color: #5555AA;
}

a:hover {
	background: #5555AA;
	color: #FFFFFF;
}

.header {
	padding: 3px;
	border-bottom: 1px dotted #000000;
	border-left: 1px dotted #000000;
	background: #882200;
	color: #FFFFFF;
	text-align: center;
}

.header a:hover {
	background: #FFFFFF;
	color: #882200;
}

.footer {
	padding: 3px;
	border-top: 1px dotted #000000;
	background: #888800;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.footer a:hover {
	background: #FFFFFF;
	color: #888800;
}

.header a, .footer a {
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
}

.logo {
	padding: 3px;
}

.menu {
	width: 179px;
	padding: 3px 0px 3px 0px;
	background: #5555AA url('images/background/mesh_small.gif') repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.submenuitem {
	background: #5555AA url('images/background/mesh_small.gif') repeat;
}

.submenu {
	border-top: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	background: #5555AA url('images/background/mesh_small.gif') repeat;
	color: #FFFFFF;
}

.menu a, .submenu a {
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
}

.menu a:hover, .submenu a:hover {
	background: #FFFFFF;
	color: #5555AA;
}

.content {
	width: 100%;
	height: 400px;
	padding: 10px;
	border-left: 1px dotted #000000;
	background: #FFFFFF;
}

.latestevents {
	float: right;
	width: 230px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 10px;
	border-left: 3px solid #CCCCFF;
	background: #FFFFFF;
	text-align: left;
}

.pageheading {
	font-family: Book Antiqua, Arial, Tahoma, Courier New;
	font-size: 22pt;
	font-weight: bold;
}

.heading {
	font-family: Book Antiqua, Arial, Tahoma, Courier New;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
}

.highlight {
	color: #883311;
}

.highlight a {
	color: #883311;
}

.highlight a:hover {
	color: #FFFFFF;
	background: #883311;
}

.insetpic {
	width: 230px;
	height: 172px;
	border:1px solid #000000;
}
.thumbnail {
	width: 150px;
	height: 112px;
	border:1px solid #000000;
	padding: 10px;
}