#divBodyPane {
	text-align: left;
	width: 978px;
	margin: 0px auto 0px auto;
	border: 1px #000000 solid;
	border-width: 0px 1px 1px 1px;
	background-color: #FFFFFF;
}

#divMenu {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #758279;
	width: 100%;
	height: 31px;
}

#divHeaderPane {
	height: 110px;
	width: 100%;
	background-image: url(../pic/header.jpg);
	background-repeat: no-repeat;
}
#divHeaderPane img {
	float: right;
	margin: 5px 10px 0px 0px;
}

#divContentPane {
	clear: both;
	width: 100%;
}

#divContent {
	float: left;
	width: 690px;
	padding: 15px;
}

#divContext {
	width: 255px;
	text-align: right;
	float: right;
	text-align: center;
}

#divContext h1 {
	font-size: 1.4em;
	margin: 20px 0px 10px 0px;
	color: #888888;
}

#divFooterPane {
	width: 100%;
	clear: both;
	border-top: #000000 solid 1px;
	background-color: #758279;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #FFFFFF;
}
#divFooterPane a {
	color: #FFFFFF;
}
#divFooterPane p {
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}