body{
	margin: 0;
background: url('../images/body_bg.gif') repeat-x;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p {
		padding: 0px 5px 0px 5px;

}

a:link, a:visited
{
	color: #003366;
	border-bottom: 1px solid Gray;
	text-decoration: none;
}

a:hover
{
	color: #A52A2A;
	text-decoration: none;
}

#header{
	height: 125px;
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: 1px solid Silver;
}

#container{
	width: 840px;
	height: 100%;
	margin: auto;
	background-color: White;
	text-align: left;
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}

#navigation{
	width: 150px;
	float: left;
	height: auto;
	text-align: center;
}

#navigation h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #E6E9ED;
	color: Gray;
	text-align: right;
	border-bottom: 1px solid Silver;
	font-size: 14pt;
}


#news{
	width: 188px;
	float: left;
	background-color: White;
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
		height: auto;
}

#news h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #E6E9ED;
	color: Gray;
	text-align: center;
	border-bottom: 1px solid Silver;
	font-size: 14pt;

}




#content{
	float: left;
	width: 500px;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}

#content h1{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
}

#content h3{
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px;
}


#content h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #CADAC1;
	color: #000000;
	text-align:left;
	border-bottom: 1px solid Silver;
	font-size: 14pt;


}


#footer{
	margin: 0 0 0 0;
	clear: both;
	text-align: center;
	height: 60px;
	margin: 0;
	padding: 5px 0px 0px 0px;
	background-color: #f9f9f9;
	border-top: 1px dashed Black;
}

#footer p{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
