html, body {          
            background: #FFF url(images/backleft.gif) top left repeat-y;
            font-size: 12px;
            font-style: normal;
			font-family: verdana, arial, sans serif;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            }

            
p         {
            font-family: Verdana, Arial, sans serif;
            font-size: 12px;
            font-style: normal;
            color: #333;
            }
          
                     
#banner   {
           background-image: url(images/backleft.gif);
           background-color: #699;
           margin: 0 0 0 0;
           width: 760px;
           color: #FFF;
	       padding: 0 0 0 0;
           }


#left     {
           background: transparent;
           float: left;
           margin: 0 0 0 0;
           width: 130px;
           padding: 0 0 0 0;
           text-align: right;
           font-weight: bold;
           font-family: verdana, arial, sans serif;
           font-size: 12px;
           text-align: right;
           color: #000;
           }


#left a    {
           color: #FFF;
           text-decoration: none;
           }

#left a:hover {
	       color: #900;
	       text-decoration: underline;
	       }             

#menu     {
           width: 600px;
           float: right;
           padding: 5px 5px 5px 5px;
           text-align: center; 
           margin: 0 0 0 0;
           }


#menu a     {
           margin: 2px 2px 2px 2px;
	       background-color: #699;
	       border-top: 1px solid #CCC;
	       border-left: 1px solid #CCC;
	       border-right: 2px solid #000;
	       border-bottom: 2px solid #000;
	       float: left;
	       padding-top: 2px;
		   padding-bottom: 2px;
	       padding-left: 15px;
	       padding-right: 15px;
	       color: #FFF;
	       font-family: verdana, Arial, sans serif;
	       font-size: 12px;
	       font-weight: bold;
	       text-align: center;
	       text-decoration: none;
	       }
    
    
#menu a:hover {
           margin: 2px 2px 2px 2px;
	       background-color: #FFF;
	       border-top: 1px solid #000;
	       border-left: 1px solid #000;
	       border-right: 2px solid #CCC;
	       border-bottom: 2px solid #CCC;
	       padding-top: 2px;
		   padding-bottom: 2px;
	       padding-left: 15px;
	       padding-right: 15px;
	       color: #066;
	       font-family: verdana, Arial, sans serif;
	       font-size: 12px;
	       font-weight: bold;
	       text-align: center;
	       text-decoration: none;
	       }

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#menu a {float:none;}
  /* End IE5-Mac hack */


#content  {
           background-color: #FFF;
           margin-top: 0px;
           margin-bottom: 0px;
           margin-left: 150px;
           margin-right: 0px;
           width: 610px;
           }


#footer   {
           background-color: #FFF;
           clear: both;
           width: 760px;
           margin: 0 0 0 0;
           left: 0;
           border-top: 2px solid #333;
           text-align: center;
           padding: 0px;
		   padding-bottom: 10px;
           }


h3        {
	       color: #066;
	       background-color: #FFF;
	       font-family: garamond, helvetica, arial, sans-serif;
	       font-size: 16px;
	       font-variant: small-caps;
	       border-bottom: 1px dashed #900;
	       text-align: left;
	       }


h4{
	       background-color: #699;
	       color: #FFF;
	       font-family: georgia, arial, sans-serif;
	       font-size: 12px;
	       font-weight: bold;
	       font-variant: small-caps;
	       text-align: center;
	       }



          
a         {
	      color: #066;
	      text-decoration: underline;
	      }


a:hover {
	     color: #900;
	     text-decoration: underline;
	     }
          

img      {
         display: block;
         border: none;
         padding: 0px;
         }
         

ul, li {
         color: #333;
         font-family: verdana, arial, sans serif;
         font-size: 12px;}

     
tr, td   {
         font-family: verdana, arial, sans serif;
         font-size: 12px;
         padding: 2px;
         color: #333; 
         }
 
 
tr.title {
         background-color: #699;
         color: #FFF; 
         font-family: verdana, arial, sans serif;
         font-size: 12px;
         font-weight: bold;
         }


tr.white {
         background-color: #F3f8f8;
	     color: #333; 
	     }

	
tr.grey {
         background-color: #E6F0F0;
	     color: #333; 
	     }


.red {
         color: #900; 
         }
   
   
.green {
         color: #696; 
         }
         
.light	{
	     color: #B9B9B9;
         } 
