body {
	background: #e1e1e1;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	}

/*  Link Behavior  */



a {
	color: #940f00;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
	}



/*  Headers  */

h2 {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
	
*html h2 {
	margin-top: 10px;
	}

h3 {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
	
h4 {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}
	
h5 {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	}

/*  Content Positioning  */


#container {
	position: relative;
	top: 0;
	width: 750px;
	height: 650px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	}

#topbar {
	position: relative;
	width: 750px;
	height: 125px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background: #ffffff url(images/barbg.jpg) top right no-repeat;
	}

#logo {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 250px;
	height: 53px;
	background: #ffffff;
	}
	
#printlogo {
	display: none;
	}
	
#title {
	position: absolute;
	top: 25px;
	left: 235px;
	font-size: 14px;
	}

#title .title {
	display: inline;
	}

#menu {
	position: absolute;
	top: 83px;
	left: 0px;
	height: 26px;
	width: 750px;
	background-color: #940f00;
	margin: 0;
	padding: 0;
	}
	
#menu ul {
	position: relative;
	top: 4px;
	border: 0;
	margin: 0;
	padding-right: 20px;
	list-style-type: none;
	text-align: center;
	float: right;
	}


#menu ul li.sel {
	margin: 0 8px 0 8px;
	padding-right: 3px;
	padding-bottom: 1px;
	color: #ffffff;
	border-right: 2px inset #ececec;
	border-bottom: 2px inset #ececec;
	text-decoration: none;
	}

#menu ul li {
	padding-bottom: 3px;
	display: inline;
	font-size: 12px;
	float: left;
	}

#menu ul li a {
	padding-right: 3px;
	padding-bottom: 1px;
	margin: 0 8px 0 8px;
	color: #ffffff;
	border-right: 2px solid #940f00;
	font-weight: normal;
	}
	
#menu ul li a:hover {
	color: #e1e1e1;
	border-right: 2px solid #ececec;
	border-bottom: 2px solid #ececec;
	text-decoration: none;
	}

#menu ul li.sel a:hover {
	border-right: 0;
	border-bottom: 0;
	color: #ffffff;
	text-decoration: none;
	}
	
#menu ul li a.sel2 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
	background: #940f00;
	font-weight: normal;
	text-decoration: none;
	}
	
.solo {
	margin-bottom: 10px;
	}

.sublist {
	line-height:15px;
	list-style-image: url(images/disc-sub.gif);
}

.block {
	padding-bottom:15px;
}

#sidebar {
	position: absolute;
	top: 125px;
	left: 15px;
	width: 275px;
	height: 260px;
	background-color: #ffffff;
	border-bottom: 2px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
	}

#sidecont {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 200px;
	height: 200px;
	}

#sidecont2 {
	position: absolute;
	top: 392px;
	left: 54px;
	width: 235px;
	height: 190px;
	}

#sidecont2 p {
	text-align: left;
	font-size: 10px;
	}

#content {
	position: absolute;
	top: 125px;
	left: 292px;
	width: 380px;
	height: 430px;
	padding: 20px 35px 0 35px;
	background-color: #ffffff;
	border-top: 2px solid #b7b7b7;
	overflow: auto;
	}

#movie {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 655px;
	height: 430px;
	z-index: 1;
	}
	
#map {
	position: absolute;
	top: 125px;
	left: 292px;
	width: 415px;
	height: 430px;
	padding: 20px 15px 0 20px;
	background-color: #ffffff;
	border-top: 2px solid #b7b7b7;
	}
	
#content h3 {
	display: none;
	}

#content ul {
	text-align: left;
	list-style-image: url(images/disc.gif);
	}

#content p {
	color: #000000;
	text-align: left;
	}

.copy {
	color: #999999;
	font-size: 9px;
	text-align: center;
	}
