#nav {
	position:absolute;
	width:566px;
	z-index:20;
	margin-left: 50%;
	left: -400px;
	top: 125px;
	background-color:#FFFFFF;
}

#fullSite {
	width: 800px;
	margin-left: 50%;
	left: -400px;
	position: absolute;
}
#fullSite #fullHeader {
	width: 800px;
	position: relative;
}
#fullSite #fullBody {
	width: 800px;
	margin-top: 10px;
	position: relative;
}
#fullSite #fullBody #bodyLeft {
	width: 566px;
	position: relative;
	overflow: visible;
	float: left;
	z-index:10;
	background-color: #FFFFFF;
}
#fullSite #fullBody #bodyRight {
	width: 224px;
	position: relative;
	left: 10px;
	float:left;
	z-index:10;
}
#fullSite #fullBody #bodyRight #sideBarTop {
	background-color: #A91A0D;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #A91A0D;
}
#fullSite #fullBody #bodyRight #sideBarBottom {
	background-color: #DBBD23;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	border: 1px solid #DBBD23;
}
#fullSite #fullBody #bodyLeft #bodyLeftCopy #copyText #supPageNav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #687E8C;
	border-bottom-color: #687E8C;
	padding: 5px 0px 5px 0px;
	width: 530px;
}
#fullSite #fullBody #bodyLeft #bodyLeftCopy #copyText p  {
	padding: 5px 0px 5px 0px;
}
#fullSite #fullBody #bodyLeft #bodyLeftCopy #copyText #spPageHeader {
	color: #687E8C;
	background-color: #E6DDBD;
	padding: 5px;
	width: 520px;
}
#fullSite #fullBody #bodyLeft #bodyLeftCopy #copyText .conType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #687E8C;
	text-align: center;
	padding: 5px;
	width: 520px;
}
#fullSite #fullBody #bodyLeft #bodyLeftCopy #copyText .conLevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #687E8C;
	background-color: #B9C4CA;
	text-align: center;
	padding: 5px;
	width: 520px;
}
#fullSite #fullBody #bodyLeft #bodyLeftCopy #copyText .conON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	text-align: center;
	padding: 3px;
	width: 524px;
}
#fullSite #fullBody #bodyLeft #bodyLeftCopy #copyText .conOFF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DDDDDD;
	text-align: center;
	padding: 3px;
	width: 524px;
}
#fullSite #fullFooter {
	width: 800px;
	margin-top: 10px;
	text-align: center;
	position: relative;
}
