.bg-topbanner {
	background-color: #FDFDDF;
}
.bg-black {
	background-color: #000000;
}
.bg-leftnav {
	background-color: #F3F3C0;
}
.bg-location {
	background-color: #E8E8AD;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-bottombar {
	background-color: #999966;
	background-repeat: repeat;
	height: 100%;
}
.bg-body {
	background-color: #E8E8AD;
}


#bodywidth {
	width: 740px;
	float: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#bodyheight {
	width: 740px;
	height: 2px;
	float: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#shadow-left {
	width: 19px;
	height: 100%;
	float: left;
	background-image: url(../images/shadow_bgleft.jpg);
	background-repeat: repeat-y;
	background-repeat: repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#shadow-right {
	width: 19px;
	height: 100%;
	float: left;
	background-image: url(../images/shadow_bgright.jpg);
	background-repeat: repeat-y;
	background-repeat: repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px	
}
#logowidth {
	width: 247px;
	height: 93px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#txt-header {
	width: 493px;
	height: 93px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#leftsection {
	width: 247px;
	height: 221px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#bodysection {
	width: 493px;
	height: 221px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#footer {
	width: 740px;
	height: 20px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#menuwidth {
	width: 740px;
	height: 27px;
	float: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 8.5pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
.txt-black {
	color: #000000;
	text-decoration: none;
}
.txt-dkred {
	color: #990000;
	text-decoration: none;
}
.txt-leftnav {
	color: #000000;
	text-decoration: none;
}
.txt-leftnav:hover {
	color: #990000;
	text-decoration: none;
}
.txt-blackun {
	color: #000000;
	text-decoration: underline;
}
.txt-blackun:hover {
	color: #000000;
	text-decoration: none;
}
.txt-white {
	color: #ffffff;
}
.txt-grey {
	color: #CCCCCC;
}
.txt-footersm {
	font-size: 7.5pt;
	font-weight: normal;
}
.shadowleft {
	width: 19px;
	background-image: url(../images/shadow_bgleft.jpg);
	background-repeat: repeat-y;
}
.shadowright {
	width: 19px;
	background-image: url(../images/shadow_bgright.jpg);
	background-repeat: repeat-y;
}