body {
	background-color: #E6E6E6;
	background-image: url(images/PaperBg.gif);
	margin: 0px;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
td {
	vertical-align: top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #09482C;
	margin: 0px;
}
a:link, a:visited {
	color: #09482C;
}
a:hover, a:active {
	color: #931A13;
}

#LeftSide {
	background-image: url(images/LeftShadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 11px;
}
#RightSide {
	background-image: url(images/RightShadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 11px;
}
#BottomSide {
	background-image: url(images/BottomShadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.GreenBar {
	background-image: url(images/GreenBar.gif);
	height: 18px;
	border: 1px solid #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 400;
	vertical-align: middle;
}
#LogoCell {
	text-align: center;
	vertical-align: middle;
	width: 194px;
}
#PhotoCell {
	width: 566px;
	padding-right: 1px;
}

#navcontainer {
	width: 185px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer .header, #navcontainer a {
	display: block;
	width: 185px;
	border-bottom: 1px solid #FFFFFF;
}
#navcontainer .header  {
	font-size: 16px;
	padding: 3px 3px 3px 4px;
	text-align: center;
	background-color: #490C09;
}
#navcontainer a {
	padding: 3px 0px 3px 7px;
	background-color: #09482C;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navcontainer a:hover, #navcontainer a:active {
	background-color: #0C0949;
}
#navcontainer .UnderMenuElement {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	color:#09482C;
 }
#navcontainer .UnderMenuElement a:link, #navcontainer .UnderMenuElement a:visited {
	background-color: transparent;
	color:#09482C;
	font-weight: bold;
	font-size: 18px;
	line-height: .95em;
	cursor:pointer;
}
#WeatherText {
	float:left;
	display:inline;
	text-align:center;
	margin-top:15px;
	margin-left:30px;
}
#navcontainer img {
	border:0;
}

#MainCell {
	padding: 10px 10px 10px 20px;
}
#MainCell .PagePicture {
	float:left;
	margin-right:15px;
	margin-bottom:8px;
	border: 5px solid #09482C;
}

#Footer {
	font-size: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 6px;
}
#Footer p {
	margin-top: 3px;
	margin-bottom: 0px;
}
#Footer a:link, #Footer a:visited {
	color: #000000;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #009900;
	text-decoration: underline;
}
