body {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(design/alaska_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.header {
	background-image: none;
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999999;
}
#clickhome {
	display: block;
	float: left;
	width: 120px;
	height: 22px;
	margin: 75px 0px 3px 5px;
	padding: 0px;
}
.crumbtrail {
	width: 100%;
	padding: 2px;
	margin: 0px 0px 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	color: #003366;
}
.crumbtrail a:link {
	color: #003366;
	text-decoration: underline;
}
.crumbtrail a:visited {
	color: #003366;
	text-decoration: underline;
}
.crumbtrail a:active {
	color: #003366;
	text-decoration: underline;
}
.crumbtrail a:hover {
	color: #0066CC;
	text-decoration: underline;
}
h1 {
	color: #003366;
	font-size: 24px;
	padding: 2px 20px 0px 15px;
}
h2 {
   font-size: 20px;
   color: #003366;
   margin: 5px 20px 10px 10px;
   width: 65%;
}
h3 {
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	color: #003366;
	border-bottom: 1px solid #003366;
	padding: 15px 5px 1px 0px;
	margin: 0px 0px 5px 0px;
	clear: both;
}
p, ul, dl {
    margin: 15px;
}
dt {
	margin: 10px;
	font-weight: bold;
	border-bottom: 1px solid #B9C197;
	border-left: 1px solid #B9C197;
	padding: 3px;
	color: #003366;
}
dl {
    margin-bottom: 10px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
  color: #006699;
	text-decoration: underline;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
    text-decoration: none;
}
h3 a:hover {
		background-color: transparent;
}
.rightside {
	width: 20%;
	font-size: 10px;
	padding: 15px;
	padding-top: 5px;
	padding-left: 2%;
	margin: 0px 0px 15px 2%;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	float: right;
	clear: right;
}
.leftside {
	width: 20%;
	padding: 0px;
	margin: 0px 2% 15px 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	float: left;
	clear: left;
}
.leftside ul {
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	list-style-type: none;
}
.leftside ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 0px;
}
.leftside ul li a {
	display: block;
	font-weight: bold;
	padding: 8px 8px 8px 8px;
	border: 0px;
	margin: 0px;
}
.leftside ul li a:hover {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 7px;
}
.maincontent {
	padding-top: 15px;
	width: 48%;
	float: left;
}
#weatherarea {
	font-family: arial, helvetica, sans-serif;
	//border-top: 1px solid #999999;
}
.weatherblock {
	margin: 2px;
	font-size: 12px;
	padding: 1px;
}
.wblocktext {
	font-size: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.bloglist {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
}
.bloglist td {
	vertical-align: top;
}
