#weather {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
}

a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999999;
}

ul#nav {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}

ul#nav li a, ul#nav li a:visited, ul#nav li.search {
	color:#006633;
	text-decoration:none;
}

ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover {
	color:#ff6600;
	text-decoration:underline;
}

#header_img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}

h1, h2, h3 {
	color: #006633;
}

h2 a {
	color:#006633;
	text-decoration:none;
}

li.widget h2, li.linkcat h2 {
	border-top:3px solid #006633;
}