/**********************/
/* General Formatting */
/**********************/

body {
  background-image:url(images/bg-spruce.jpg);
  background-attachment: fixed;
  background-color: #324033;
  margin: 0px 0px 0px 0px;
  padding: 0px;
 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #dde0c4;
  line-height:16px;
  
  scrollbar-face-color:#142c0a;
  scrollbar-arrow-color:#0d190a;
  scrollbar-track-color:#0d190a;
  scrollbar-shadow-color:'';
  scrollbar-highlight-color:'';
  scrollbar-3dlight-color:'';
  scrollbar-darkshadow-Color:''; }


p {
  margin: 0px 0px 15px 0px;
  line-height: 18px; }

  
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; margin:0px 0px 5px 0px; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; margin:0px 0px 5px 0px; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; margin:0px 0px 5px 0px; }

#heading-addon { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; }

td { vertical-align: top; }


form { margin: 0px; }

textarea, input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #202020;
  background-color: #eaecd8;
  border: 1px solid #4d613d;
  vertical-align: top; }
  
ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 15px; }
  
ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 15px; }

li { line-height: 16px; padding-bottom:10px; }
li#nospace { line-height: 14px; padding-bottom: 0px; }



/*******************/
/* Link Formatting */
/*******************/

a#text:link    { color: #dde0c4; text-decoration: none; font-weight: bold;  }
a#text:visited { color: #dde0c4; text-decoration: none; font-weight: bold; }
a#text:hover   { color: #9ca181; text-decoration: underline; font-weight:bold; }
a#text:active  { color: #9ca181; text-decoration: underline; font-weight:bold; }

a#footerlink:link    { color: #ffffff; text-decoration: none; }
a#footerlink:visited { color: #ffffff; text-decoration: none; }
a#footerlink:hover   { color: #ffffff; text-decoration: underline; }
a#footerlink:active  { color: #ffffff; text-decoration: underline; }



/**********************/
/* Section Formatting */
/**********************/

#wrapper {
  background-color:#2d4523;
  text-align:left;
  width: 800px;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 1px solid #7b8477;
  margin: 0px auto;
  position: relative; }
  
#header {
  width: 800px;
  height: auto;
  margin: 0px;
  padding: 0px; }
  

#col-left {
  width: 185px;
  margin: 5px 0px 0px 4px;
  padding: 0px;
  float: left; }
  
 
#bodycontent {
  width: 760px;
  height: auto;
  margin: 0px;
  padding: 20px;
  overflow: auto; }  
  

#footer {
  width: 796px;
  height: auto;
  background-color: #455a39;
  color: #8b9372;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  margin: 0px;
  clear: both; }
  
  
/************************/
/* Alternate Formatting */
/************************/

#bodycontent-alternate {
  width: 485px;
  height: 385px;
  margin: 0px;
  padding: 10px;
  overflow: auto;
  float: left; }
  
#col-right {
  width: 185px;
  margin: 10px 1px 0px 0px;
  padding: 0px;
  float: right; }