html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "MS Reference Sans Serif", Arial, sans-serif;
}
.background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #999999;
	overflow: hidden;
	z-index: 1;
}
.container {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.content {
	width: 770px;
	margin: 20px auto;
	min-height: 500px;
	height:auto !important;
    height:500px;
	border: 1px solid #B1B1B1;
	background-image: url(/images/backgrounds/containers/white50.png);
}
.menu {
    font-size: 12px;
	color: #868686;
	padding-top: 15px;
}
.menu a {
    color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	border-bottom: 2px solid #006699;
}
.menu a.current {
    color: #868686;
	border-bottom: none;
}
.logo {
    margin: -10px;
	display: block;
	width: 70px;
	height: 61px;
	left: 0px;
	float: left;
}
.main {
	text-align: left;
	padding: 25px 45px 45px 45px;
	font-size: 12px;
}

.main a {
	color: #005782;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
.main a:hover {
	color: #005782;
	border-bottom: 2px solid #005782;
}
.main h1 {
    font-size: 16px;
	color: #BD0021;
}
.main h2 {
	font-size: 14px;
	color: #9D7A00;
}
.main .news {
	background-image: url(../images/backgrounds/containers/white50.png);
	padding: 5px;
}
.main .weather {
	padding-bottom: 20px;
}
.main .news h3 {
    padding: 0px;
	margin: 0px 0px 1em 0px;
	font-size: 12px;
	clear: both;
}
.main .news h3 span {
    font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
.main .news img {
    float: left;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
}
.main .news a img {
    border: none;
}