body {
	background-image:      url("images/body_bg.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FDFDFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*font-size: 10px;*/
	color: #000000;
}
#siteWrapper {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#content {
	background-repeat: repeat-y;
	margin: 0px;
	background-image:      url("images/content_bg.gif");
	padding: 0px;
}
#contentBody {
	margin-right: 4px;
	margin-left: 7px;
}
#navBar {
	margin: 0px;
	padding: 0px;
}
.vertBannerAd {
	text-align: center;
	background-position: top;
}
#bannerAdGraphic {
	border: 1px solid #808080;
}
.vertBannerAd, #contentBody {
	padding-top: 10px;
}
#footer {
	background-image:     url("images/footer_bg.gif");
	background-repeat: no-repeat;
	height: 30px;
}
#footerTxt, #footerTxt a:link, #footerTxt a:visited {
	color: #FFFFFF;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
#footerTxt {
padding-top: 5px;
font-size: .9em;
/*font-size: 12px;*/
}
#siteMap {
	text-align: center;
	clear: both;
	font-size: .75em;
	padding-top: 15px;
	padding-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 3px;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #808080;
	text-decoration: underline overline;
}
.sponsorAdvertisements {
	border: 2px solid #CCCCCC;
}
h1 {
	font-size: 2.2em;
	/*font-size: 14px;*/
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px 3px 5px;
	padding: 0px 0px -10px;
}
.padLeft {
margin-left: 12px;
}
li {
margin-bottom: 3px;
}
input[type=text], input[type=password], select {
border: inset 1px;
 padding: 1px;
}
#contentBodyTD {
width: 100%;
}