body {

margin: 0;

}

#navigation {
	float:		left;
	clear:		both;
	background: #003366;
	width:1017px;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
	}

h1 {

	background: url(images/head_ORANGE.jpg) repeat-x;
	color: #fff;
	text-align: left;
	padding:10px;
	padding-left:0px;
	padding-right:0px;	
	line-height: 21px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	width:550px;
        font-family: Georgia, "Times New Roman", Times, serif;

}


.page_title_homepage {
	background: url(images/head_ORANGE.jpg) repeat-x;
	color: #fff;
	text-align: left;
	padding:10px;
	padding-left:4px;
	padding-right:0px;	
	line-height: 21px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	width:655px;
        font-family: Georgia, "Times New Roman", Times, serif;
}

.page_title {
	background: url(images/head_ORANGE.jpg) repeat-x;
	color: #fff;
	text-align: left;
	padding:10px;
	padding-left:0px;
	padding-right:0px;	
	line-height: 21px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	width:550px;
        font-family: Georgia, "Times New Roman", Times, serif;
}


#copyright {

background-color: #131B3F;
color: #FFFFFF;

}

#copyright a {

color: #FFFFFF;

}


#copyright a:visited {

color: #FFFFFF;

}

#copyright a:hover {

color: #FFFFFF;
text-decoration: underline;

}

#tdTopRow{
border-bottom: 1px solid #000000;
}

#tdLeftColumn{
border-right: 1px solid #000000;
text-align: center;
}

#tdCenterColumn p {
        margin-left: 30px;
        width: 600px;

}

#tdBottomRow{
border-top: 1px solid #000000;
}

#slideshow {
    position:relative;
    height:190px;
	width:150px;
        margin-top: 10px;
	margin-left:30px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

