@CHARSET "ISO-8859-1";

html, body {
}

.linksContainer a:LINK, .linksContainer a:HOVER, .linksContainer a:VISITED ,
#navlink a:LINK , #navlink a:HOVER , #navlink a:VISITED	
	 {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,225);
}

.linksContainer a:VISITED ,
#navlink a:VISITED {
	color: rgb(100,0,200);
}

.linksContainer a:HOVER ,
#navlink a:HOVER {
	text-decoration: underline;
}
/* navigate */


.navigate {
	width: 712px;
	height: 248px;
	background: url("images/navigate.jpg") no-repeat center;
}

.navigateContainer {
	position: relative;
	top: 15px;
}

.title {
	font-family: sans-serif;
	font-weight: bold ;
	font-size: 18px; 
	height: 35px;
	display: block;	
}

.titleNav {
	font-family: sans-serif;
	font-weight: bold ;
	font-size: 18px; 
	height: 35px;
}

.navigateDownload {
	font-weight: bold;
}	

/* section links */

.linkSeparator {
	font-weight: bolder;
}

.counterText {
	font: normal 12px sans-serif;
}

.links {
	width: 630px;
	height: 416px;
	background: url("images/links.jpg") no-repeat center;
}

.linksContainer {
	width: 575px;
	height: 365px;
	position: relative;
	top: 20px;
	right: 6px;
	overflow: hidden;
}

.linksRight, .linksLeft {
	text-align: left;
	width: 48%;
	height: 100%;
}

.linksRight span , .linksLeft span {
	font-weight: bold;
	font-size: medium;
}

.linksContainer img , .news img {
	position: relative;
	top: 3px;
}

.linksLeft {
	float: left;
}

.linksRight	{
	float: right;
}

.infoNav {
	height: 20px;
	width: 494px;
	padding:4px;
	background-color: white;
	border:1px solid black;
	width: 455px;
	height: 40px;
}


/* section news */

.news, .newsContainer {
	width: 680px;
	height: 680px;
}

.news {
	background: url("images/news.jpg") no-repeat center;
}

.newsContainer {
	position: relative;
	top: 12px;
	overflow: hidden;
}

.mapImg {
	padding: 0px;
	margin: 0px;
	border: 2px solid black;
	cursor: pointer;
}

.about {
	padding: 2px;
	width: 600px;
	border:1px solid black;
	background-color: silver;

}