	
<style type="text/css">


/* color palette
slate blue footer - #6699cc
hover darker blue - #336699
black - #000000
white - #ffffff 
sand - #cc9966
darker sand #996633
aqua - #99cccc
dusty blue - #99ccff 
*/

/*

body 
{
	color: #FFFFFF;
	padding: 0;
	text-align: center;
	margin: 0;
}

h5 { color: #6699cc; }

/* the container div contains the whole set of information */

/* content hierarchy */




#container {width: 1050px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto 10 auto;
	text-align: center;
	color: #FAEBD7;
	border-style:double;
	}


#header {background-color: #FAEBD7;
	width: 1050px;
	text-align: left;
	height: 0;
	}

#banner {height: 5px; 
	bavkground-color: #FAEBD7;
	text-align: center;
	padding-top: 0px;}


#nav1 { 
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 25px;
	padding-top: 130px;
	padding-bottom: 30px;
	font-size: 14px;
}

#navigation { 
	float:left;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}


#content {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: 0.5cm;
	margin-right: 2cm;
	margin-top: 0;
	float:right;
	text-align: center;
	padding-left:0px;
	padding-right:30px;
	width:550px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	position:relative;
}

p.serif{font-family:"Times New Roman",Times,serif;}
p.sansserif{font-family:Arial,Helvetica,sans-serif;}
p.padding1 {padding-left:1cm;}

a:link {color:#333333}    /* unvisited link */
a:visited {color:#666666;} /* visited link */
a:hover {color:#33CCCC;}   /* mouse over link */
a:active {color:#00CCCC;}  /* selected link */
a {text-decoration:none;} /* removes underline to link */


{
background-color:#FFFFFF;
}

ul
{
background-color: #FFFFFF;
list-style-type:none;
margin-left:2cm;
margin-right:0;
width:200px;
position:relative;
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
}

img
{
  z-index:4;
padding:0;
border:0;
margin-left:0;
margin-right:0;
position:relative;
}

#slideshow {
	margin-left: 0;
	margin-right: 2cm;
	float:right;
	text-align: center;
	padding-left:0px;
	padding-right:0px;
	width: 500px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	position:relative;
}

#slideshow IMG {
    	border-style:none;
	border-width:15px;
	border-color:black;
	position:absolute;
    top:0;
    left:0;
 margin-right: 2cm;
   z-index:1;
    opacity:0.0;
}

#slideshow IMG.active {
margin-right: 2cm;
    z-index:3;
    opacity:1.0;
}

#slideshow IMG.last-active {
margin-right: 2cm;
    z-index:2;
}

div.footer { clear: both; 
margin: 0; 
padding: 3 0 3 0; 
position: fixed; 
bottom: 0; left: 0; 
width: 100%; height: 75px; 
background: #FAEBD7;
text-align: center; }



div.footer p { text-transform: uppercase; width: 580px; margin: 10 auto 10 auto; font-family:Arial,Helvetica,sans-serif; font-size: 11px; padding: 15; max-width: none; 
color: #000000; text-align: center;}

