/* REDEFINED TAGS */
body {
	background: #666666;
	font: 70%/145% 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

h1 {
  color: #000;
  font-size: 160%;
  margin-bottom: 0;
}

h2 {
  color: #000;
  font-size: 140%;
  margin-bottom: 0;
}

h3 {
  color: #000;
  font-size: 140%;
  margin-bottom: 0;
}

h4 {
  color: #000;
  font-size: 130%;
  margin-bottom: 0;
}

h5 {
  color: #000;
  font-size: 120%;
  margin-bottom: 0;
}

h6 {
  color: #000;
  font-size: 100%;
  margin-bottom: 0;
}

a:link					{ color: #004B8D; text-decoration:underline; }
a:visited				{ color: #004B8D; text-decoration:underline; }
a:active 				{ color: #004B8D; text-decoration:underline; }
a:hover					{ color: #004B8D; text-decoration:underline; }
a:visited:hover	{ color: #004B8D; text-decoration:underline; }


/* LAYOUT OBJECTS */
#main {
	background: #fff url('/images/column-bg.gif') left top repeat-y;
	margin: 0 auto;
	width: 720px;
}

#head {
	clear: both;
	height: 207px;
	width: 720px;
}

#headImg {
	border: none;
	float: right;
}


#quoteWrapper {
	height: 130px;
	width: 200px;
}

#nav {
	color: #fff;
	float: left;
	padding: 10px;
	width: 200px;
}

#content {
	float: left;
	padding: 10px;
	width: 470px;
}

#foot {
	clear: both;
	width: 720px;
}

#footInfo {
	color: #004B8D;
	float: right;
	text-align: center;
	width: 500px;
}

#footImg {
	float: right;
}

#footInfo {
	margin-bottom: 5px;
}

#footInfo a				{ color: #004B8D; text-decoration:none; font-size:90%; margin: 10px; }
#footInfo a:hover	{ text-decoration:underline; }

/* CLASSES */
.quote {
	color: #fff;
	display: hidden;
	padding: 10px;
	width: 200px;
}
	.quoteSig {
		text-align: right;
		margin-top: 10px;
	}

.printOnly {
	display: none;
}

.menuItem {
	border-bottom: 1px dotted #fff;
	padding: 12px 0;
}

	.menuItem ul {
		margin: 0;
		padding: 0;
	}

	.menuItem ul li{
		margin: 0 0 0 20px;
		padding: 6px 0;
		list-style-type: none;
	}

.contentTable {
	width: 475px;
}

	.contentTable .firstCell {
		width: 136px;
	}
	
	.contentTable .secondCell {
		width: 300px;
	}
	
	.contentTable td {
		padding: 5px;
	}
	
.indexTable {
	width: 100%;
	border: 1px solid #D7DFE3;
}

	.indexTable .indexCell {
		width: 33%;
	}
	
	.indexTable td {
		border: 1px solid #D7DFE3;
		padding: 10px;
	}
	
	.indexTable .indexHead {
		padding: 5px 10px;
	}
	
.newsTable {
	width: 475px;
	}

	.newsTable .newsFirst {
		width: 60px;
	}
	
	.newsTable .newsSecond {
		width: 375px;
	}
	
	.newsTable td {
		padding: 5px;
	}
	
.bioTable {
	width: 475px;
	}

	.bioTable .bioFirst {
		width: 100px;
	}
	
	.bioTable .bioSecond {
		width: 335px;
	}
	
	.bioTable td {
		padding: 5px;
	}
	
.reTable {
	width: 475px;
	}

	.reTable .reFirst {
		width: 225px;
	}
	
	.reTable .reSecond {
		width: 225px;
	}
	
	.restTable td {
		padding: 10px;
	}
	
	
	
/*  BEGIN CHANGES */
a:link.mainnav	{ color:#fff; text-decoration:none; font-size:11px; font-weight:bold; }
a:hover.mainnav { color:#6693bb; text-decoration:none; font-weight:bold; }
a:visited.mainnav { color:#fff; text-decoration:none; font-weight:bold; }
a::visited:hover.mainnav { color:#fff; text-decoration:none; font-weight:bold; }

a:link.mainnavactive		{ color:#6693bb; text-decoration:none; font-weight:bold; }
a:hover.mainnavactive 		{ color:#fff; text-decoration:none; font-weight:bold; }
a:visited.mainnavactive		{ color:#6693bb; text-decoration:none; font-weight:bold; }
a:visited:hover.mainnavactive		{ color:#6693bb; text-decoration:none; font-weight:bold; }
/*  END CHANGES */

.menuItem a {
		color:#fff; text-decoration:none; font-size:11px; font-weight:bold;
	}

.menuItem a:hover {
		color:#6693bb; text-decoration:none; font-size:11px; font-weight:bold;
	}



















































/**/