BODY {
	background-color: #E5E5E5; background-image: url('images/site_bg.jpg');
	background-repeat: repeat-x; color: #000000; margin: 0px; 
	margin: 0px;
	padding: 0px;
}

A {
	color: #1166BB;
	font-weight: bold;
}
A:visited {
	color: #334466;
}

H1 {
	border-bottom: 1px solid #CCCCCC;
	color: black;
	font-family: Arial,sans-serif;
	font-size: 18px;
	font-style: italic;
}

H2 {
	border-bottom: 1px solid #CCCCCC;
	color: #921d0b;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

DIV {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

IMG {
	margin: 0px;
	padding: 0px;
}

P {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

LI {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}

.Nav {
	background-image: url('images/roundbar2_bg.gif');
	height: 32px;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	vertical-align: bottom;
	width: 100%;
}
.Nav A {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 8px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	vertical-align: bottom;
}
.Nav A:hover {
	text-decoration: underline;
}

.ContentPane {
	background-color: #E5E5E5;
	padding: 15px;
	padding-right: 100px;
}
.ContentPane IMG {
	border: 1px solid #444444;
}

.Event {
	display: block;
	height: 140px;
	margin-bottom: 20px;
	vertical-align: top;
	width: 600px;
}
.Event IMG {
	float: right;
	margin-left: 20px;
}
.Event H2 {
	color: #921d0b;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.BottomPane {
	background-image: url('images/roundbar2_bg.gif');
	color: black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
	width: 100%;
}
.BottomPane P {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

.LeftTD {
	background-color: #85c0e0;
	border-right: 1px solid #888888;
	vertical-align: top;
	width: 180px;
}
.RightTD {
	background-color: #E5E5E5;
	width: 100%;
}
