/*startfile PHILLIPS*/

/* 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:  /*#f4ecd0; */ #f8f3e0;
   color: #333;
   line-height: 1.1em;
   }

.xtralargetext  {
   font-size: 16px;
   color: #9c624e;;
   }

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

.largertext {
   font-size: 14px;
   color: #9c624e;;
   }

.normaltext  {
   font-size: 11px;
   color: /* #8f594b */ #9c624e;
   }

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

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

/* defaults */

a {
   display: inline;
   }

h1 {
   color: #3b9395;
   text-align: left;
   font-family: Trebuchet, Lucida, Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

h2 {
   color: #3b9395;
   text-align: left;
   font-family: Trebuchet, Lucida, Arial, Verdana, Helvetica, 'sans serif';
   display: inline;
   }

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

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

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

hr  {
   width: 100%;
   height: 1px;
   color: #B3C3A7;
   }
 
form {
  display: inline;
  }

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

/* LINKS */

a {
   color: #9c634b;
   text-decoration: underline;
   }
a:hover {
   color: #333;
   text-decoration: none;
   }

a.pd {
   color: #6b8b59; text-decoration: underline; color: #6b8b59;
   }

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

a.pd:hover {
   color: #ffffff; background-color: #818181; text-decoration: none;
   }

a.pd1 {
   color: #818181; text-decoration: underline; color: #818181;
   }

a.pd1.visited {
   color: #818181; text-decoration: none;
   }

a.pd1:hover {
   color: #ffffff; background-color: #818181; text-decoration: none;
   }

a.pd2 {
   color: #818181; text-decoration: none;
   }

a.pd2.visited {
   color: #818181; text-decoration: none;
   }

a.pd2:hover {
   color: #ffffff; background-color: #818181; text-decoration: none;
   }

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

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

a.image:hover {
   color: #5f9183; 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;
   }

a.rev {
   color: #fff;
   text-decoration: underline;
   }

a.rev:hover {
   color: #7b7b7b;
   text-decoration: none;
   }

div#pageloaded {
   position: relative;
   margin: 0 auto 0 auto; /*CENTERS DIV WITHIN BODY*/
   width: 90%; /*REQUIRED FOR CENTERING*/
   background-color: #fff;
   }

div#left {
   position: absolute;
   top: 207px;
   left: 0;
   width: 216px;
   text-align: center;
   background: #fff;
   border-right: 2px solid #fff;
   }

div#leftmenu {
   background-color: #fff;
   margin: 0px 0 0 0;
   }

div#right {
   position: relative;
   margin-left: 216px;
   padding: 10px;
   min-height: 240px;
   height:auto !important;
   height: 240px;
   }

div#footer {
   clear: both;
   text-align: center;
   margin: 0 auto 0 auto;
   padding: 2px;
   font-size: 10px;
   }

div#vprop300 {
   float: right;
   width: 1px;
   height: 300px;
   margin: 0; 
   padding: 0;
   border: 0;
   }

div#clearing {
   clear: both;
   }

table#hometable {
   width: 100%;
   padding: 0;
   margin: 0;
   }
   


