body {
	background-image: url(graphics/clouds.jpg);
}
body {
	font-size: 70%; color: #000000; font-family: verdana,geneva,helvetica,arial,sans-serif
}
body {
	margin: 0px; padding:0px;
}
body {
	color: #fff;
}

.banner {
	border-right: #3f4346 1px solid;
	border-top: none;
	border-left: #3f4346 1px solid;
	border-bottom: none;
}
.pagebox2 {
	border-right: #3f4346 1px solid;
	border-top: none;
	border-left: #3f4346 1px solid;
	border-bottom: #3f4346 1px solid
}
a {
	color: #000000; text-decoration: underline
}
a:hover {
	color: #777777; text-decoration: none
}
a.top {
	color: #000000;
	text-decoration: underline;
	font-size: 60%;
}	
a.top:hover {
	color: #777777;
	text-decoration: underline;
	font-size: 60%;
}	
td {
	font-size: 90%;
	color: #000000;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height: 1.5;	
}
td.weather-links {
	font-size: 90%;
	color: #000000;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height: 1.5;
	font-weight:bold;	
}
a.weather-links {
	font-size: 80%;
	color: #000000;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height: 1.5;
	font-weight:normal;
}
td.footer {
	font-size: 70%;
	color: #000000;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height: 1.5;	
}

/*  MENU  */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:801px;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("graphics/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-left:1px solid #3f4346;
	border-right:1px solid #3f4346;	
	border-bottom:4px solid #64a0b6;
	border-top:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("graphics/DIVIDER.gif") no-repeat top right;
}
ul#menu .selected a span{
	color:#000000;
}
ul#menu li a:hover{
	background:transparent url("graphics/HOVER.gif") no-repeat top right;	
}