*{
	font-family: Tahoma;
}

.main-content{
	color: navy;
	font-size: 13px;
}

a {color:#0000a0;}
a:hover{text-decoration:none}

.test td {
	border:1px dotted black;
}


.navigation {
	list-style: none;
	width: 800px;
	float: left;
	padding:0;
	overflow: hidden;
	height: 95px;
	margin-top:10px;
}

.navigation .item{
	width: 109px;
	height: 115px;
	background: url(/images/navigation-item.gif) no-repeat;
	text-align: center;
}

.navigation .item-first{
	background: url(/images/navigation-item-first.gif) no-repeat;
	width: 95px;
	padding-right:14px;
	text-align: center;
	
}

.navigation .item-last{
	background: url(/images/navigation-item-last.gif) no-repeat;
	width: 95px;
    padding-left:7px;
    text-align: center;
	
}

.navigation .item-active{
	background: url(/images/navigation-item-active.gif) no-repeat;
	width: 109px;
    height: 115px;
    text-align: center;
}
	
.navigation .item-first-active{
    background: url(/images/navigation-item-first-active.gif) no-repeat;
    width: 95px;
    height: 115px;
    padding-right:14px;
    text-align: center;
}
    
.navigation .item-last-active{
    background: url(/images/navigation-item-last-active.gif) no-repeat;
    width: 95px;
    height: 115px;
    padding-left:7px;
    text-align: center;
}
        

.navigation .item a,
.navigation .item-last a,
.navigation .item-first a,
.navigation .item-active a,
.navigation .item-first-active a,
.navigation .item-last-active a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 95px;
	line-height:95px;
	font-family: Arial;
}


.news-date{
	font-weight: bold;
	color:navy;
	font-size: 13px;
	margin: 2px 0;
}

.news-title{
	font-weight: bold;
	color:red;
	font-size:18px;
	margin: 2px 0;
}

.news{
	margin-bottom: 30px;
	font-size: 13px;
	color:navy;
}

.news-archive, .news-main{
	text-align: right;
}

.archive-news-date{
	font-weight: bold;
	font-size:12px;
	margin: 0;
	
}

.map{
	font-size:13px;
	color:navy;
	
}


.no-font, .no-font *{
	font-size: 0;
}

.main-content img {
	margin: 10px;
}
