@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #CCCCCC;
}
#sidebar {
	float: left;
	width: 201px;
}
#sidebar ul {
	list-style-image: url(images/bullet.jpg);
}
#sidebar li {
	padding-top: 3px;
	padding-bottom: 3px;
}


#container {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 767px;
	margin-right: auto;
	margin-left: auto;
}
#mainbox {
	float: right;
	width: 530px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#clear {
	clear: both;
}

#mainbox p {
	padding-right: 30px;
}

#upcomingevents {
	float: right;
	width: 185px;
	margin-left: 20px;
	background-color: #f9faae;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#footer {
	background-color: #5B9443;
	clear: both;
	width: 767px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.boldblue {
	font-weight: bold;
	color: #2479BF;
}
.boldblue2 {
	font-weight: bold;
	color: #2479BF;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
