/*startfile BRETT*/

/* zero-out defaults on all elements EXCEPT ul, ol, li */
html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
   margin: 0;
   padding: 0;
   border: 0;
   }

/* element overrides */

html {
  /*height: 100%;*/
  overflow: scroll;
  }

body {
   /*height: 100%;*/
   /*overflow: scroll;*/
   font-size: 100.01%;
   font-family: Verdana, Arial, Helvetica, 'sans serif';
   height: 100%;
   background-color: #e0e4cf;
   color: #000;
   line-height: 1.1em;
   }

.xtralargetext  {
   font-size: 14px;
   color: #000;
   }

.largetext  {
   font-size: 13px;
   color: #000;
   }

.normaltext  {
   font-size: 11px;
   color: #000;
   }

.smalltext  {
   font-size: 10px;
   color: #000;
   line-height: 13px;
   }

.tinytext  {
   font-size: 9px;
   color: #000;
   }

/* defaults */

a {
   display: inline;
   }

h1 {
   color: #91c85a;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h2 {
   color: #1d421f;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }
   
h2.home {
   color: #91c85a;
   }   

h3 {
   color: #1d421f;
   text-align: left;
   line-height: 1.8em;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h4 {
   color: #000;
   text-align: left;
   line-height: 1.8em;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h5, h6 {
   color: #000;
   text-align: left;
   font-family: Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

hr  {
   width: 90%;
   background-color: #1d421f;
   height: 4px;
   }

form {
  display: inline;
  }

/* OTHER FORM ELEMENTS HERE, such as:
input {
   font-size:
   color:
   background-color:
   border-style:
   border-width:
   border-color:
   }
*/

/* LINKS */

a.brett {
   color: #91c85a; text-decoration: underline; color: #91c85a;
   }

a.brett.visited {
   color: #666666; text-decoration: none;
   }

a.brett:hover {
   color: #ffffff; background-color: #1d421f; text-decoration: none;
   }

a.brettalt {
   color: #1d421f; text-decoration: underline;
   }

a.brettalt.visited {
   color: #666666; text-decoration: none;
   }

a.brettalt:hover {
   color: #ffffff; background-color: #1d421f; text-decoration: none;
   }

a.image {
   color: #e0e4cf; text-decoration: none;
   }

a.image.visited {
   color: #e0e4cf; text-decoration: none;
   }

a.image:hover {
   color: #91c85a; text-decoration: none;
   }

/*a.footer {
   color: #1d421f; text-decoration: underline; color: #1d421f;
   }

a.footer:hover {
   color: #ffffff; background-color: #1d421f; text-decoration: none
   }  */

a.footer {
   color: #fefefe; text-decoration: underline; color: #fefefe;
   }

a.footer:hover {
   color: #ffffff; text-decoration: underline; color: #ffffff;
   }
   
div#left {
   position: absolute;
   top: 96px;
   left: 0;
   width: 200px; 
   text-align: center;
   background: #cfc6a3; 
   border-right: 2px solid #fff;
   }
   
div#leftmenu {
   background-color: #1d421f;
   }

div#right {
   position: relative;
   margin-left: 200px; 
   padding: 10px;
   width: 740px; /*fixed width added by Jim 3-10-2010*/
   /*max-width: 700px;
   min-height: 740px;*/
   }     
   

div#footer {
   clear: both;
   text-align: right;
   border-top: 2px solid #fff;
   margin: 0 auto 0 auto;
   padding: 2px 10px 0 0;
   font-size: 10px;
   }
   