body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DBE0E7;
	background-image: url(../images/MainBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#Wrapper{
	margin: 0 auto;
	width: 706px;
	background-color: #FFFFFF;
}
#Header{
	position: relative;
	left: 0px;
	top: 0px;
	height: 79px;
}
#Header-Logo{
	width: 173px;
	position: absolute;
	left: 30px;	
	bottom: 0px;
}
#Header-Menu{
	width:472px;
	position: absolute;
	top: 0px;
	right: 1px;	
}

#Main{
	position: relative;
	left: 0px;
	top: 1px;
}
#Main-LeftPanel{
	width: 232px;
	height: 458px;
	text-align:center;
	}
#Main-LeftPanel H1{
	font-size: 12px;
	font-weight: bold;
	color: #22539F;
	margin: 0px;
}
#Main-LeftPanel P{
	font-size: 12px;
	color: #22539F;
	margin: 0px 0px 5px;
}
#Main-LeftPanel a{
	color: #22539F;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

#Main-FeatureSub {
	width: 470px;
	height: 458px;
	right: 2px;
	position: absolute;
	top: 0px;
	}
#Main-Feature {
	width: 470px;
	height: 458px;
	right: 2px;
	position: absolute;
	top: 0px;
	}
#Main-Feature H1{
	font-size: 16px;
	font-weight: bold;
	color: #22539F;
	margin: 15px 0px 0px;
}
#Main-Feature P{
	font-size: 14px;
	color: #22539F;
	margin: 0px 0px 5px;
}
#Footer{
	width: 98%;
	height: 100px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBE0E7;
	margin-top: 2px;
	margin-left: 2px;
	padding: 5px;
}
#Footer-Inside{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003366;
	padding: 10px;
	font-size: 11px;
}

hr {
	height: 1px;
	width: 180px;
	color: #CCCCCC;
}
