#centered {  
	position: relative; 
	clip:   rect( auto auto )
}

body { 
	margin: 0 auto; 
	padding: 0; 
	text-align: center; 
	min-width: 950px
} 

#centered { 
	position: relative; 
	top: 0; 
	margin: 0 auto; 
	text-align: left; 
	z-index: 1
}
 
#centered01 { 
	position: absolute; 
	top: 0; 
	margin: 0 auto; 
	text-align: center; 
	clip: rect(   ); 
	width: 100%; 
	left: 0px; 
	z-index: 1
}

#centered02 { 
	position: relative; 
	top: 0px; 
	margin: 0 auto; 
	text-align: left; 
	clip: rect( auto auto ); 
	left: 0px; 
	background-color: #FFFFE0; 
	width: 960px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	font-style: italic; 
	font-weight: bold; 
	color: EF7EB6; 
	z-index: 1
}

#centered03 { 
	position: relative; 
	top: 0px; 
	margin: 0 auto; 
	text-align: left;
	clip: rect( auto auto ); 
	left: 0px; 
	background-color: #FFFFE0; 
	width: 966px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	font-style: italic; 
	font-weight: bold; 
	color: EF7EB6; 
	z-index: 1
}

#centered04 { 
	position: absolute; 
	top: 470px; 
	margin: 0 auto; 
	text-align: left;
	clip: rect(   ); 
	left: 0px; 
	background-repeat: no-repeat; 
	background-position: center top; 
	z-index: 1
}

#centeredfooter { 
	position: relative; 
	top: 0px; 
	width: 960px; 
	margin: 0 auto; 
	text-align: center;
	clip: rect(   ); 
	left: 0px; 
	height: 25px; 
	vertical-align: middle; 
	background-image: url(../images/footer1.jpg); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	font-style: italic; 
	font-weight: bold; 
	color: EF7EB6; 
	background-repeat: no-repeat; 
	z-index: 0
}

.Header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-large; 
	font-style: italic; 
	font-weight: bold; 
	color: EF7EB6
}

#centerednav { 
	position: relative; 
	top: 0px; 
	margin: 0 auto; 
	text-align: center;
	clip: rect( auto auto ); 
	left: 0px; 
	background-color: EF7EB6;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 
	medium; 
	font-style: italic; 
	font-weight: bold; 
	color: EF7EB6
}

.footer { 
	position: relative; 
	top: 0px; 
	width: 960px; 
	margin: 0 auto;
	text-align: center; 
	clip: rect( ); 
	left: 0px; 
	height: 20px; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; 
	font-style: italic; 
	font-weight: bold;
	color: EF7EB6
}

.footertext { 
	position: relative; 
	text-align: center;
	clip: rect(   ); 
	vertical-align: middle; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: italic; 
	font-weight: bold; 
	color: EF7EB6; 
	z-index: 1
}

.Normal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-style: italic; 
	font-weight: normal; 
	color: #333333
}

.Image_Title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; 
	font-style: italic; 
	font-weight: bold; 
	color: #333333; 
	background-color: #FFFFFF;
}

td .tooltipcontainer {
    position: relative;
}

td .tooltipright {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 410px;
	width: 310px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: 50px;
	top: -150px
}

td a:hover .tooltipright {
    display: block;
}

td .tooltipleft {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 410px;
	width: 310px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: -400px;
	top: -150px
}

td a:hover .tooltipleft {
    display: block;
}

td .tooltipbotright {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 410px;
	width: 310px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: 50px;
	top: -333px
}

td a:hover .tooltipbotright {
    display: block;
}

td .tooltipbotleft {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 410px;
	width: 310px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: -400px;
	top: -333px
}

td a:hover .tooltipbotleft {
    display: block;
}

td .tooltipwedright {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 310px;
	width: 420px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: 50px;
	top: -150px
}

td a:hover .tooltipwedright {
    display: block;
}

td .tooltipwedleft {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 310px;
	width: 420px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: -400px;
	top: -150px
}

td a:hover .tooltipwedleft {
    display: block;
}

td .tooltipwedbotright {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 310px;
	width: 420px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: 50px;
	top: -333px
}

td a:hover .tooltipwedbotright {
    display: block;
}

td .tooltipwedbotleft {
	display: none;
	position: absolute;
	background-color: #6F9664;
	color: #FFFFFF;
	height: 310px;
	width: 420px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: #FFFFFF;
	border-style: ridge;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	z-index: 1000;
	clip:     rect(   );
	left: -400px;
	top: -333px
}

td a:hover .tooltipwedbotleft {
    display: block;
}