/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
h1{
	margin-bottom:1.4em;
	color:#0b2677;
	font-size:1.8em;
}
h2{
margin-bottom:1.4em;
font-size:1.5em;
}
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-image: url(/images/body.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#wrapper{
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	width: 884px;
	height:54px;
	padding-top:100px;
	padding-right:30px;
	background-image:url(/images/header.jpg);
	float:left;	
}
#Menu{
	width: 914px;
	float:left;
}
#Main_Content{
	float:left;
	width: 100%;
	background-image: url(/images/main-content.jpg);
}
#Leftcol{
	float: left;
	width: 238px;
}
#rightcol{
	float: left;
	width: 616px;
	padding-left:30px;
	padding-right:30px;
	color:#676767;
	font-size:1.2em;
	line-height:1.4em;
}
#footer{
	font-size:.9em;
	float: left;
	height: 25px;
	width: 854px;
	padding-left:30px;
	padding-right:30px;
	color:#a3a3a3;
	margin-top:20px;
}
#footer A {
color:#a3a3a3;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}