body {
	color: #004B6B;
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	overflow-x: hidden;
}
.top_links {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004b6b;
}
.top_links_link {
	color: #004b6b;
	text-decoration: none;
}
.top_links_link:hover {
	color: #007BB0;
	text-decoration: none;
}

.main_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
}
.footer_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	line-height: 18px;
	color: #C1C1C1;
	text-transform: uppercase;
}
.footer_text_link {
	color: #C1C1C1;
}
.footer_text_link:hover {
	color: #C1C1C1;
	text-decoration: none;
}





#slideshow, img.bgM {
        
	position:    absolute;
    left:        50%;        /* Start with top left in the center */
    width:       1920px;      /* The fixed width... */
    height:      549px;      /* ...and height */
    margin-left: -480px;     /* Shift over half the width */
    z-index:-9999;
}
