body, html
{
	margin:					0;
	padding:				0;
	background-color:white;
	color:					#000000;
	font-family:		verdana, helvetica, sans-serif;
	font-size:			10pt;
	vertical-align:	top;
	text-align:			justify;
	height:					100%;
}

a
{
	text-decoration: none;
	color:					 #514342;
}
a:hover { text-decoration:underline overline; color: #696A59; }

#wrap
{
	background:			#5AB7C6;
	margin:					0px auto;
	width:					950px;
}

#header
{
	background:			#DDDDDD;
}

#nav
{
	background:			#5AB7C6;
	padding:				5px;
	height:					20px;
}

#nav ul
{
	margin:					0px;
	padding:				0px;
	list-style:			none;
}

#nav li
{
	position:				relative; 
	float:					left;
	width:					180px;
}

#nav li ul
{
	display:				none;
	position:				absolute;
	top:						1.2em;
	left:						0px;
	padding-left:		5px;
	background:			#5AB7C6;
}

#nav li > ul
{
	top:						auto;
	left:						auto;
}

#nav li:hover ul, #nav li.over ul
{
	display:				block;
}

#nav a
{
	font-weight:		bold;
}

#main
{
	background:			#FFEECE;
	float:					left;
	width:					740px;
	padding:				5px;
	min-height:			1024px;
}

#sidebar
{
	background:			#5AB7C6;
	float:					right;
	width:					190px;
	padding:				5px;
	min-height:			1024px;
}

#sidebar td.weather
{
	color:              #0000AA;
	font-size:          8pt;
}
