body {
	background-color: #0B2C35;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin: 0px;
}
.maintable {
	width: 775px;
	height: 100%;
}
.leftpane {
	width: 125px;
	text-align: center;
	vertical-align: top;
	background-image: url(images/leftpane-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 200px;
}
.home-email {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #8AD3E4;
	text-align: left;
	width: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.leftpane-heading {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E39717;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C5248;
}
.leftpane-content11 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFEB95;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C5248;
}
.contentpane {
	text-align: center;
	padding: 10px;
	vertical-align: top;
}
.heading {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #96DFF0;
	padding: 5px;
	text-align: left;
}
.content11 {
	font-family: Tahoma;
	font-size: 13px;
	color: #94e8fa;
	text-align: left;
	padding: 5px;
}
.bottompane {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border: 1px solid #2F7889;
	background-color: #254E58;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #518A97;
	text-align: center;
	padding: 5px;
}
a:link {
	color: #FFFF80;
	text-decoration: underline;
}
a:visited {
	color: #FFFF80;
	text-decoration: none;
}
a:hover {
	color: #E39717;
	text-decoration: underline;
}

