@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	background: url(images/bg_map.jpg) fixed top no-repeat;				
}

#page-container {
	width: 1040px;
	margin-right:auto;
	margin-left:auto;	
}

#header {
	height: 211px;
	width: 1040px;
	background-image:url(images/header.jpg);
}

#content_pic {
	float: left;
	margin: 20px 30px  30px 30px;

}

#content {
	margin: 25px 35px 30px 20px;
	/*height: 475px;
	overflow:scroll;
	overflow-x:hidden;*/
}

#footer {
	clear:both;
	height: 160px;

}

.content {
	font-family:  "trebuchet ms", helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height: 24px;	
}
.content_submenu {
	font-family:  "trebuchet ms", helvetica, sans-serif;
	font-size:18px;
	color:#0099cc;
	line-height: 24px;	
}
.footer {
	font-family:  "trebuchet ms", helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-left:50px;
}

a.content_link:link {
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
}
a.content_link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
}
a.content_link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a.content_submenu:active {
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
}
a.content_submenu:link {
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
}
a.content_submenu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
}
a.content_submenu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a.content_link:active {
	text-decoration: none;
	font-weight: bold;
	color: #0099cc;
}

a.footer_link:link {
	text-decoration: underline;
	color: #000;
}
a.footer_link:visited {
	text-decoration: underline;
	color: #000;
}
a.footer_link:hover {
	text-decoration: underline;
	color: #0099cc;
}
a.footer_link:active {
	text-decoration: underline;
	color: #000;
}
