/* CSS Document */
* {
   padding:0;
   margin:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
html, body {
	min-height:100%;
	margin-bottom: 1px;
    font-size: 87%;
  }

body{
     font-family:  "Trebuchet MS", Arial;
     margin-top:10px;
     text-align: left;
     background-repeat: repeat-x;
     background-color: #fff;
}
h1 { 
  font-size: 1.2em; 
  color:#433823;
  font-weight: bold;
  }
h2 { 
  font-size: 1em; 
  color: #575040;
  font-weight: bold;
  font-style:italic
  }
p { 
   color: #3E422F;
   
   }

ul {
    list-style-position: outside;
    padding-right: 5px;
    margin: 20px;
}
li {
     color: #3E422F;
 
   }

.p_small_dark {
    color:#333300;
	font-size: 0.85em;
	font-style:italic;
}	
.p_med_dark {
    color:#333300;
	font-size: 0.9em;
	}	 
a {	
  color: #003300;
  }  
a:hover { 
  color: #9F7264;
  }  



/* ********* layout dividers ****** */
#printheader {
	display: none;
}
#topnav {
  height: 25px;
  text-align: right;
  padding-right: 50px;
  padding-top: 5px;
  background-image:url(images/topnav.jpg);
}

#header1 {
  background-image: url(images/header_p1.jpg); height: 100px;
}
#header2 {
  background-image: url(images/header_p2.jpg); height: 109px;
}
#wrap {
  background-image: url(images/pp_bg.jpg); 
  margin: 0px auto; width: 770px; text-align: left;
}
#main-content {
  display: inline; float: left; margin-left: 30px; width: 425px;
  padding-left: 10px;
  padding-top: 10px;
}
/* #sub-content {
float: left; margin-left: 10px; width: 165px;
 padding: 10px 5px;
}  */
#right {
  padding:10px;
  float: left; 
  width: 200px
}
#left {
  Margin-left: 10px;
  padding-top: 10px;
  float: left; 
  width: 260px
}
#foot {
  clear: both;
  
  height: 35px;
  background-image: url(images/footer.jpg);
  background-repeat:no-repeat;
}

a.foot_link { 
   color:#4A4436;
   text-decoration:none;
   font-size: 0.9em;
   }
a.foot_link:hover, a.foot_link:active   { 
   color:#E0DEC9;
   text-decoration:underline;
   
  }
 a.nav_link { 
   color:#E0DEC9;
   text-decoration:none;
    font-weight: bold;
   font-size: 0.9em;
   
   }
a.nav_link:hover, a.nav_link:active   { 
   color:#C0B7AD;
   font-weight: bold;
   text-decoration:none;
   font-size: 0.9em; 
   
   }
  
/********** Top Nav buttons    *******/


.shaded_box {
   background-color:#E6E6D9;
   padding: 10px;
   padding-bottom: 0px; 
   width: 80%;
   margin-left: 30px;
   }
.green_box {
   background-color:#2C4927;
   padding: 10px;
   padding-bottom: 0px; 
   width: 300px;
   margin-left: 30px;
   }
.p_yellow { 
    color: #FFFFCC;
	}   
.div_planethome { 
   background:none;
   float: left;
   padding-left: 15px;
   }
.padleft {
	padding-left: 5px;
}
.padright {
	padding-right: 5px;
}
   