/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	background-color: #666666;
}

div.access {
	display:none;
}

#wrapper {
	width: 792px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
}

#top {
	width: 752px;
	height: 433px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
}

#bottom {
	width: 752px;
	height: 220px;
	margin-left: 20px;
	margin-right: 20px;
}


#image {
	width: 375px;
	height: 433px;
	float: left;
	display: inline;
	background-image: url(../images/image.jpg);
}

#map {
	width: 375px;
	height: 433px;
	float: left;
	display: inline;
}

#content {
	width: 333px;
	height: 391px;
	border: solid 1px #CCCCCC;
	float: left;
	overflow: auto;
	display: inline;
	padding: 20px 20px 20px 20px;
}

#navcontainer {
	width: 205px;
	height: 210px;
	float: left;
	display: inline;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
}

#navcontainer a:link, #navlist a:visited {
	color: #0262A8;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #EC0000;
}

#navcontainer li#active a {
	color: #EC0000;
}

#secondnav {
	width: 203px;
	height: 210px;
	float: left;
	display: inline;
}

#secondnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
}

#secondnav a {
	display: block;
	padding: 3px;
	width: 160px;
}

#secondnav a:link, #navlist a:visited {
	color: #0262A8;
	text-decoration: none;
}

#secondnav a:hover {
	color: #EC0000;
}

#secondnav li#active a {
	color: #EC0000;
}


#logo {
	width: 231px;
	height: 91px;
	float: right;
	display: inline;
	background-image: url(../images/logo.gif);
	margin-top: 45px;
}

#footer {
	background-image:url(../images/footer.gif);
	width: 792px;
	height: 51px;
	float: left;
}


.style1 {
	font-size: 12pt;
	color: #0262A8;
}

.style2 {
	font-size: 12pt;
	color: #0262A8;
	font-weight:bold;
}

a:link {
	color: #0262A8;
}
a:visited {
	color: #0262A8;
}
a:hover {
	color: #EC0000;
}
a:active {
	color: #0262A8;
}

