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

body {
	width: 1000px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.leftsitemargin {
	float: left;
	width: 150px;
	height: 580px;
	
}

.homelink {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 150px;
	top: 40px;
}

.content {
	float: left;
	width: 850px;	
}

.contentmain {
	width: 850px;	
	min-height: 400px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.masthead {
	width: 850px;
	height: 90px;
	max-height: 90px;
	background-image:url('media/bg_masthead.gif');
	background-repeat:no-repeat;
	
	
}

.contentmain ul {
	list-style: none;
	margin-top: 0px;
	padding: 0;
	font-size: 10px;
	
}

.contentmain li {
	margin-top: 0px;
}


h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #000;
}

h3 {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

.headerbox {
	width: 850px;
	height: 10px;
}

.textblock1 {
	float: left;
	line-height: 16px;
	width: 500px;
}

.content_right {
	float: left;
	margin-left: 15px;	
	line-height: 16px;
}

.mapstyle {
	border: solid 1px #666;	
}


a {
	font-weight: normal;
	text-decoration: none;
	color: 	#f60;
	}
	
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: 	#000;
	}

