body
{
	background-color: #C0C0C0;
	margin-top: 0px;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
}

#mainContent
{
	position: relative;
	float: none;
	width:800px;
	height:100%;
	left:50%;
	top: 0px;
	margin-left:-400px;
	background-color: white;
	overflow: hidden;
	min-height: 900px;
}

#leftColumn
{
	position: relative;
	float: left;
	width: 28%;
	height: 100%;
	background-color: white;
}

#centerColumn
{
	position: relative;
	float: left;
	width: 54%;
	height: 100%;
	background-image: url('images/Logo.jpg');
	background-repeat: no-repeat;
	background-color:white;
	min-height: 900px;
}

#weatherColumn
{
	position: relative;
	float: right;
	width 22%;
	height: 100%;
	background-color: yellow;
}

#rightColumn
{
	background-image: url('images/Logo.jpg');
	background-repeat: no-repeat;
	position: relative;
	float: right;
	height:100%;
	min-height: 900px;
	width: 72%;
	background-color: white;
}

p
{
	padding: 8px;
}

ul
{
	padding: 5px;
}

#Copyright
{
	float:left;
	position:relative;
	width: 800px;
	height: 50px;
	left: 50%;
	margin-left: -400px;
	background-color: #c0c0c0;
	font-size: 10px;
}

#mainContent a:link
{
	color: blue;
	font-size: 14px;
	font-weight: bold;
}

#mainContent a:hover
{
	color: navy;
	font-size: 14px;
	font-weight: bold;
}

#mainContent a:active
{
	color: navy;
	font-size: 14px;
	font-weight: bold;
}

#mainContent a:visited
{
	color: navy;
	font-size: 14px;
	font-weight: bold;
}