#header {
	text-align: left;
	background-color: Blue;
	padding: .75em;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}
#branding_logo {
	float: left;
	width: 17%;
	margin: 0;
	padding: 5px 0 5px 20px;
	text-align: left;
}
#branding_text {
	width: 83%
	margin: 0;
	padding: 5px 0 5px 0px;
	text-align: left;
}
#navigation {
	background-color: Blue;
	padding: .5em .5em .5em .5em;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}
#sidebar {
	background-color: #C7C7C7;
	width: 30%;
	float:right;
	text-align: left;
	padding-bottom: 5px;
}
#maintext {
	width:67%;
	float:left;
	text-align: left;
	background-color:#FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
}
#cust_svc {
	background-image: url(../images/cust_svc.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #C7C7C7;
	height: 57px;
	padding-right: 3px;
	text-align: right;
}
#footer {
	background-color: Blue;
	padding: 1em 1em 1em 1em;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	clear: both;
}
#copyright {
	background-color: White;
	text-align: center;
	color: #C7C7C7;
	padding: 1em 0 2em 0;
}