html {
	overflow-y: scroll;
	}

body {
      background-color : #c0c0c0;
      background-image: url('./gfx/pagebg.gif');
	background-repeat: repeat-x;
      margin: 0px; 
	color: #cccccc;
	font-family: verdana;
	font-size: 12px;
	}

a:link {color: #990000;}
a:visited {color: #990000;}
a:hover {color: #ff0000;}
a:active {color: #990000;}


.container {
	background-color: #ffffff;
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	border: solid 5px #ffffff;
}

.top_section {
	background-color: #ffffff;
	float:left;
	width: 900px;
	height: 108px;

}

.menu {
	background-image: url('');
	background-color: #ffffff;
	width: 700px;
	height: 30px;
}

.uline {
	background-color: #bad7f8;
	background-image: url('');
	width: 700px;
	height: 3px;
}

.left_columb {
	background-color: #ffffff;
	background-image: url('./gfx/leftpic.jpg');
	background-repeat: no-repeat;
	width: 194px;
	min-height: 400px;
}

.contentbox {
	color: #030545;
	padding: 30px;
	padding-top: 20px;
	font-size: 14px;
}

.right_columb {
	background-color: #ffffff;
	background-image: url('./gfx/contentbg.gif');
	background-repeat: no-repeat;
	width: 700px;
	min-height: 367px;
}

.bottom_section {
	background-color: #ffffff;
	float:left;
	width: 900px;
	height: 33px;
	text-align: center;
	color: #78ace4;
	padding-top: 5px;
	border-bottom: solid 3px #eeeeee;
	font-size: 9px;
}

.bottom_section a:link {text-decoration: none; color: #030545;}
.bottom_section a:visited {text-decoration: none; color: #030545;}
.bottom_section a:hover {text-decoration: none; color: #990000;}
.bottom_section a:active {text-decoration: none; color: #030545;}

.clear {
    clear: both;
}

td.right_col {
    border-right: solid 3px #bad7f8;
    border-bottom: solid 3px #bad7f8;
    background-color: #f4f2f0;
}

td.left_col {
    border-left: solid 3px #bad7f8; 
    border-bottom: solid 3px #bad7f8;
}

.admin_menu {
    background-image: url(gfx/Image12_1x1.gif);
}

.admin_menu a {
    text-decoration: none;
}

#div_alert {
    color: red;
}

.weather td, th {
    color: black;
}
