html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
html {
	background-color:#f2d7bb;
}
html.slideshow {
	background-image: url('/pics/interface/background_html.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

body {
	text-align:center;
}

html.slideshow body {
	background-image: url('/pics/interface/background_body.gif');
	background-repeat: repeat-x;
}

#main_content{
	width:400px;
	margin:0 auto;
	padding:0 15px;
	background-image: url('/pics/interface/background_slideshow.png');
	background-repeat: repeat-y;
	text-align:left;
	
}

#centered_content{
	border-color: #d08529;
	border-style: solid;
	border-width: 0 1px; 
	height: 84px;
	margin:0;
	padding:0;
	background-color:#f2d7bb;
}

img.logo {
	float: none;
	padding: 40px 122px 40px 0;

}

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

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


#pass{
	width:400px;
	padding:0 10px;
	margin:0 auto;
	background-image: url('/pics/interface/background_slideshow_bottom.png');
	background-repeat: no-repeat;
}



a:link, a:visited, a:active, a:hover {
	color: #905d25;
	text-decoration: none;
}

.bdr {
	width:400px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	height:50px;
	background-image:url('/pics/interface/background_menu.png');
	background-repeat:no-repeat;
	font-size: 8pt;
}

.bdr a:link, .bdr a:visited, .bdr a:active, .bdr a:hover {
	height:18px;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	float:left;
	text-align:center;
	border:1px solid #d08529;
}





.all{
	max-width:42em;
	margin:0 auto 1.2em auto;
	padding: 0 1em;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
.all p {
	text-align: justify;
	margin-bottom: 1em;
}
img.full_width {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
a:link, a:visited, a:active, a:hover {
	color: #905d25;
}
a:hover { color: #543818;}

div.trigger {
	height:20px;
	padding-right: 4px;
	text-align:right;
}

h1 {
	height: 4em;
	margin-bottom: .5em;
	color:#d18931;
}
h1 img {
	height:100%;
	width: auto;
	margin: 0;
	padding:0;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color:#905d25;
	text-align:left;
	text-transform: uppercase;
	margin-bottom:0.8em;
}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	color:#905d25;
	text-align:left;
	margin-bottom:0.5em;
}

#img {
	float: left; 
	width: 15em; 
	background: #CCCCCC; 
	padding: .6em 0; 
	text-align:left;
}

#img img {
	width: 100%;
	height: auto;
}

#clmn {
	margin: 0 0 0 15em;
	padding: 0 0 0 1em;
        text-align:justify;
}



ul#menu {
	margin:0 0 12px 0;
	padding: 0 0 .2em 0;
	height:auto;
	text-align:right;
	border:1px solid #d18931;
	border-width:1px 0 1px 0;
	color:#d18931;
}

ul#menu li {
        display:inline;
        margin: 0 0 0 12px;
}

ul#menu a:link, ul#menu a:visited, ul#menu a:active, ul#menu a:hover {
        color:#d18931;
        text-decoration:none;
}

hr{
	color: #d18931;
	background-color:#d18931;
	height: 1px;
	border-width:0px;
}

.bttm {
        text-align:right;
}

p.cta {
	text-align:right;
	font-size:smaller;
}

p.footnote {
	margin-top:0.5em;
	font-size:smaller;
}

hr.footnote {
	color: black;
	background-color:black;
	width:8em;
	margin-top:1.5em;
}

hr.footer {
	clear: both;
	margin: 1.5em 0 0.5em 0;
}

span.strng {font-weight:bold;}
.ctlg h2 {
	font-size: 90%;
}

.d {
	text-align: justify
}

.d img {
	border: 0;
	margin: 0 0 1em 0;
}


