/* 
Styles used for the page layouts
 */
html {
	font-size: 12px;
	margin: 0px;
	padding : 0px;
	color: #000000;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

body {
	font-size: 12px;
	margin: 0px;
	padding : 0px;
	color: #000000;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

A {
	color: #8A001C;
	text-decoration: none;
}
A:hover {
	color: #C81542;
	text-decoration: underline;
}

HR {
	border:1px solid #8A001C;
	height:2px;
}

.title {
	color: #000000;
	font-size:125%;
	font-weight:bold;
}
TD.header {
	height:130px;
	background-color:#000000;
	text-align:left;
	font-size:30px;
	font-family:monospace;
}

TD.navigation {
	height:25px;
	background-color:#000000;
	border-bottom:3px solid #8A001C;
	color:#FFFFFF;
	padding:2px;
	vertical-align:middle;
	text-align:left;
	font-size:14px;
}

TD.leftnav {
	width:25px;
	background-color:#A2ABB0;
	padding:5px;
	vertical-align:top;
	text-align:center;
	font-size:12px;
}

TD.content {
	background-color:#FFFFFF;
	background-image:url(../images/Site_Images/BG_Main.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding:20px;
	vertical-align:top;
	text-align:left;
	font-size:14px;
}

TD.footer {
	height:40px;
	background-color:#000000;
	border-top:2px solid #8A001C;
	padding:2px;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-size:9px;
}

TABLE.FormBox {
	width:500px;
	border:1px solid #000000;
	margin:5px auto;
}

TABLE.MenuBox {
	width:175px;
	border:1px solid #000000;
	margin:5px 0px;
}

TH.MenuBox {
	height:25px;
	background-color:#000000;
	border-bottom:2px solid #8A001C;
	color:#FFFFFF;
	padding:2px;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
}

TD.MenuBox {
	background-color:#FFFFFF;
	padding:3px;
	vertical-align:top;
	text-align:left;
	font-size:11px;
}

A.navigation {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

A.navigation:hover {
	color:#FFD700;
	text-decoration:underline;
}

A.MenuBox {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

A.MenuBox:hover {
	color:#FFD700;
	text-decoration:underline;
}

A.footer {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

A.footer:hover {
	color:#FFD700;
	text-decoration:underline;
}

.m_NewsTitle {
	font-size:1.3em;
	font-weight:bolder;
	color:#8A001C;
	margin-top:5px;
}

.m_NewsDescription {
	font-size:.7em;
	font-style:italic;
}

.m_NewsDescription a {
	color:#8A001C;
}

.m_NewsHeadline {
	font-size:1.1em;
	font-weight:bolder;
	color:#8A001C;
}

.m_NewsBrief {
	font-size:1em;
	text-align:left;
	margin-left:10px;
}

.m_NewsBrief a {
	color:#8A001C;
}

.m_NewsCopyright {
	font-size:.6em;
	font-style:italic;
	text-align:center;
}

UL.links {
	line-height:150%;
}

LI {
	margin-bottom:5px;
}

.alert {
	font-size:125%;
	font-weight:bold;
	color:#CC0000;
}

.highlight {
	color:#CC0000;
}

DIV.HelpPanel {
	border:none;
	position:relative;
	float:right;
	width:175px;
	height:auto;
	margin-left:3px;
}

.currentWeather {
	background-color:#E5E5E5;
	color:#8A001C;
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #BBBBBB;
}
.currentWeather table {
	font-size:12px;
	color:#8A001C;
}
.currentWeather .location {
	background-color:#A2A2A2;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
}
.currentWeather .icon {
	text-align:center;
}
.currentWeather .temperature {
	font-size:32px;
	text-align:center;
}
.currentWeather .description {
	font-weight:bold;
	padding:0px 15px;
	text-align:center;
}
.currentWeather .feelslike {
	font-weight:bold;
	padding:0px 15px;
	text-align:center;
}
.currentWeather .lastupdate {
	padding:10px;
}
.currentWeather .lastupdate a {
	font-size : 11px;
	color : #000000;
}

.weatherForecast {
	color:#8A001C;
	font-family:Tahoma;
	font-size:12px;
	border:1px solid #BBBBBB;
}
.weatherForecast .location {
	background-color:#A2A2A2;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.weatherForecast .header {
	background-color:#A2A2A2;
	padding:5px 2px;
	font-weight:bold;
	height:35px;
	text-align:left;
	font-size:13px;
}
.weatherForecast .data0 {
	background-color:#E5E5E5;
	padding:2px 2px;
	font-size:12px;
	white-space:nowrap;
}
.weatherForecast .data1 {
	background-color:#FFFFFF;
	padding:2px 2px;
	font-size:12px;
	white-space:nowrap;
}
.weatherForecast .lastupdate {
	background-color:#E5E5E5;
	border-top:1px solid #A2A2A2;
	padding:10px 5px;
	text-align:center;
}

