td {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}
	
a:hover {  color: #333333}
a:visited {  color: #6666CC}

body {
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color:#ffffff;
}


/***** HOME STYLES *************/

.hm3columns {
	font: 11px Arial, Helvetica, sans-serif;
	padding:9px 6px 4px 2px;
}

.hm3columns div {
	margin-left:10px;
}

.hm3columns li {
	list-style: disc url(images/hm_bullet.gif) inside;
	padding:2px 0px;
}

.hm3columns a {
	color:#0077BD;
}

#topnav img { background: #fff; }
#topnav a:active { background: #fff; }
#topnav a:hover, #topnav a:hover img { background: #F7F7F7; }

.footer {  
	font-size: 10px; color: #666666;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}
.footer a {  color: #0077BD}

.footer p { margin: 20px 0px 10px 10px; }
	

/***** MENU STYLES *************/

#menu {
		width: 160px;
		border-right: 1px solid #FFF;
		padding: 0 0 0 0;
		margin: 0px 8px 0px 0px;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size:10px;
		color: #333;
		float:left; 
		}


#menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
#menu li {		
		margin: 0px;
		padding:0px;
		}


#menu li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-top: 1px solid #90bade;
		border-left: 10px solid #1958b7;
		border-right: 5px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}
		
html>body #menu li a {
		width: auto;
		}

#menu li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 5px solid #5ba3e0;
		background-color: #6689A7;
		color: #fff;
		}
		

#menu li.clear a, #menu li.clear a:hover {
		margin-left:10px;
		padding-bottom:0px;
		background-color: #FFF;
		border: 0px solid;
		color:#2F75A6;
		}
		
#menu ul.resources {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		border:1px solid #CCC;
		}
		
#menu ul.resources img {
		display:block;
		margin: 0px;
		padding: 0px;
		border: none;
		}

#menu ul.resources a {
		padding:3px 0px 3px 15px;
		background-color: #FFF;
		border: 0px solid;
		color:#2F75A6;
		}
		
#menu ul.resources a:hover {
		border: 0px solid #1c64d1;
		background-color: #FAFAFA;
		color:#0965A6;
		}
		

		
#menu div.menutext {
	font-size:10px;
	color:red;
	padding:10px 0px 10px 0px;
	}
		
		
div.menusearchrow {
  width:160px;
  padding:0px;
  padding-top: 10px;
  margin:0px;
  margin-bottom:0px;
  
  }

div.menusearchrow span.input {
  float: left;
  text-align: right;
  margin-left:10px;
  margin-right:4px;
  }
  
div.menusearchrow span.input input{
  width:90px; 
  height:19px;
  }

div.menusearchrow span.submit {
  text-align: left;
  } 
