@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #666666;
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#Container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
}
#BannerNavbar {
	width: 960px;
}
#SidebarLeft {
	width: 120px;
	float: left;
	padding-top: 100px;
}
.PageTitle {
	text-align: center;
	padding: 10px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	width: 130px;
	background-image: url(../images/home/lgren001.jpg);
	color: #666666;
}
#SidebarRight {
	width: 215px;
	float: right;
	font-size: 10px;
	padding-left: 15px;
	background-color: #FFFF99;
	padding-top: 15px;
	text-align: justify;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	padding-right: 2px;
	padding-bottom: 15px;
}

#MainContent {
	margin-left: 125px;
	margin-right: 245px;
}
#Footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.LastUpdate {
	font-size: 10px;
	text-align: center;
	color: #FFFF00;
	font-weight: bold;
	font-variant: small-caps;
}
#Container #SidebarRight p {
	width: 200px;
}
.Standout {
	font-weight: bold;
}
.ImageAndTitleCentered {
	font-size: 10px;
	width: 350px;
	margin-left: 130px;
	text-align: justify;
}
.LeftFloat {
	float: left;
	margin: 30px;
}
.RightFloat {
	padding: 30px;
	float: right;
}
.InteractivePhotoBold {
	font-weight: bold;
	color: #FF0000;
}
.CenterText {
	text-align: center;
}
.position-relative {
	position: relative;
	left: 35px;
	top: 55px;
}
#WeatherTempConversions {
	background-color: #FFFF00;
	padding: 10px;
	margin-left: 130px;
	border: 2px solid #CCCCCC;
	clip: rect(auto,auto,auto,auto);
	width: 300px;
}
.position-relative-hood {
	position: relative;
	left: 160px;
	top: 55px;
}
.position-relative-region {
	position: relative;
	left: 275px;
	top: 55px;
}
.italics {
	font-style: italic;
	color: #0000FF;
}
#Notices {
	background-color: #FFFF00;
	width: 200px;
	border: thin solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #0000FF;
}

