/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
h1{
	color:#0087ba;
	font-size:3.0em;
	font-weight:normal;
}
h2{
	margin-bottom:1.4em;
}
h3{
	margin-bottom:1.4em;
}
h4{
	margin-bottom:1.4em;
}
h5{
	margin-bottom:1.4em;
}
h6{
	margin-bottom:1.4em;
}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	background-color:#fff;
}
#wrapper{
	width: 971px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	width: 971px;
	float:left;	
}
#Menu{
	width: 971px;
	float:left;
	background-image:url(menu-back.jpg);
}
#below-menu{
	width:971px;
	height:42px;
	padding-top:20px;
	padding-bottom:29px;
	float: left;
}
#Main_Content{
	float:left;
	width: 100%;
}
#Leftcol{
	float: left;
	width: 971px;
	color:#555555;
	font-size:1.3em;
	line-height:1.8em;
}
#rightcol{
	float: left;
	width: 335px;
}
#sectors{
	width:971px;
	padding-top:15px;
	float:left;
}
#footer{
	float: left;
	height: 92px;
	width: 971px;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
	color:#FFFFFF;
	font-size:1.2em;
}
#footer A {
color:#fff;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
#footer_below{
	background-color:#ffffff;
	color:#8f8f8f;
	font-size:.9em;
	float: left;
	width: 945px;
	padding-top:10px;
	padding-left:13px;
	padding-right:13px;
}
#footer_below A {
color:#8f8f8f;
text-decoration:none;
}
#footer_below A:hover {
text-decoration:underline;
}