body {
	background-color: #babdc9;
	margin:0px;
	padding:0px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border:0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	background-color: #E4E4E4;
	width: 100%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 3px;
	
}
#main {
	width:800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#Header {
	width:800px;
	height:60px;
	background-image: url(../images/Header.png);
	margin: 0px;
}
#Navbar {
	width:800px;
	height:22px;
	background-image: url(../images/Navbar.png);
	margin: 0px;
	padding-top: 3px;
}
#Panel1 {
	margin-left:0px;
	margin-top:10px;
	width:390px;
	height:422px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/Panel1.png);
	padding: 15px;

}
#Panel2 {
	margin-right:0px;
	margin-top:10px;
	width:330px;
	height:422px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(../images/Panel2.png);
	padding: 15px;

}
#Footer {
	margin-left:0px;
	margin-top:13px;
	width:800px;
	height:34px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/Footer.png);
	color: #FFF;
	text-align: center;
	font-size: 11px;

}
.navbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 45px;
	padding-left: 45px;
}
.panelBody {
	background-image: url(../images/BottomPanel.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
	padding-top: 8px;
	padding-bottom: 50px;
}
.panelCap {
	background-image: url(../images/TopPanel.png);
	background-position: center top;
	height: 7px;
	width: 100%;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 10px;
}
a {
	margin: 0px;
	padding: 0px;
}
td {
	text-align: left;
	vertical-align: top;
}
