body {
	background-color: #262626;
	background-image: url(/images/BG_interior.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#centerContainer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/BG_centerContainer.gif);
	background-repeat: repeat-y;
}
#navContainer {
	height: 20px;
	width: 768px;
	overflow: hidden;
	background-color: #090101;
}
#hdrContainer {
	height: 120px;
	width: 768px;
	background-image: url(/images/Hdr_Default.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#mainContainer {
	width: 768px;
	overflow: visible;
	background-image: url(/images/BG_mainContainer.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#subNavContainer {
	width: 162px;
	float: left;
	margin-left: 0px;
}
#subNav {
	width: 158px;
	padding-left: 0px;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: left 11px;
	height: 350px;
	margin-left: 4px;
	background-image: url(/images/BG_subNav_Watermark.jpg);
}
#subNav ul {
	list-style: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	padding: 0px;
}

#subNav ul li {
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	width: 158px;
}
#subNav ul li a {
	display: block;
	width: 140px;
	text-indent: 0px;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 18px;
	text-decoration: none;
	color: #9E0101;
	background-image: url(/images/Bg_SubNavLi_n.gif);
	background-repeat: no-repeat;
	background-position: 7px 55%;
	outline: none;
}
#subNav li a:hover {
	color: #F2F2F2;
	background-color: #262626;
	background-image: url(/images/Bg_SubNavLi_o.gif);
	background-repeat: no-repeat;
	background-position: 0px 55%;
}
#subNav ul li a.current {
	display: block;
	width: 140px;
	text-indent: 0px;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 18px;
	text-decoration: none;
	color: #BFBFBF;
	background-image: url(/images/BG_current.gif);
	background-repeat: no-repeat;
	background-position: 0px 55%;
}

#collageContainer {
	height: 81px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 6px;
}

#contentContainer {
	width: 580px;
	margin-left: 4px;
	padding-left: 9px;
	float: left;
}
.infoContainer {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}


#clearBoth {
	clear: both;
}



#footerContainer {
	height: 55px;
	width: 768px;
	overflow: hidden;
	background-image: url(/images/BG_footerContainer.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	background-color: #262626;
}
#footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BFBFBF;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 4px;
	letter-spacing: 1px;
}

#footerNav a:link, #footerNav a:visited {
	color: #AEAEAE;
	text-decoration: none;
}
#footerNav a:hover, #footerNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD1818;
}


#addy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 215px;
	padding-top: 5px;
	letter-spacing: 1px;
}
.standard a:link, .standard a:visited {
	color: #8B0101;
	text-decoration: none;
}
.standard a:hover, .standard a:active {
	color: #000084;
}
.clearBoth {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

