@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font: .9em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color:#D0CBB7;
	background-image:url(images/interface2.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
p {font-family:Verdana, Geneva, sans-serif; font-size: 1em; line-height: 1.2em; color: #333333;
}
td.sitemap {padding-bottom:40px;}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin-left: 35px;
	margin-top: 7px;
	display: block;
	text-align: left;
	
}
li{
	font-size: 1.0em;
	line-height: 1.3em;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:500;
	}
li a:link{
	color: #003399;
	text-decoration:none;
	}
	li a:hover{
	color: #003399;
	text-decoration:underline;
	font-seight:600;
	}
	li a:visited{
	color: #003399;
	text-decoration:none;
	}	
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top:5px;
	margin-bottom: 10px;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #003399;
	padding: 0px;
	font-weight: 600;
}



h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #333333;
}
h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #003399;
	padding-left: 25px;
	padding-top: 10px;
	font-weight: 400;
	
}
h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #003399;
	background-color: #cccccc;
	padding: 3px;
	font-weight: 400;
	
}
h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}




.footer{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #D6DEEF;
	padding-top: 20px;
	padding-left:5%;
	padding-right:5%x;
	padding-bottom:50px;
	border-top-style: solid;
	border-top-color: #963;
}
.footer p{
	width: 85%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	}

.center {
	width: 960px;
	position: relative;
    margin: 0 auto;
	float:center;
	margin-bottom: 0.01em;
	text-align: center;
	padding: 0px 100px 0px 100px;
}

.home{
	margin:0px;
	max-width: 183px;
	border: medium solid #963;
  }
.main img {
	padding: 45px 40px 0px 0px;
	width: 100%;
	max-width: 526px;
	height: 85px;
	
	}

#slideshow {
	margin: 0 auto;
	width:840px;
	height:380px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow
#slidesContainer {
  margin:0;
  width:760px;
  height:350px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:740px;  /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:350px;
}



.slide img {
  float:right;
  margin:0 0 0 15px;
  border: medium solid #963;
}
