body { 
/*	background-image: url(/keith/images/mainbg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed; */
	background-color: white;
	margin: 0 0 0 0;
}

.header {
  color: #5d200e;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold; 
}

table.site {
  width: 100%;
}

table.site td.sitebanner {
/*  border-bottom: solid black 2px; */
	background-color: white;
  height: 125px;
	width: 900px;
	padding: 0 0 0 0;
}

table.site td.sitemenu {
  width: 100%;
}

table.banner {
/*  background-image: url(/images/mainbg.gif);
	background-repeat: repeat-x;
	border-left: solid black 2px;
	border-right: solid black 2px; */	
  width: 1075px;
	background-color: white;
}
table.banner {
  background-image: url(/keith2/images/banner-left.jpg);
	background-repeat: repeat-x;
}

table.banner table td {
  align: center;
}

table.banner td.logo {
  width: 300px;
	height: 100%;	
	vertical-align: center;
  align: center;
  padding: 0 0 0 20px;
}

table.banner table td.slogan {
  width: 240px;
	height: 100%;	
	vertical-align: center;
	align: center;
}

table.banner table td.picture {
  width: 250px;
	height: 100%;
	align: right;	
	vertical-align: center;
}

table.menu2 {
  border: none;
/*	background-color: white; */
  vertical-align: top;
	height: 22px;
	width: 409px;
}

table.menu2 td {
  width: 155px;
  text-align: center;
	border-right: none;
}

table.menu2 td.right {
  border-right: none;
}

table.sidemenu a {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold; 
  text-decoration: none;
	color: #45657e;
}

table.sidemenu a:hover {
  text-decoration: underline;
}

table.menu a {
  text-decoration: none;
	color: #ffffff;
}

table.footer a {
  text-decoration: none;
	color: #000000;
}

table.menu img {
  border: none;
  cursor: pointer;
}

table.main {
	border: none;
	background-color: white;
	width: 950px;
	font: 13px Arial, Helvetica, sans-serif;
}

table.main th {
  text-align: left;
	padding: 10px 10px 10px 10px;
  color: #053a82;
	font-size: 12px;
	font-weight: bold;
}

table.main td {
  font-size: 13px;
  text-align: left;
	padding: 0 10px 0 10px;
	color: #000000;
}


table.directions {
/*	border: solid 1px black; 
  background-color: #e6dcc0; */
	border: none;
	background-color: white;
	width: 950px;
	font: 13px Arial, Helvetica, sans-serif;
}

table.directions td {
  font-size: 13px;
	padding: 0 10px 0 10px;
  text-align: left;
	color: #000000;
}

table.directions th {
  text-align: left;
	padding: 10px 10px 10px 10px;
  color: #002387;
	font-size: 14px;
	font-weight: bold;
}


table.apply {
/*	border: solid 1px black;
  background-color: #e6dcc0; */
	border: none;
	background-color: white;
	width: 950px;
	font: 13px Arial, Helvetica, sans-serif;
}



table.apply td.overview {
 text-align: center;
 vertical-align: top;
 align: center;
 height: 75px;
}

table.apply td {
  text-align: left;
  font-size: 13px;
	padding: 0 10px 0 10px;
	color: #000000;
}

table.apply th {
  text-align: left;
	padding: 10px 10px 10px 10px;
  color: #053a82;
	font-size: 12px;
	font-weight: bold;
}


