.navbar{
	width: 175px;
	height: 100%;
	float: left;
	position: relative;
	padding-top: 18px;
	border-right-color: #533903;
	border-right-style: solid;
	border-right-width: thick;
	background-color: #74DBEA;
}



.navitem
	{
	width: 175px;
	font-size: 13px;
	margin-left: 0px;
	line-height: 15px;
	text-decoration: none;
	color: #603913;
	background-color: #74DBEA;
	width: 90%;
	display: block;
	text-align: right;
}


.subitem a:link
	{
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	margin-left: 30px;
	text-decoration: none;
	color: #603913;
	background-color: #74DBEA;
	}
	
.subitem a:visited
	{
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	margin-left: 30px;
	text-decoration: none;
	color: #603913;
	background-color: #74DBEA;
	}
	
.subitem a:hover 
	{
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	margin-left: 30px;
	text-decoration: none;
	color: #603913;
	background-color: #74DBEA;
}


.navdiv {
	line-height: 1px;
}

.ckbk {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-style: italic;
}

.rss {
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	text-decoration: none;
}

.weatherbox {
	align: right;
	width: 175px;
	height: 270px;
	background-color: #74DBEA;
}

.navfiller {
	align: right;
	width: 175px;
	height: 100%;
	background-color: #74DBEA;
}

