body {
	margin: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #2b2b2b;
  background-color: #000033;
}

img {
	border: 0;
}

a {
	color: #2059a8;
	text-decoration: none;
}

.map {
  width:600px;
  height:400px;
}

a:hover {
	text-decoration: underline;
}

.aTopBar {
	color: #FFFFFF;
	text-decoration: none;
}

.topBar 
{
	width: 100%;
	height: 28px;
	background-image: url(img/barBack.png);
	background-repeat: repeat-x;
}

#bottomBar {
	border: solid 1px #d0d0d0;
  padding:5px 10px 5px 10px;
  background-color: #eff3ff;
/*  color:white;
	background-image: url(img/bottomBar2.gif);
	background-repeat: repeat-x;*/
}

.small {
	font-size:1em;
	font-style:italic;
	line-height:1.3em;
	color: #333333;
}

#leftNav 
{
	border: solid 1px #d0d0d0;
	width: 160px;
	margin: 10px 10px 10px 0px;
/*	z-index: 99; */
/*	float: left; */
}

#leftNav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 160px;
}

#leftNav li 
{
	padding: 0;
	margin: 0;
	position: relative;
	width: 160px;
	vertical-align: bottom;
	z-index: 9;
}

#leftNav li a 
{
	text-decoration: none;
	color: #003366;
	display: block;
	width: 160px;
	font-size: 1.05em;
	border-bottom: solid 1px #d0d0d0;

}

#leftNav li a:hover 
{
	background-color: #eff3f7;
}

#leftNav li:hover 
{
	background-color: #eff3f7;
/*	cursor: pointer; */
}


.linkText 
{
	padding: 5px 2px 5px 4px;
}


.extLinks 
{
	margin-top: 35px;
	border-top: solid 1px #d0d0d0;
	
}

.extLink 
{
	color: #993333;
}

#pageContent {
	margin: 10px 0 10px 0;
  width: 795px;
  background-image:url(img/boxBack.gif);
  background-repeat:repeat-y;
}

#pageContent p {
	margin-top:0;
  margin-left: 10px;
	margin-bottom: 10px;
	line-height:1.4em;
  width: 770px;
}

.title {
  color: #C80000  ;
  font-size: 1.4em;
  position: relative;
  vertical-align: middle;
}

.evidence {
  color: #C80000  ;
  font-size: 1.4em;
}

.more 
{
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 10px 10px 0;
}

.top {
  height: 35px;
  background-image:url(img/boxTop.gif);
}

.bottom  {
  background-image:url(img/boxBottom.gif);
}

