@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #EAFFFF;
	margin:0px;
}
.header {
	background:url(../images/bgTop.jpg) repeat-x 0px 94px ;
	margin:30px 0px 0px 30px;
}
.Bar {
	background:url(../images/bar.gif) repeat-x;
	height:39px;
}
.boxLeft {
	background:url(../images/boxLeft.jpg) no-repeat;
	height:506px;
	width:412px;
	margin-left:30px;
	margin-right:20px;
	margin-top:10px;
	border:1px solid #CCCCCC;
}
.boxRight {
	background:url(../images/boxRt.gif) no-repeat;
	height:506px;
	width:296px;
	position:absolute;
	top:332px;
	left:470px;
	border:1px solid #CCCCCC;
}
.videoBox {
 	background:url(../images/videoBox.png) no-repeat;
 	height:243px;
	width:280px;
	margin:0px auto 0px auto;
	padding:12px 0px 0px 0px;
	
}
.mapBox {
	background:url(../images/mapBox.png) no-repeat;
	height:400px;
	margin-left:50px;
	margin-top:15px;
	padding-top:2px
}
.contentBar {
	background:url(../images/contentBar.jpg) no-repeat;
	margin-left:30px;
	margin-top:10px;
	height:500px;
	width:730px;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
}
a:link {
	color:#005B5B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#005B5B;
}
a:hover {
	text-decoration: none;
	color:#00CCCC;
}
a:active {
	text-decoration: none;
	color:#005B5B;
}
