@charset "UTF-8";
/* CSS Document */

body {
	color: black;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 120%;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container {
	background-color: #FFF;
	text-align: left;
	clear: both;
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #header {
	float: left;
	height: 26px;
	width: 720px;
	background-image: url(images/header_upper.jpg);
	position: relative;
	padding-top: 172px;
}
#container #navBar {
	float: left;
	height: 51px;
	width: 720px;
	background-image: url(images/header_lower.jpg);
}
#container #copy {
	float: left;
	height: auto;
	width: 720px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(images/column.jpg);
	background-position: left;
	}
#container #copy #leftCol {
	background-color: #003;
	float: left;
	height: auto;
	width: 120px;
	background-image: url(images/construction.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 108px;
	padding-left: 12px;
}
#container #copy #rightCol {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 552px;
	padding: 12px;
}
#container #footer {
	float: left;
	height: 66px;
	width: 720px;
	margin-bottom: 36px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 75%;
	text-align: center;
	padding-top: 6px;
}
h1 {
	font-size: 24px;
	line-height: 120%;
	color: #000099;
}
h2 {
	font-size: 16px;
	color: #000099;
}
h3 {
	margin-top: 0px;
	margin-bottom: 6px;
}
#leftCol h3 {
	color:#CCCCCC;
	font-size:14px;
	margin-top: 6px;	
}
mainMenu {
	background-image: url(images/main_on.jpg);
}

#leftCol p {
	color: #FFFFFF;
	width: 100%;
	font-size: 10px;
	font-weight: normal;
}

.eventInfo {
	color: #C1C3DF;
	font-weight: lighter;
}
.left {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
}
.checklist {
	list-style-type: square;
}

