/* CSS Document */
html,body {
	padding: 0;
	margin: 0 auto;
	background-image: url(graphics/bg.gif);
}

#container {
	width: 776px;
	background-color:#FFFFFF;
}

#top {
	width: 776px;
	height: 71px;
	background-image:url(graphics/topline.gif);
	background-repeat: no-repeat;
}

#menu {
	padding-top: 150px;
	padding-right: 32px;
	width: 744px;
	height: 20px;
	text-align: right;
}

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

#side {
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	color: #2b6191;
	margin-left: 24px;
	line-height: 16px;
}

#map {
	margin-left: 24px;
}

#side A {
	color: #2b6191;
	text-decoration: underline;
}

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

#content {
	font-family:verdana;
	font-size: 12px;
	color: #2b6191;
	margin-left: 18px;
	margin-top: 10px;
	width: 396px;
	line-height: 19px;
	text-align: justify;
}

#footer {
	background-color: #2b6191;
	width: 730px;
	height: 15px;
	font-family:verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
}

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

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

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