/* CSS Document */

.picture {background-color:black; display:block;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #000000;
	display: block;
	text-indent: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.nav a {
	font-family:GArial, Helvetica, sans-serif;
	font-size: 100%;
	text-indent: 10px;
	color:black;
	text-decoration:none;
	display:block;
	line-height: 25px;
	border-bottom: 1px solid #666666;
	
}
.nav a:hover{ background-color:#003300; color: white;}


.text {font-family:Arial, Helvetica, sans-serif; font-size: 100%; padding: 5px 5px 5px 5px; margin: 5px 5px 5px 5px;}
.text-white {font-family:Arial, Helvetica, sans-serif; font-size: 80%; padding: 5px 5px 5px 5px; margin: 5px 5px 5px 5px; color:white;}

.boxR {
  width: 250px;
  border: 2px solid #7990AF ;
  background-color:#CCCCCC;
  padding: 5px;
  margin: 5px;
  float:right;
  vertical-align:top;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: none;
	background-color: #000000;
}
.text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #666666;
	right: 5px;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #666666;
	display: block;
	text-indent: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.top-little {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

.banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: white;
	border-bottom-width: thin;
	border-bottom-style: none;
	background-color: #666666;
	display:block;
}