* {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* dark blue: #0F3243 */
a {
	color: #0F3243;
	outline: 0;
}

.floatRight { float: right; }
.floatLeft { float: left; }



body {
	text-align: center;
	background-color: #CBDCE4;
}

#wrapper, #footer {
	text-align: left;
	margin: 0 auto;
	width: 748px;
	padding: 0 15px 0 17px;
	background: #ccc url(../images/framebg2.png);
}

#header {
	background: #0F3243 url(../images/header.png) no-repeat left center;
	height: 121px;
}
#header * { display: block; text-indent: -9999px; }

#navbar {
	background: #ccc url(../images/navbg.png);
	height: 30px;
	border-bottom: solid 1px #0F3243;
	position: relative;
}

	#navbar ul {
		position: absolute;
		bottom: -1px;
		overflow: hidden;
		_height: 1px;
		_overflow: visible;
		padding-left: 5px;
	}
	
		#navbar ul li {
			_height: 1px;
			background-color: #0F3243;
			list-style-type: none;
			float: left;
			padding: 1px 6px;
			margin: 2px 5px 0 0;
			border: solid 1px #fff;
			border-bottom-color: #0F3243;
		}
		
			#navbar ul li a {
				white-space: nowrap;
				color: #fff;
				text-decoration: none;
				font-size: 13px;
				font-weight: bold;
			}
		
		#navbar ul li.active {
			background-color: #fff;
			border-color: #0F3243;
			border-bottom-color: #fff;
		}	
		
			#navbar ul li.active a {
				color: #0F3243;
			}

#main {
	background-color: #fff;
	font-size: 13px;
	padding-bottom: 10px;
}

#main h3,
#main p,
#main ul,
#main ol,
#main hr,
#main dl,
#main blockquote {
	margin-top: 10px;
	padding: 0 15px;
}

#main h3 {
	background-color: #CBDCE4;
	border: solid 1px #0F3243;
	border-width: 1px 0;
}

#main ul {
	padding-left: 40px;
}
#main ul li {
	list-style-type: disc;
	padding-left: 10px;
}

#main dl dt {

}

#main dl dd {
	margin-left: 20px;
	color: #666666;
}

#main dl.agenda  {
	overflow: hidden;
	_overflow: visible;
	_height: 1px;
}

#main dl.agenda dt, #main dl.agenda dd {
	margin-top: 5px;
	float: left; _display: inline;
}




img.frame {
	float: right;
	border: solid 1px #0F3243;
	padding: 5px;
	background-color: #ebebeca;
	margin: 5px;
}



* #footer {
	height: 64px;
	background-image: url(../images/footer.png);
	
}





/* -------------- Incidentals -------------- */
.checklist {
	background: transparent url(../images/check.gif) no-repeat 10px top;
	padding-left: 28px !important;
}


#main dl.agenda dt.a1 {
	width: 130px;
	color: #0F3243;
	clear: left;
}
#main dl.agenda dt.a2 {
	width: 130px;
	margin-left: 25px;
	color: #7D7A0C;
	clear: left;
}

#main dl.agenda dd.a1 {
	width: 500px;
	margin-left: 12px;
	color: #0F3243;
}
#main dl.agenda dd.a2 {
	margin-left: 12px;
	width: 475px;
	color: #7D7A0C;
}

