a {color:#535353;text-decoration:none;}
a:link,a:visited {text-decoration:underline; color:#535353;}
a:hover,a:active {text-decoration:underline; color:#535353;}

h1 {font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold; font-size: 20px; color: #6c193f;}
h2 {font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold; font-size:18px; color: #6c193f;}
h3 {font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: bold; font-size: 17px; color: #EAA83A;}

body {
 	background-color: #535353;
}

#left-menu {
	width: 140px; 
	float: left;
	padding: 20px 10px 20px 10px; 
	background: #d4d4d4;
	overflow: hidden;
}

a.left-menu {
	font-size: 13px;
	font-weight: bold;
 	color: #535353;
 	text-decoration: none; 
 	background: #d4d4d4;
 	text-align: left; 
 	display: block; 
 	height: 2em;
}

a.left-menu:link{
	font-size:13px;
	font-weight: bold; 
 	color: #535353;
 	text-decoration: none; 
 	background: #d4d4d4;
 	text-align: left; 
 	display: block; 
 	height: 2em;  	
}

a.left-menu:visited{
	font-size:13px;
	font-weight: bold; 
 	color:  #535353; 
 	text-decoration: none; 
 	background: #d4d4d4;
 	text-align: left; 
 	display: block; 
 	height: 2em;  	
}

a.left-menu:active { 
	font-size:13px;
	font-weight: bold; 
 	color: #535353;
 	text-decoration: none; 
 	background: #d4d4d4;
 	text-align: left; 
 	display: block; 
 	height: 2em; 
}

a.left-menu:hover {
	font-size:13px;
	font-weight: bold;
 	color: #a9a9a9; 
  	text-decoration: none; 
  	background: #d4d4d4; 
  	text-align: left; 
  	display: block; 
  	height: 2em;  
}

#homebanner{
    position: relative;
    width: 780px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

#header{
    position: relative;
    width: 780px;
    height: 94px;
    overflow: hidden;
    margin: 0 auto;
}

#mastercontainer {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 780px;
    background-color: #ffffff;
    border: 1px solid #000000;
    top: 0px;
   
}

#content {
	position: relative;
	padding: 20px 20px 20px 20px; 
	background-color: #ffffff;
	vertical-align: top;
    float: left;
	top: 0px;
	width: 575px;
	margin: 0 auto;
	
}

#footer {
   position: relative;
   width: 780px;
   overflow: hidden;
   padding: 12px 18px 0px 18px;
}

#lastupdated {
	position: absolute; bottom: 25px; right: 18px; text-align: right;
	font-size: 11px;
	width: 780px;
    overflow: hidden;
    margin: 0 auto;
}

td, body, p, ul, ol {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
	color: #606a74;
}

hr {
  border: 0;
  width: 80%;
  color: #606a74;
  background-color: #606a74;
  height: 3px;
}


