body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	
}


#container
{
	background-color: #FFFFFF;

	width: 900px;
	margin: 20px auto;

}
#left {
	float: left;
	
	width: 420px;
	height: auto;
	padding: 0px 20px 0px 20px;


}
#left_body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	

}		
#banner_left
{
	/*float: left;*/
	height: 220px;
	width: 400px;
	background-image:  url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#banner_right
{
	float: left;
	width: 400px;
	height: 220px;
	background-image:  url(barometer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;

	/*top: 15px;*/

}
#right{
	float: left;
	width: 400px;
	height: auto;

}

#right_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	text-align: justify;
	background-color: #B8CCE4;
	padding: 6px 20px;
	margin-top: 214px;


}		

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #AEAEAE;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:active
{
	color: #0099D2;
	text-decoration: none;

}
a:hover
{
	color: #FF0000;
	text-decoration: none;

}

#footer{
	float: clear;
	width: 698px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0F1E86;
	clear: both;
	padding: 5px;
	/*margin: 2px;*/
}

#heading {
	float:left;
	width:100%;
	height:25px;
	z-index:1;
	text-align: center;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #AEAEAE;
	margin: 0px;
	padding: 0px;
}

.italic {
	font-style: italic;
	color: #5C5C5F;
	font-size: .9em;

}

.small {
	font-size: 11px;
}
.red{
	color: #C30F0C;
	font-size: 1.3em;
	font-weight: bold;


}
.turquoise{
	color: #009EDA;

}
.dark_blue{
	color: #261C71;

}
.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #999999;
}

		
ul {
font-family: Arial, Helvetica, sans-serif;
/*	font-size: 0.86em;*/
	font-weight: normal;
	
}
