@charset "UTF-8";
/* CSS Document */

html, body {
  text-align: center;
  font-family: 'Gloria Hallelujah', Verdana, sans-serif;
  font-size: 1em;
  margin: 0;
  padding:0;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
                        
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
                        
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
                
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}

#page-wrap { 
	position: relative; 
	width: 900px; 
	margin: 0 auto; 
	padding: 0;
	background-color: #01426A; 
}
#head {
	margin: 0;
	padding: 100px 0 1px 0;
	width: 900px;
	background:	url(../images/head.gif) top no-repeat #01426A;

}
#head h1 {
	font-size: 240%;
	line-height: 25%;
	color: #FFF;
}
#head p {
	font-size: 120%;
	line-height: 100%;
	color: #FFF;
}

#head a:link {
	color: #FFF;
	text-decoration: none;
}

#head a:visited {
	color: #FFF;
	text-decoration: none;
}

#head a:hover {
	color: #F90;
	text-decoration: none;
}

#head a:active {
	color: #FFF;
	text-decoration: none;
}



#head ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
	color: #FFF;
}

#head li {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0;
}

                
#slideshow {
    position: relative;
    height: 280px;
}

#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;
}


#body {
	width: 800px;
	margin: 0;
	padding: 10px 50px;
	background-color: #01426A;
}

#body h1 {
	font-size: 180%;
	font-weight: 300;
	line-height: 100%;
	color: #FFF;
}

#body h2 {
	font-size: 110%;
	font-weight: 300;
	line-height: 100%;
	color: #FFF;
}

#body h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: 120%;
	color: #FFF;
}

#body p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	line-height: 120%;
	color: #FFF;
}

#body a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#body a:visited {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}

#body a:hover {
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}

#body a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#body table {
	border-collapse: collapse;
	margin: 0 auto;
}

#body table td {
	padding: 0 10px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	color: #FFF;
}

#copyright {
	margin: 0;
	padding: 0 50px 10px 50px;
	width: 800px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#copyright a:link {
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #F90;
	text-decoration: none;
}

#copyright a:visited {
	color: #FFF;
	text-decoration: none;
}

.spacer {
	padding: 0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 85%;
	color: #FFF;
}

.footer {
	clear: both;
	height: 0;
}