a:link, a:visited{ text-decoration: none; color: #2ba5e8; }
a:active, a:hover{ text-decoration: underline; color: #2ba5e8; }
a.footer:link, a.footer:visited{ text-decoration: none; color: #3a6c9c; }
a.footer:active, a.footer:hover{ text-decoration: underline; color: #3a6c9c; }


body{
	margin: 0px;
	background: url('images/bg.gif') center repeat-y #1b6c97;
}

img{
	border: 0px;
}

table{
	border-top: 1px solid #75c5f0;
	border-left: 1px solid #75c5f0;
	border-right: 1px solid #75c5f0;
}

td{
	text-align: left;
	font-size: 11px;
	border-bottom:1px solid #75c5f0;
}

a{
	outline: 0px;
}

form{
	display: inline;
}



#content{
	width: 1000px;
	background: #fff;
	border-left: 1px solid #082e42;
	border-right: 1px solid #082e42;
	overflow: hidden;
}

#header{
	width: 1000px;
	height: 150px;
	margin-bottom: 20px;
}

#middle{
	margin-bottom: 30px;
	background: #fff;
	overflow: hidden;
}

#left{
	float: left;
}

#menu{
	width: 151px;
	height: 262px;
	padding-left: 14px;
	background: url('images/menu.gif') no-repeat bottom left;
}

#weather{
	width: 155px;
	margin: 15px 0px;
	text-align: center;
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

#center{
	float: left;
	width: 503px;
	margin: 0px 10px;
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #003d77;
}

#right{
	float: left;
	width: 300px;
	padding-right: 10px;
}

#footer{
	margin-bottom: 10px;
	font: 11px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #3a6c9c;
	text-align: center;
}



.left_title{
	width: 155px;
	height: 22px;
}

.left_text{
	background: #c0e4f8;
	width: 143px;
	padding: 5px 5px 0px 5px;
	border-left: 1px solid #75c5f0;
	border-right: 1px solid #75c5f0;
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #003d77;
	text-align: left;
	//overflow: hidden;
}

.left_bottom{
	background: url('images/left_bottom.gif') no-repeat;
	width: 155px;
	height: 7px;
	margin-bottom: 10px;
}



.field_title{
	width: 300px;
	height: 22px;
}

.field_text{
	background: #c0e4f8;
	width: 288px;
	padding: 5px 5px 0px 5px;
	border-left: 1px solid #75c5f0;
	border-right: 1px solid #75c5f0;
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #003d77;
	text-align: left;
}

.field_bottom{
	background: url('images/field_bottom.gif') no-repeat;
	width: 300px;
	height: 7px;
	margin-bottom: 10px;
}

.bordered{
	border: 1px solid #75c5f0;
}



div#tipDiv {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background: #2e87b8;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	border: 1px solid #115b84;
	width: 250px;
	padding: 4px;
	color: #fff;
	font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:1.2;
	text-align: justify;
}


.blue{
	color: #2ba5e8;
}