<!-- 
-COLORS-
  lightgrey = F1F1F1
  mediumgrey = 9FA0A4
  darkgrey = 353638
  orange = CE7C28
-->

  body{
    margin:0px;
    background-color:#EEE3B6;
    font-family:tahoma;
    font-size:11px;
	background-image:url("../images/gradient.gif");
	background-repeat:repeat-x;
  }
  
  input{
    border:0px;
    
    font-size:10px;
    width:350px;

  }
  
  select{
    border:0px;
    
    font-size:10px;
    width:100%;

  }
  
  textarea{
    border:0px;
    
    font-size:11px;
    width:100%;
  }
  
  table{
    font-family:tahoma;
    font-size:11px;
  }
  
  .lightgrey{
    background-color:#FFDCA6;
  }
  
  .orange{
    background-color:#826A44;
    height:20px;
    width:10%;
    text-align:center;
    border-right:1px solid white;
    vertical-align:middle;
    color:white;
  }
  
  .mediumgrey{
    background: url(../images/border.gif);
	height:50px;
	background-repeat:no-repeat;
	background-position:0% 100%
  }
  
  td.nav{
    background-color:#BEA883;
    height:20px;
    width:10%;
    text-align:center;
    border-right:1px solid white;
    vertical-align:middle;
  }
  
  .content{
    padding:10px;
	background-color:F1E9DC;
  }
  
  td.news{
    background-color:#F1F1F1;    
    vertical-align:top;  
    width:170px;  
  }
  
  h1{
  	font-size:12px;
	font-weight:bold;
  }

  
  .bullet_one{
    background: url(../images/bullet_1.gif) no-repeat 0% 50%; 
    padding-left: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    

  }
  
  .bullet_two{
    background: url(../images/bullet_2.gif) no-repeat 0% 50%; 
    padding-left: 10px;       
 

  }
  .bullet_three{
    font-size:11px;
    font-weight: bold; 
    color:#CE7C28;
  }
  
  .content_button{
    width:100%;
    text-align:right
  }
  
  td.headergrey{
    background-color:#EE9803;
    height:25px;
	width:150px;
    font-variant:small-caps;
    font-size:9px;
	color:white;
  }
  
  a.nav:active  { text-decoration: none; color: white; width:100%; height:100%;padding:4px;}
  a.nav:visited { text-decoration: none; color: white; width:100%; height:100%;padding:4px;}
  a.nav:link    { text-decoration: none; color: white; width:100%; height:100%;padding:4px;}
  a.nav:hover   { text-decoration: none; color: white; background-color:#826A44; width:100%;  height:100%;padding:4px;}
  
  a.subnav:active  { text-decoration: none; color: #353638;padding:2px;  width:100% }
  a.subnav:visited { text-decoration: none; color: #353638;padding:2px;  width:100% }
  a.subnav:link    { text-decoration: none; color: #353638;padding:2px;   width:100%}
  a.subnav:hover   { text-decoration: none; color: white; padding:2px; background-color:#CE7C28; width:100% }
  
  a.subsubnav:active  { text-decoration: none; color: #353638;border-bottom:1px solid white;padding:2px; background: url(../images/bullet_2.gif) no-repeat 3% 50%; width:100%;padding-left: 15px; }
  a.subsubnav:visited { text-decoration: none; color: #353638;border-bottom:1px solid white;padding:2px; background: url(../images/bullet_2.gif) no-repeat 3% 50%; width:100%;padding-left: 15px; }
  a.subsubnav:link    { text-decoration: none; color: #353638;border-bottom:1px solid white;padding:2px; background: url(../images/bullet_2.gif) no-repeat 3% 50%;  width:100%;padding-left: 15px;}
  a.subsubnav:hover   { text-decoration: none; color: white; border-bottom:1px solid white;padding:2px;background: url(../images/bullet_2_white.gif) no-repeat 3% 50%; background-color:#CE7C28; width:100%;padding-left: 15px; }
 
  
  a.bl_or:active  { text-decoration: none; color: #353638; }
  a.bl_or:visited { text-decoration: none; color: #353638; }
  a.bl_or:link    { text-decoration: none; color: #353638; }
  a.bl_or:hover   { text-decoration: none; color: white; background-color:#CE7C28;}
  
  .div_news{text-decoration: none; color: #353638;border-bottom:1px solid #9FA0A4;padding:2px;background: url(../images/bullet_2.gif) no-repeat 98% 50%; width:100%}
  a.news:active  { text-decoration: none; color: #353638;padding:2px; width:100% }
  a.news:visited { text-decoration: none; color: #353638;padding:2px; width:100% }
  a.news:link    { text-decoration: none; color: #353638;padding:2px; width:100%}
  a.news:hover   { text-decoration: none; color: white; padding:2px; background-color:#CE7C28; width:100% }

  a.news_content:active  { text-decoration: none; color: #353638; padding:2px;  width:100% }
  a.news_content:visited { text-decoration: none; color: #353638; padding:2px;  width:100% }
  a.news_content:link    { text-decoration: none; color: #353638; padding:2px;   width:100%}
  a.news_content:hover   { text-decoration: none; color: #CE7C28; padding:2px; width:100% }
  


