@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 14px;
	background-color: #090974;
	color: #006;
}

#container {
	width: 960px;
	text-align: left;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	padding: 0;
}

#navbuttons {
	position: relative;
	top: 0px;
}

#main {
	color: #006;
	background-color: #FFF;
	border-top-style: outset;
	border-top-color: #000;
	border-top-width: thin;
	position: relative;
	top: 30px;
	text-align: center;
	display: block;
	margin: auto;
}

#main li {
	color: #FF0000;
}
#main a:link, #main a:visited {
	text-decoration: none;
	color: #006;
}

#main a:hover, #main a:active {
	color: #0000FF;
	text-decoration: none;
}

#inline a:hover, #inline a:active {
	color: #006;
	text-decoration: none;
}

#footer {
	color: #CCC;
	position: relative;
	top: 30px;
	padding-bottom: 50px;
	text-align: center;
	display: block;
	margin: auto;
}
#extra  {
	font-size: 9px;
	text-align: center;
	margin: auto;
	color: #006;
	position: relative;
	top: 20px;
	font-weight: lighter;
}
#extra a:link, #extra a:visited {
	color: #006;
}
#extra a:hover, #extra a:active {
	color: #006;
}

.small {
	font-size: 10px
}

.large {
	font-size: 15px;
	font-weight: bold;
}
#slideshow {
	position:relative;
	height:280px;
	border-bottom-style: outset;
	border-bottom-color: #000;
	border-bottom-width: thin;
	width: 960px;
}

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

