.navtable {
	background-image: url(images/navblock.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCCCCC;
}
.leftnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-left:20px;
}
.leftnavtext A{
	color: #666666;
	text-decoration: none;
}
.leftnavtext A:hover{
	color: #333333;
	padding-top: 5px;
	text-decoration: underline;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height:160%;
	padding-top: 5px;
	padding-left: 15px;
}
.body A{
	color: #003C72;
	font-weight:300;
	text-decoration: underline;
}
.body A:hover{
	color: #154C7D;
	padding-top: 5px;
	text-decoration: underline;
}
.headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	color: #003C72;
}
.whtheadline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 15px;
}

.Footer {
    height:60px;
	background-color:#E0E7EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height:200%;
	padding-left:230px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	height:50px;
}






/*	
****************************************************************************
Controls Slide Show
****************************************************************************
*/

#slideshow {
    position:relative;
    height:162px;
	width:531px;
	margin-top:0px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 162px;
	width:531px;
    background-color: #FFF;
	padding-left:0px; /* control left padding*/
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 162px;
	width:531px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}

.SlideShowBottom {
padding-left:2px;
padding-bottom:10px;
}

/*	
****************************************************************************

****************************************************************************
*/