@charset "utf-8";

/*RESET CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, font, img, small, strong, tt, b, u, i, center, ol, ul, li, form, label, table, caption, tr, th, td, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* CSS Document */
body,td,th {
	font-family: Trebuchet MS;
	font-size: .9em;
	line-height: 1.5em;
}
body {
	margin: 15px 0px 0px 0px;
	background-image: url(images/body-bg.jpg);
}
#container {
	margin: 0px auto;
	height: 100%;
	width: 1000px;
}
#header {
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	width: 1000px;
	position: relative;
}
#header img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu {
	height: 47px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(images/BDS-Web-Layout_04.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu_content {
	height: 100%;
	width: 920px;
	margin: 0 auto;
	position: relative;
}
#content_area {
	height: 100%;
	width: 1000px;
	position: relative;
	padding: 0px;
	margin: 0px auto;
	background-image: url(images/BDS-Web-Layout_05.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	height: 100%;
	width: 910px;
	padding: 10px 0px  0px  0px;
	margin: 0px auto;
}
#content img {
	padding: 20px 0px 20px 0px;
}
#content blockquote {
	margin-right: 30px;
	margin-left: 30px;
	}
#content img.weightless {
	padding: 0px 0px 15px 0px;
}
#content ul {
	padding: 0px;
	margin-left: 40px;
	list-style: disc;
}
#footer {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	position: relative;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: url(images/BDS-Web-Layout_footer.png) no-repeat center top;
	height: 56px;
	line-height: 40px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #DD1F26;
	font-style: italic;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.red {
	color: #CC0000;
}
#map {
	float: right;
	overflow: hidden;
	position: relative;
	height: 400px;
	width: 300px;
	border: 2px solid #003366;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#staff {
	float: left;
	height: 100%;
	width: 430px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 2px solid #DD1F26;
	padding: 10px;
}
#leaders {
	float: left;
	height: 100%;
	width: 330px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	border: 2px solid #DD1F26;
	padding: 10px;
}
img.diam {
	float: right;
	padding: 5px;
	margin:30px;
	}
.copy {
	font-size: 10px;
}
.answer {
	font-weight: bold;
	color: #DD1F26;
	}
.question {
	color:#006699;
	font-weight: bold;
	}
#content table.schedule {
	float: right;
	padding: 5px;
	margin:30px;
}
img.learn {
	float: right;
	margin:0px 10px 0px 10px;
	clear: both;
	}
#online_lesson {
	float: right;
	width: 200px;
	background-color: #EFEFEF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1em;
	padding: 10px;
}

.album_font, .album_font a:link, .album_font a:visited, .album_font a:hover, .album_font a:active {
	font-size: .9em;
	color: #000000;
}
