/* CSS Document */
.centeringLayer {
	margin:0 auto; 
	width:986px;
	background:url('images/bg_repeat.jpg') repeat-y;

}
#flashbox {
     position:relative;
     left:80px;
}
#content {
  font-family:Arial, Helvetica, sans-serif;
  position: relative;
  left:80px;
  width:800px;
  background-color:#ffffff;
}
h1 {
   font-size:18px;
}
h2 {
   font-size: 14px;
}
h3 {
   font-family: Garamond, serif;
   font-variant: small-caps;
   font-size: 12px;
   font-weight: bold;
}
#top {
     margin:0 auto;
     width:988px; 
     background:url('images/top-logo.jpg') 0px 0px no-repeat; 
     height:181px;   
}
#bottom {
	position:relative;
	left:7px;
     margin:0 auto;
     width:988px;
     background:url('images/bottom.jpg') 0px 0px no-repeat;
     height:96px;
}
#top-content {
     padding: 22px 35px;
}
#top-bg {
       	   background:url('images/bg-top.jpg') 0px 0px;
	   height:181px;
}
#bottom-bg {
	   clear:both;
	   height:96px;
}
#menubar-l {
	   float:left;
	   position:relative;
	   left:40px;
	   top:-10px;
	   width:12px;
	   height:30px;
	   background:url(images/gradient-vert-l.jpg) no-repeat;
}
#menubar-r {
	   float:left;
	   position:relative;
	   left:40px;
	   top:-10px;
	   width:12px;
	   height:30px;
	   background:url(images/gradient-vert-r.jpg) no-repeat;
}
#menubar {
        float:left;
	position:relative;
	left:40px;
	top:-10px;
	width:850px;
	height:30px;
	background:url(images/gradient-vert.jpg) repeat-x;
}
.menuseparator {
    float:left;
    width:12px;
    height:30px;
    background:url(images/gradient-vert-s.jpg) no-repeat;
}
.menuitem {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000066;
	padding: 5px;
	display:block;
	height:20px;
	
}
.menuitem a, .menuitem a:link,.menuitem a:visited,.menuitem a:hover,.menuitem a:active {
	text-decoration:none;
	color:#000066;
}
.menuitem_h, #menuitem_s {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#EEEEEE;
	padding: 5px;
	background-color:#555555;
}
.menuitem_h a, .menuitem_h a:link,.menuitem_h a:visited,.menuitem_h a:hover,.menuitem_h a:active {
	    text-decoration: none;
	    color:#EEEEEE;
}
#menuitem_s a,#menuitem_s a:link,#menuitem_s a:visited,#menuitem_s a:hover,#menuitem_s a:active {
	    text-decoration:none;
	    color:#EEEEEE;
}
#currentPageRow {
	width:1195px;
	background-color:#FFFFFF;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000066;
	padding:5px;
}


.headline {
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:16px;
	  color:#8C5520;
	  font-weight:bold;
}
