body {
	background-color: #FFFFFF;
	background-image: url(topgradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

p,td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333; 
	line-height: 18px; }

.boldblue { color: #5262b0; font-weight: bold; }

.boldred { color: #c00; font-weight: bold; }

.bottom {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.smaller {
	font-size: 10px;
	line-height: 12px;
}


h1  { font-size: 18px; color: #5262b0; line-height: 20px;}

h2  {
	font-size: 14px;
	color: #5262b0;
	font-weight: strong; 
	margin-top: 5px;
	margin-bottom: -5px;
}

h3  {
	font-size: 13px;
	color: #333;
	font-weight: strong; 
	margin-top: 10px;
	margin-bottom: -10px;
}


h4  { font-size: 11px; line-height: 10px font-weight: strong; }

h5  { font-size: 12px; color: #333; line-height: 12px: strong; padding-top: 8px; padding-right: 35px; }


.footer  { font-size: 11px; color: #000;}

a:link, a:visited  {color: #5262b0; text-decoration: none; }

a:hover {color:#660000;}

.bodylink { color: #5262b0; }



#menu1 {
	width: 200px;
	}
	
#menu1 ul {
	list-style: none;
	margin: 20px 30px 0px 10px;
	padding: 0;
	}	
	
#menu1 li a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #5262b0;
	display: block;
	background:  url(featured.gif);
	padding: 4px 20px 4px 20px;
	}
	
#menu1 li a:hover {
	color: #5262b0;
	background:  url(over.gif)
	}	
	
#menu2 {
	width: 200px;
	}
	
#menu2 ul {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px 30px 0px 10px;
  }
  

#menu2 li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
	display: block;
	background:  url(nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
	text-decoration: none;
	padding: 4px 20px 4px 20px;
	line-height: 14px;
	}	
	
#menu2 li a:link, #menu2 li a:visited {
	color: #000;
	}
	
#menu2 li a:hover {
	color: #000;
	background:  url(over.gif);
	}
	
.label {
	font-weight: bold;
}		