body {
	margin: 0px;
	background: #292c52
}
hr {
   height: 1px;
   color: gray
}
h1 {
	font: bold 12pt arial
}
a {
	text-decoration: underline;
	color: brown
}
a:hover {
	color: red
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
}
td.nav {
	background: url("images/tile-nav.gif") repeat
}
td.body {
	background: url("images/tile-body-back.gif") no-repeat
}
td.bodyleft {
	background: url("images/tile-left.gif") repeat
}
td.bodyright {
	background: url("images/tile-right.gif") repeat
}
td.bodybottom {
	background: url("images/tile-bottom.gif") repeat
}
td.bottomnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	color: #000000;
}
td.bottomnav a {
	font: bold;
	color: #000000;
	text-decoration: none;
}
td.bottomnav a:hover {
	text-decoration: underline;
	color: #B00D0D
}
td.webonav a {
	font: bold 6pt verdana;
	color: white
	text-decoration: none;
}
td.webonav a:hover {
	text-decoration: underline;
	color: white
}
.onepxheight {
	height: 1px
}

.rightgalleryheader {
	color:#02266f;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	

}

#rightweathercontent {
	background-color:#f7f1e7;
	font-size:10px;
	width:150px;
	margin-left:0px;
	margin-top:6px;
	padding:3px;
	padding-left:5px;
	
}

#rightweather {
	font-size:10px;
	background-color:#f7f1e7;
	background-image:url(../images/weather-background.gif);
	background-repeat:no-repeat;
	border:1px solid #baac78;
	width:150px;
	/*height:154px;*/
	margin-left:0px;
	margin-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

#seperatorsmall {
	border-bottom:#9d9d9d dotted 1px; 
	margin-top:2px;
	margin-bottom:2px;
}