body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #ffffff;
	margin: 0;
	padding: 0;

}

a {
	text-decoration: underline;
	color: #003366;
	font-weight: bold;
}

.content {
	border: #FFFFFF;
	padding: 44px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	line-height: 20px;
	width: 562px;
}

/* left nav stuff */

td.leftcontainer {
	border-right: 3px solid #878751;
	padding-top: 45px;
	margin: 0px;
	text-align: right;
}


.leftnav {
	padding: 0;
	margin: 0;
}

.leftnav td {
	border-bottom: 1px solid #878751;
}

.leftnav a {
	text-decoration: none;
}

.leftnav img {
	margin-top: 15px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

.subnav {
	border-bottom: 1px solid #878751;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	background-color: #CFCFB9;
	height: 14px;
	padding-right: 28px;
}

.subnavsmall {
	border-bottom: 1px solid #878751;
	padding-top: 7px;
	font-size: 9px;
	font-weight: normal;
	background-color: #E7E7DC;
	height: 14px;
	padding-right: 28px;
}

.subnavlast {
    border-bottom: 1px solid #878751;
	background-color: #CFCFB9;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	padding-right: 28px;
	padding-bottom: 3px;
}





div.container {
  border: 1px dotted #666666;
  }


div.float {
	float: left;
	padding: 20px;
  }
  
div.float p {
	text-align: center;
	text-decoration: underline;
   }
   
 div.spacer {
  clear: both;
  }
.imgborder {
	border: 1px solid #FFFFFF;

}
.headline {
	font-size: 14px;
}
.alternate {
	color: #660000;
}


hr {
	background-color: #660000;
	border-bottom: 1px dotted #666;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 85%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-left: 0;	
	height: 1px;
}
h1 {
	font-size: 18px;
	color: #660000;
	font-weight: lighter;
}

h2 {
	font-size: 14px;
	}
	
h3 {
	font-size: 12px;
	color: #660000;
	}
	
