body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial;
}


h1 { 
  font-family: garamond, times new roman;
  color:#33715a;
  font-size: 24px;
  text-align: left;
}

h2 { 
  font-family: garamond, times new roman;
  color:#33715a;
  font-size: 18px;
  text-align: left;
  margin: 0px 0px 6px 0px;
}

h3 { 
  color:#33715a;
  font-size: 10pt;;
  text-align: left;
  margin: 0px 0px 6px 0px;
}

a, a p {
  color: #33715a;
  text-decoration: none;
}

a:Hover {
  text-decoration: underline;
}

p {
  color: #6c887d;
  font-size: 9pt;
  line-height: 20px;
  text-align: justify;
  margin: 0px 0px 6px 0px;
}

img {
  padding:0;
  margin:0;
  border:0;
}

ul {
  margin-top:0px;
}

li {
  color: #6c887d;
  font-size: 9pt;
  line-height: 20px;
}

.imageBorder {
  padding: 6px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

#container
{
width: 920px;
margin: 0 auto;
background-color: #fff;
color: #333;
background-image: url("/images/background_bottom.gif");
background-repeat: repeat-y;
text-align: left;
padding-bottom:100px;
border-right: 1px solid #c0c0c0;
}


#header
{
padding: .5em;
border-bottom: 1px solid gray;

}

#selected {
  color: #fff;
  text-decoration: none;
  background-image: url(/images/left_hover.gif); 
  background-repeat: no-repeat;
  width: 162px;
  height: 40px;
  padding-left:10px;
  line-height:37px;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 9pt;
}

.left_bg {
  background-image: url(/images/buttonbg.gif);
  background-repeat: no-repeat;
  width: 162px;
  height: 40px;
  padding-left:10px;
  line-height:37px;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 9pt;
}



#top h1 {
  padding: 0;
  margin: 0;
}

#leftnav {
  float: left;
  width: 180px;
  margin: 0;
  padding: 165px 0px 0px 0px;
  background: url(/images/background_top.gif);
  background-repeat: repeat-y;
}

#leftnav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

#leftnav a:Hover {
  color: #fff;

}

#leftnav_bottom {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0px 0px 25px 0px;
  background: url(/images/background_bottom.gif);
  background-repeat: repeat-y;
}

#rightmenu_top
{
height: 8px;
margin: 0px;
padding: 0px 0px 0px 0px;
background-image: url(/images/right_menu_top.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

#rightmenu
{
width: 240px;
margin: 0px;
padding: 14px 0px 14px 34px;
height: auto;
background-image: url(/images/right_menu_middle.gif);
background-repeat: repeat-y;
}

#rightmenu_bottom
{
height: 7px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
background-image: url(/images/right_menu_bottom.gif);
background-repeat: no-repeat;
background-position: top left;
}


#rightcolumn
{
float: right;
width: 235px;
margin: 0;
padding: 165px 0px 0px 0px;
height: auto;
}



#content
{
margin-left: 160px;
padding: 1em;
}

#footer
{
	clear: both;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #33715a;       
	width: 718px;
	margin: 40px 0px 0px 176px;
}

#footer_index
{
	clear: both;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #33715a;       
	width: 350px;
	margin: 70px 0px 0px 240px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.image
{
border-style: none;
border-width:0px;
margin: 0px;
padding:0;
}

.left_nav_image
{
border-style: none;
border-width:0px;
margin: 0px 0px 5px 0px;
}
  .centered
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.doublespaced
  {	
line-height: 200%;
}


.thumbnail {
  border: 2px solid #ccc;
}

.thumbnailSel {
  border: 2px solid #fecd0c;
}

.breadcrumbs {
  display: block;
  margin-bottom: 20px;
  font-size: 8pt;
  color: #33715a;
}

.breadcrumbs a {
  text-decoration: none;
  font-size: 8pt;
}

.breadcrumbs a:Hover {
  text-decoration: underline;
}

hr {
  height: 1px;
  border: 0px;
  border-top: 1px dashed #759e8d;
  color: #fff;
}

