
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 792px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 600px;
	float: left;
}
#right {
	width: 192px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#footer {
	padding: 0px;
	margin: 0;
	clear: both;
}
.menulist {
	margin: 6px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #98ae2f;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#right .homepage a{
	color: #336;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #98ae2f;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	padding-left: 35px;
	color: #333f3d;
	background-image: url(../images/headergraphic.gif);
	background-repeat: no-repeat;
	
	}
h2 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
	padding: 0 5px;
	color: #fff;
	background-color: #375A68;

}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
	color: #336;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
	color: #213013;
	}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 10px 0;
}
.langcont {
	text-align: center;
}


/*weather table*/

.weather td {
	text-align: center;
}
.weather td.desc {
	text-align: left;
	font-weight: bold;
}

/*map styles*/

#map_canvas {
	width: auto;
	height: 300px;
	border: 1px solid #375A68;
}
.weather td.desc {
	text-align: left;
	font-weight: bold;
}
