/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
h1{
	font-size:2.0em;
	margin-bottom:0.5em;
	display:block;
	height:46px;
	border-bottom:1px dotted #a8a8a8;
	font-weight:normal;
	color:#000;
}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	background-color:#ffffff;
}
#wrapper{

	width: 922px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-image: url(header.jpg);
	width: 922px;
	height:145px;
	float:left;	
}
#Menu{
	width: 922px;
	float:left;
}
#banner{
	width: 922px;
	float:left;
}
#Main_Content{
	float:left;
	width: 100%;
	background-color:#ffffff;
}
#Leftcol{
	float: left;
	width: 246px;
}
.menu-item{
	width:216px;
	height:23px;
	display:block;
	background-color:#e9e9e9;
	padding-top:12px;
	font-size:1.2em;
	color:#030303;
	border-bottom:1px dotted #78a4ac;
	text-decoration:none;
	margin-left:12px;
	padding-left:18px;
}
.menu-item:hover{
	background-color:#dddddd;
}
#rightcol{
	float: left;
	width: 638px;
	padding-top:40px;
	padding-left:38px;
	font-size:1.3em;
	line-height:1.8em;
	color:#222222;
}
#home-content{
	float:left;
	width:922px;
	font-size:1.3em;
	line-height:1.8em;
	color:#222222;
	padding-top:10px;
}
#footer{
	background-image: url(footer.jpg);
	font-size:1.2em;
	color:#ffffff;
	float: left;
	height: 176px;
	width: 882px;
	padding-top:190px;
	padding-left:20px;
	padding-right:20px;
}
#footer A {
color:#ffffff;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}