body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/blue-bg-x.jpg);
	background-repeat: repeat-x;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 15%;
}
#navigation {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 25px;
}
#navigation-tab {
	width: 100%;
	height: 31px;
	border-bottom:1px solid #2763A5;
}
#container #left {
	float: left;
	width: 190px;
	background-image: url(normal-images/navigation-middle.jpg);
	background-repeat: repeat-y;
}
#container {
	overflow: auto;
		margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 870px;
}
#container #right {
	float: right;
	width: 670px;
	padding-top: 2px;
	background-image: url(normal-images/main-bg-y.jpg);
	background-repeat: repeat-y;
}
#container #right #main-body {
	width: 615px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 25px;
}

#container #left #navigation {
	background-image: url(normal-images/navigation-middle.jpg);
	background-repeat: repeat-y;
	height: 50px;
	width: 190px;
}
#container #left #navigation-body {
	background-image: url(normal-images/navigation-middle.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	width: 170px;
}
#container #right #main-body-footer {
	background-image: url(normal-images/main-body-footer.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 100%;
}

#footer {
	color: #000000;
	height:79px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/blue-bg-inverted-x.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10%;
	padding-bottom: 10px;
	padding-left: 10%;
	text-align:center;
}
#container #left #navigation-closer {
	background-image: url(normal-images/navigation-bottomm.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 190px;
}
#container #left #extra-info {
	width: 190px;
}
#subnav {
	background-image: url(images/subnav-bg-x.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 70%;
	padding-top: 6px;
	padding-right: 15%;
	padding-left: 15%;
	margin-top: -1px;
	color: #FFFFFF;
}
/*Member Section Styling*/
#container #left #member-banner {
	background-image: url(images/member-login.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 190px;
}
#container #left #member-section {
	background-image: url(images/member-bg-y.jpg);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-left: 8px;
}
#container #left #member-closer {
	background-image: url(images/member-closer.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 190px;
}
/*End of styling*/