/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	margin-top:0;
	}
ol {
	margin-left:25PX;
	margin-bottom:15PX;
	margin-top:0;
	}
a{
color:#01812c;
text-decoration:underline;
}
a:hover{
color:#01812c;
text-decoration:none;
}
h1{
color:#01812c;
font-size:1.8em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	background-image: url(/images/body.jpg);
	background-repeat:repeat-x;

}
#wrapper{

	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-image: url(/images/header-main.jpg);
	width: 984px;
	height:147px;
	float:left;	
}
#Menu{
	background-image: url(/images/menu-main.jpg);
	width: 984px;
	height:38px;
	float:left;
}
#Header-home{
	background-image: url(/images/header.jpg);
	width: 984px;
	height:147px;
	float:left;	
}
#Menu-home{
	background-image: url(/images/menu.jpg);
	width: 984px;
	height:38px;
	float:left;
}
#top-pics{
	float:left;
	width: 948px;
	padding-left:36px;
	padding-top:60px;
	height:153px;
font-size:1.1em;
color:#333333;
line-height:1.6em;
background-repeat:no-repeat;
}
#Main_Content{
	float:left;
	width: 100%;
	background-image: url(/images/main-content.jpg);
}
#Leftcol{
	float: left;
	width: 912px;
	padding-left:36px;
	padding-top:20px;
	font-size:1.1em;
	color:#666666;
	line-height:2.0em;
	padding-bottom:20px;
	padding-right:36px;
}
#footer{
	background-image: url(/images/footer.jpg);
	font-size:1.0em;
	float: left;
	width: 948px;
	padding-left:36px;
	padding-top:16px;
	height:40px;
	color:#848484;
}
#footer A {
color:#848484;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
.highlight{
color:#01812c;
}