﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

#nav {
	border: 0;
	width: 100%;
	background: white url('../siteart/nav-bkg.jpg') repeat-x top;
	padding: 10px 0px 4px 0px;
	}
	
#nav td {
	font-size: 12px;
	text-align: center;
	color: #5b5b5b;
}	

#nav a {
	display:block;
	text-decoration: none;
	padding: 7px 5px 5px 5px;
	border-right: 1px solid #e2e2e2;
	color: #5b5b5b;
	}	

#nav a:hover {
	color: black;
	text-decoration:underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	background: #2c2b32;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 4px solid white;
	width: 770px;
	background: white;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#weather {
	float: right;
}

#weather table {
	margin-top: 33px;
	border:0;
}

#weather td {
	font-size: 11px;
}

#right {
	background: white url('../siteart/gray-bkg.jpg') repeat-x top;
	width:250px;
}

.b-r {
	border-right: 3px solid white;
}

#main-content {
	padding: 27px 20px;
	font-size: 12px;
	line-height: 18px;
}

.heading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f47320;
	display:block;
	padding-bottom: 8px;
}