/* CSS Document */
html,body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #cfd0d4;
	
}

#container {
	width: 770px;
	background-color: #ffffff;
}

#menu {
	padding-top: 196px;
	padding-left: 18px;
	width: 770px;
	height: 20px;
	text-align: left;
}

#heading {
	width: 770px;
	height: 226px;
	background-image:url(graphics/heading.jpg);
	background-repeat: no-repeat;
}

#side {
	font-family:arial;
	font-size: 12px;
	font-weight: bold;
	color: #486c95;
	margin-top: 30px;
	margin-left: 30px;
	line-height: 16px;
}

#map {
	margin-left: 24px;
}

#side A {
	color: #1b5589;
	text-decoration: underline;
}

#side A:hover {
	color: #1b5589;
	text-decoration: none;
}

#content {
	font-family:verdana;
	font-size: 12px;
	color: #58595b;
	margin-left: 30px;
	margin-top: 0px;
	width: 425px;
	line-height: 19px;
	text-align: justify;
}

#footer {
	background-color: #486c95;
	width: 770px;
	height: 35px;
	font-family:verdana;
	font-size: 11px;
	color: #FFFFFF;
}

#footer A{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer A:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.footer {
	font-family:verdana;
	font-size: 11px;
	color: #FFFFFF;
}

