body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/checkerboard.gif");
	background-repeat: repeat;	
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 103px 0 0 0;
	background-color: #FFFFFF;	
	background-image: url("images/new_logo_banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;	
	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100;
}
#header {
	border-top: 2px solid #722100;
	top: 105px;
}
#header .showdate {
	position: absolute;
	font: normal 0.75em Verdana, "Times New Roman", Times, serif;
	color: #722100;
	background-color: transparent;
}
#header .topnav {
	position: relative;
	font: normal 0.75em Verdana, "Times New Roman", Times, serif;
	color: #722100;
	background-color: transparent;
	margin-right: auto;
	text-align: right;
}
.topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.topnav li {
	display: inline;
}
.topnav a:link, .topnav a:visited {
	padding: 5px 5px 5px 0.5em;
	color: #722100;
	text-decoration: none;
}
.topnav a:hover {
	color: #000080;
}
#content {
	margin-left: 190px;
	padding: 20px 10px 0 0;
}
#content .main {
	font-size: 80%;
	line-height:1.4em;
	padding:0px 10px 10px 10px;
	margin:0 30px 1.1em 0;
	background-image:url("images/shadow_r.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration: none;
}
.more-info a:link, .more-info a:visited {
	text-decoration: none;
	font-size: 0.9em;
}
.more-info-hdr a:link, .more-info-hdr a:visited {
	text-decoration: none;
	font-size: 1.1em;
}

/*Sample CSS to style the two tickers in the demo*/
.newsclass{
width: 200px;
padding: 5px;
background-color: #ffffff;
border: 1px solid #ffffff;
margin-bottom: 1em;
}

.newsclass a{
text-decoration: none;
}

.weatherclass{
width: 200px;
padding: 6px;
background-color: #ffffff;
border: 1px solid #ffffff;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/

}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

#content .boxnav {	
	font: normal Verdana, "Times New Roman", Times, serif;
	color: #722100;
	background-color: transparent;
	margin-right: auto;
}
.boxnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.boxnav li {
	display: inline;
}
.boxnav a:link, .boxnav a:visited {
	padding: 5px 5px 5px 0.5em;
	color: #722100;
	text-decoration: none;
}
.boxnav a:hover {
	color: #000080;
}

#content p {
	margin-bottom: 0.5em;
}
#content h1 {
	font: normal 160% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: #FFFFFF;
}
#content h2 {
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	color: #940D1E;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FF9006;
	margin:0 20px 1em 0;
	
}
#content h3 {
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	color: #940D1E;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FF9006;
}
#side-bar {
	position: absolute;
	width: 150px;
	top: 315px;
	left: 1px;
}

.adbox {
	font: normal 0.65em Verdana, "Times New Roman", Times, serif;
	margin: 10px 0px;
}

#navigation {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 120px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 120px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #722100;
	border-right: 1px solid #722100;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #722100;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 125px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}
#footer {
	padding: 0 15px 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
	text-align: right;
}

/* Dynamic tabs with updating content box */
#tabs .infobox {
	background-color: #000000;
	color: #FFFFFF;
	padding: 1px;
	border: 1px solid #FF0000;
	-moz-border-radius: 0px 0px 7px 7px;
	display: none;
}

#tabs .enabled {
	display: block;
}

#tabs {
	float:left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 490;
}

#tabs #buttons {
	position: absolute;
	width: 490px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#tabs #buttons li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabs #buttons a {
	text-decoration: none;
	padding: 2.5px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
}

#tabs #buttons a:hover {
	color: #FFFFFF;
	background-color: #000000;
	-moz-border-radius: 5px 5px 0px 0px;
	border: 1px solid #FF0000;
}

#tabs #buttons a.selected {
	color: #FFFFFF;
	background-color: #000000;
}

.disclaimer {
	text-align: left;
	text-decoration: underline;
	font: bold 12px/15px Verdana, "Times New Roman", Times, serif;
	color: #FF0000;
}
