/* CSS Document */
body {
	background-color: #DABDDC;
	background-image: url(images/mountains.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topmenulinks {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.topmenulinks a:link, .topmenulinks a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.topmenulinks a:hover, .topmenulinks a:active {
	text-decoration: none;
	color: #E7E5E7;
}

.maintable {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #979797;
	border-left-color: #979797;
}
.weathertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	
}
.weathertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.weatherlink, .weatherlink a:link, .weatherlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #064597;
	text-decoration: none;
}
.weatherlink a:hover, .weatherlink a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.newsblurb_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.newsblurb_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.newsblurb_link, .newsblurb_link a:link, .newsblurb_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #064597;
	text-decoration: none;
}

.newsblurb_link a:hover, .newsblurb_link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}

.newsblurb_table {
	margin: 0px;
	padding: 2px;
}


.lastupdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #83A6D1;
	text-decoration: none;
}

.weathertable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #979797;
}
.subtitle_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
