body {
  margin: 0;
  padding: 0; 
  background-color: #D3BC86;
  background-image: url(images/TOP_2010.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
	overflow-y: scroll;
}
#wrapper {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  border: 1px solid #677385;
  border-width: 0 1px;
}
#centerpages {
  width: 900px;
  height: 100%;
  background-color: #fff;
}
#leftmenu {
  float: left;
  width: 254px;
  padding: 5px 0;
}
#left {
    width: 254px;
  	border-right: 1px solid #677385;
    border-width: 0 1px;
}
#right {
  float: right;
  width: 629px;
  padding: 35px 0 0 0; 
}
#righthome {
  float: right;
  width: 629px;
  padding: 5px 0 0 0; 
}
.header {
    font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #5D3B07;
	padding: 10px 0 10px 0;	
	text-align: left;
}

.smalltitle {
    font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #673B17;
}
.title {
    font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #673B17;
	margin: 5px 0 5px 0;
}

.text {
    font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #673B17;	
	padding: 10px;	
}
.textrag {
    font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #673B17;	
	padding-bottom: 10px;	
}
.textquote {
  font-family: arial;
  font-size: 12px;
  font-style: italic;
  color: #275C15;
  line-height: 1.3em;
  padding: 10px 0 10px 15px;
}
.floatimgright {
float: right;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
color: #995609;
font-family: arial;
font-size: 11px;
}
.floatimgleft {
float: left;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
color: #995609;
font-family: arial;
font-size: 11px;
}
#clear {
  clear: both;
}
#footer {
  background: #677385;
  height: 10px;
  width: 100%;
  padding: 10px 0 16px 0;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  color: #fff;
  }
  
A.type1:link    {color:#8C2909; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#8C2909; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#8C2909; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#B78F0D; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2:link    {color:#987626; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:visited {color:#987626; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:active  {color:#987626; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:hover   {color:#E4C179; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2a:link    {color:#666666; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2a:visited {color:#666666; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2a:active  {color:#666666; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2a:hover   {color:#666666; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type3:link    {color:#4A5690; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:visited {color:#4A5690; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:active  {color:#4A5690; font-size: 114px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:hover   {color:#8C2909; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type4:link    {color:#fff; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type4:visited {color:#fff; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type4:active  {color:#fff; font-size: 114px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type4:hover   {color:#8C2909; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*this is the TOP HORIZONTAL menu*/

.indentmenu{
font: bold 13px Arial;
width: 100%;
padding: 95px 0 0 0;
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #677385;
border-width: 1px 0;
background: #677385 url(images/glossybrown2.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #fff;
padding: 6px 60px;  /*width of nav sections */
text-decoration: none;
border-left: 1px solid #677385; 
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu li:first-child a {
		border-left: 0px solid #677385;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #000 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: #677385 url(images/glossybrown.gif) center center repeat-x;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

/*Left-side Secondary Navigation*/

.markermenu{
width: 255px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border: 0px solid #677385;
}

.markermenu ul li a{
background: url(images/glossybrown2.gif) center center repeat-x;
font: bold 12px  verdana;
color: #fff;
display: block;
width: auto;
padding: 8px 0;
padding-left: 0;
text-align: center;
text-decoration: none;
border-bottom: 1px solid #677385;
border-right: 1px solid #677385;
border-top: 0px solid #677385;
}

* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (10px) */
width: 245px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #fff;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000;
background: url(images/glossybrown.gif) center center repeat-x;
background-color: #677385;
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
	
