A:hover { text-decoration: underline; }
div#preload { display: none; }
A:active { text-decoration: none; }

A { 
	text-decoration: none; 
	color: #4b6698;
}

A:visited { color: #000000; }

#title {
	font-family: "century gothic", sans-serif;
	font-size: 12pt;
	color: #898989;
	text-align: left;
	position: relative;
	left: 6px;
	top: 6px;
}

#contentsurrounding {
	border: solid 1px #d3d3d3;
	background: #FFF;
	clear: both;
	padding: 16px;
	text-align: left;
	font-size: 8pt;
}

body {
 color: #656565;
 margin: 0;
}


td { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10pt; 
 color: black;
}

td.white { 
 background : #FFFFFF; 
 font-size: 10pt; 
 color: black;
}

td.offwhite { 
 background : #EAEAEA; 
 font-size: 10pt; 
 color: black;
}

td.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
	background-color: #914d4d; 
}

td.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #546c3b;
}

A.nav:hover {
 text-decoration: underline;
 color: #9A673E;
}

.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smalltext {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}

.white-text-link {
 text-decoration: none;
 color: white;
}

.bottom_stationary {
font-size: 10px;
position: fixed;
bottom: 0px;
right: 0px;
}
	
.bottom_stationary_weather {
position: fixed;
bottom: 10px;
right: 10px;
}
	
div.nani-logo {
position:absolute;
right: -92px;
top: -40px;
z-index:2;
}

div.wrapper {
margin-left: auto;
margin-right: auto;
position:relative;
width: 720px; 
}
	
.shadow {
-moz-box-shadow: 5px 5px 7px #525252;
-webkit-box-shadow: 5px 5px 7px #525252;
box-shadow: 5px 5px 7px #525252;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#525252')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#525252');
}
