/* Begin Basic Styles */
body {
	color: white;
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   margin-top:14px;
}
a:link, a:visited {
	color: #FFC875;
	text-decoration: none;
	border: none;
}
#ctrcol a:link, #ctrcol a:visited,#rcol a:link, #rcol a:visited {
	color: #0086D9;
	text-decoration: none;
	border: none;
}
a:hover,#ctrcol a:hover,#rcol a:hover {
	color: #993333;
	text-decoration: underline;
}

h1 {
	display: none;
}
h2 {
   margin-top: 42px;
   margin-bottom: 14px;
}
.home h2 {
   margin-top:21px;
}
h3 {
   margin-top: 21px;
   color: #440000;
}
#rcol h2 {
	margin-top: 14px;
   margin-bottom: 0;
}
p {
   margin-bottom: 14px;
   line-height:18px;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	background-color: white;
}
td {
	vertical-align: top;
	padding: 0;
}
#frame {
	width:980px;
	margin: 0 auto 0 auto;
}
#head {
	background-image: url(imgs/header.jpg);
   border-collapse: collapse;
   width: 100%;
}
#iphead {
   background-image: url(imgs/innerpagehead.jpg);
   border-collapse: collapse;
   width: 100%;
}
div#navbar {
   background-color: black;
   font-weight: bold;
   font-size: 14px;
   padding-top:6px;
   padding-bottom:6px;
   text-align: center;
   letter-spacing: 0.09em;
}
#navbar a {
   margin-left:14px;
   margin-right:14px;
}
#navbar a:link, #navbar a:visited {
	color: #FFC875;
}
#navbar a:hover {
	color: #ADADAD;	
}
#inner {
	background-color: white;
}
#ctrcol {
	padding: 30px 45px 10px 45px;
	color: #333;
}
#rcol {
	padding: 30px 8px 45px 22px;
	width: 458px;
	color: #333;
}
#bord {
	background: #ADADAD;
}
#rcol table {
	width: 100%;
}
#footer {
	font-size: smaller;
   text-align: center;
   padding:7px;
}
#tools {
   width: 260px;
   height: 0;
   float: right;
   display: block;
   margin-bottom: 14px;
   margin-right: 0;
}
#tools td,#crumbs {
   vertical-align: middle;
   font-size: 9px;
}
#tools td a {
   margin: 0 7px 0 7px;
}
#tools img {
   margin: 0;
}
#images {
   margin-top: 35px;
}
table.images td {
   font-size: smaller;
   font-style: italic;
   padding:7px 7px 14px 7px;
   color: olive;
}
.images td img {
   border: 2px solid black;
}