/* Site */
body {
	background-color: #fff;
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #343434;
	line-height: 18px;
	font-size: 11px;
	font-family: verdana;
	padding: 0;
	margin: 0;
	border: 0;
}
a:link {
        color: #117fa0;
}
a:active {
        color: #117fa0;
}
a:visited {
        color: #117fa0;
}
a:hover {
        color: #036;
}
.ten {
	margin: 10px;
}
.twenty {
	margin: 20px;
}
.clear {
	clear: both;
}
#main {
	background-color: #e7f2f8;
	border-left: 1px solid #117fa0;
	border-right: 1px solid #117fa0;
	width: 796px;
	margin-left: 48px;
}
*html #main {
	width: 798px;
}
.img-border {
	border: 1px solid #117fa0;
}
/*.active a{
	color: #cf0052;
}*/

/* Header */
#hdr-main {
	background: url(../images/bg_hdr.jpg) no-repeat;
	padding: 0;
	margin: 0;
	height: 326px;
	width: 846px;
}
#hdr-main td{
	text-align: left;
	vertical-align: top;
}
.hdr-links {
	margin-top: 27px;
}

/* Footer */
#ftr {
	background: url(../images/ftr.gif) no-repeat;
	height: 95px;
	width: 798px;
	margin-left: 48px;
}
#ftr-txt {
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding-top: 64px;
	line-height: 14px;
}

/* Navigation */
#nav {
	float: left;
	width: 165px;
	border-right: 1px dotted #117fa0;
	padding-left: 10px;
	line-height: 18px;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#nav ul.subnav{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	font-weight: normal;
}
#nav a.active {
	color: #cf0052;
}

/* Site Content */
#content {
	float: left;
	width: 600px;
	padding-left: 10px;
}
.content-hdr {
	font-weight: bold;
	font-size: 15px;
	color: #cf0052;
}

/* HP */
#hp-main {
	width: 600px;
	border-top: 1px dotted #117fa0;
	padding-top: 20px;
}
#hp-newsflash {
	float: left;
	width: 395px;
}
#hp-newsflash .line{
	border-top: 1px dotted #117fa0;
	margin-top: 15px;
	margin-bottom: 15px;
}
#hp-quicklinks {
	float: left;
	width: 195px;
	background: url(../images/bg_quicklinks2.jpg) no-repeat;
	height: 259px;
	line-height: 25px;
}
#hp-quicklinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding: 50px 0 0 25px;
}
.weather-title {
	font-size: 12px;
	font-weight: bold;
	color: #cf0052;
}
.weather-hdr {
	font-size: 11px;
	font-weight: bold;
}
.weather-content {
	font-size: 11px;
}