body   {margin: 0 0 auto
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	background: #ffffff url(images/bgrnd_fader_blue.jpg) repeat-x left top;
	}

#page 	{margin: 0 auto;
	width: 800px; background-color: #fff;
	border: solid 1px black;}
	
#header  {background: url(images/header_new.jpg) no-repeat left top;
	  display: block;
	  padding: 0px;
	  width: 800px;
	  height: 240px;
	  clear: both;
	  border: none;}

#column1, #column2, #column3 
	{float: left;}

#column1 {
      background: #ffffff url(images/column_fader.jpg) repeat-x left top;
      margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  width: 125px;	  
	  border-top: none;
	  border-bottom: none;
	  border-left: none; 	  
	  border-right: none;
	  text-align: left;}

#column2 {background-color: #fff;
     	  margin: 10px 10px 10px 10px;
	  padding: 0px;
	  width: 400px;
	  border-top: none;
	  border-bottom: none;
	  border-left: none; 	  
	  border-right: none;
	  text-align: left;}

#column3 {background-color: #fff;
	  margin: 5px 0 0 0;
	  padding: 0px;
	  width: 250px;
	  border:none;
	  text-align: left;}  


#footer  {background-color: black;
          display: block;
	  margin: 0px 0 0 0;
	  padding: 0px;
	  width: 800px;
	  clear: both;
	  border: none;}

a:link   {font-size:14px;
	  text-decoration: underline;
	  font-weight: normal;
	  color:  red;
	  outline: none;}
	
a:visited {color:  #4e72b1;
           font-size:14px;
           text-decoration: underline;}

a:active  {color:  #000;
           font-size:14px;}

a:hover  {color: #4e72b1;
	  font-size:14px;
	  font-weight: normal;
	  text-decoration: underline;} 
	
h1       {font-size: 24px;
	  line-height: 26px;
	  font-weight: bold;
	  margin-top: 0;
	  margin-bottom: 0;}

h2       {font-size: 18px;
	  line-height: 20px;
	  font-weight: bold;
	  margin-top: 0;
	  margin-bottom: 0;}

h3       {font-size: 16px;
	  line-height: 18px;
	  font-weight: bold;
	  margin-top: 0;
	  margin-bottom: 0;}
h3.orange {
    font-size: 16px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	color: #ffa500;	
	margin-bottom: 10px;
   }

h4       {font-size: 14px;
 	  line-height: 16px;
	  font-weight: normal;
	  margin-top: 0;
	  margin-bottom: 0;}
h4.orange {
    font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #E76F34;	
	margin-bottom: 10px;
   }

h5       {font-size: 12px;
	  line-height: 14px;
	  font-weight: normal;
	  margin-top: 0;
	  margin-bottom: 0;
	  color: #ffffff;}

h6       {font-size: 10px;
	  line-height: 12px;
	  font-weight: normal;
	  margin-top: 0;
	  margin-bottom: 0;}
	
a.menu:link
         {color:  #fff;
	  font-size:12px;	
	  font-weight: bold;
	  text-decoration: none;}
	
a.menu:visited
         {color:  burlywood;
	  font-size:12px;
	  font-weight: bold;
	  text-decoration: none;}

a.menu:active
         {color:  #fff;
	  font-size:12px;
	  font-weight: bold;
	  text-decoration: none;}

a.menu:hover
         {color: orange;
	  font-size:12px;
	  font-weight: bold;
	  text-decoration: underline;} 
	
a.footer:link
         {color:  silver;
	  font-size:12px;	
	  font-weight: bold;
	  text-decoration: none;}
	
a.footer:visited
         {color:  silver;
	  font-size:12px;
	  font-weight: bold;
	  text-decoration: none;}

a.footer:active
         {color:  #fff;
	  font-size:12px;
	  font-weight: bold;
	  text-decoration: none;}

a.footer:hover
         {color: white;
	  font-size:12px;
	  font-weight: bold;
	  text-decoration: none;} 

div.box1 {
      text-align: left;
	  background-color: #4d4d4d;
	  padding: 5px 5px 5px 5px;}

div.box2 {border-right: dotted #003366; border-width: thin;
	  border-left: dotted #003366; border-width: thin;
          border-bottom: dotted #003366; border-width: thin;	
	  border-top: dotted #003366; border-width: thin;	
	  background-color: #ede5ba;
	  padding: 5px 5px 5px 5px;}
	  
span.highlight {
  background-color:lightyellow
}
	
	
