body {
  background-color:#FFFFFF;
  margin:5px;
  padding:5px;
  font-family: Arial, Helvetica, Verdana,sans-serif;
  text-align:center;
  color:#333;
  font-size:75%;
  line-height: 1.3em;
  }
  
html { font-size: 100%; /* IE hack */ }
  
P {
margin-left: 2em;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 1em;
line-height: 1.5em;
}

a:link {
  color:#006633;
  background-color: transparent;
  
  text-decoration:none;
  font-weight: normal;
  }

a:visited {
  color:#006633;
  background-color: transparent;
 
  text-decoration:none;
  font-weight: normal;
  }

a:hover, a:active {
  color:#FFCC00;
  text-decoration:none;
  }
  
a img {
  border-width:0;
  }


TABLE {
font-size: 1em;
}

h1 {
  margin:1em .5em .5em 1em;
  font-size:1.2em;
  color:#C2B50D;
  font-weight: bold;
  text-align: left;
  letter-spacing: .1em;
  text-transform:uppercase;
  line-height: 1em;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  }
  
  h2 {
  margin: .5em .5em 1px 2em;
  font-size: 1em;
  letter-spacing:.1em;
  color:#000000;
  font-weight: bold;
  text-align: left;
  
  }

h3 {
  font-size:1em;
  color:#006633;
  font-weight: normal;
  text-align: right;
  margin: .1em;
  }

h4 {
  margin:.6em;
  font-size:.9em;
  color:#C2B50D;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
  }

h5 {
  margin:4px;
  font-size:.9em;
  color:#FFFFFF;
  text-transform:uppercase;
  line-height: .95em;
  }


#list-menu {
width: 220px;
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 1.2em;
color: #999999;
}

#list-menu li {
margin: 20px 0 0;
text-align: right;
list-style-type: none;
}

#list-menu a {
display: block;
width:220px;
padding: 2px 10px 1px 10px;
border-bottom: 0px dashed #F0F0F0;
text-decoration: none;
font-size: 1.5em;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border-bottom: 0px dashed #0A5526;
color: #FFCC00;
}




.white {
color:#FFFFFF;
}

.header {
  margin: 0;
  font-size: 1em;
  color:#FFFFFF;
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
  letter-spacing:.1px;
  }

.sidebar1 {
	background-color:#FFFFFF;
	border: inset #C2B50D;
	}
	
.sidebar2 {
	background-color:#F6EFCC;
	border:1px solid #C2B50D;
	}
	
	.sidebar3 {
	background-color:#000000;
	color:#FFFFFF;
	}

.footer {
  color:#ffffff;
  font-weight: normal;
  line-height: 1.4em;
  padding: .1em;
  font-size:1em;
}

A.footer:link {
color: #ffffff;
text-decoration: underline;
}
A.footer:visited {
color: #ffffff;
text-decoration: underline;
}
A.footer:hover {
color: #FFCC00;
text-decoration: none;
}
A.footer:active {
color: #FFCC00;
text-decoration: none;
}



UL { 
padding: 4px;
margin-left: 2em;
margin-right: 1em;
margin-top: 0;
margin-bottom: 0;
line-height: 1.3em;
list-style-image:  url(images/arrow.gif);
}

OL {
margin-left: 5em;
margin-right: 1em;
margin-top: 2px;
margin-bottom: 2px;
line-height: 1.5em;
}
