body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
	background-color: #666666;
	margin: 0px;
}
h1 {
  margin-top: 0px;
}
.opshead1 {
   background-color: green;
   color: white;
   font-family: times, serif;
   font-size: 1.5em;
   font-weight: bold;
   text-transform: uppercase;
   padding: 2px;
   margin-bottom: 1em;
}
.opshead2 {
   font-size: 1.2em;
   font-weight: bold;
}
.opssub1 {
   font-weight: bold;
   margin-top: .8em;
}
.bannerpic {
   border-left: 1px solid black;
}
.idstripe {
   background-color: green;
   color: white;
   font-size: 1.2em;
   padding: 2px 2px 2px 20px;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   
}
.footerstripe {
   background-color: green;
   color: white;
   font-size: .9em;
   padding: 2px 2px 2px 2px;
   border-top: 1px solid black;
}
.footerstripe a {
   color: white;
   font-size: .9em;
   text-decoration: none;
}
.menu1 {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white; 
    background-color: #666666;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding: 2px 0px 2px 5px; 
    margin: 8px 0px 0px 0px; 
    text-decoration: none;
 }
.menu3 {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black; 
    background-color: yellow;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    padding: 2px 0px 2px 5px; 
    margin: 12px 8px 8px 8px; 
    text-decoration: none;
 }
.line {
    border-bottom: 2px solid rgb(50%,40%,30%);
    margin: 0px 4px 0px 4px; 
 }
.menu2 {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: transparent;
    text-align: left;
    font-weight: bold;
    margin: 1px 0px 0px 8px; 
    text-decoration: none; 
}
a.menu1:link {
	color: white;
}
a.menu1:visited {
	color: white;
}
a.menu1:hover, a.menu2:hover {
	color: #000000; background-color:#EEEEEE;
	border-right: 1px solid #660000;
}

a.menu3:hover {
	color: #000000; background-color:white;
}

a.menu1:active, menu2:active {
	color: #CC0000; background-color:transparent;
	text-decoration: underline;
}
