body {
  width:100%;
  height:100%;
  color:black;
  font-family:arial;
  font-size:0.9em;
  font-weight: normal;
  text-align:left;
  line-height:100%;
}



h1 {
  font-family:verdana;
  font-size:1.1em;
  font-weight: 900;
  color:rgb(0,20,150);
}

h2 {
  padding:0px;
  font-family:verdana;
  font-size:1em;
  font-weight: bolder;
}

.myImage { 
  position:relative;

}

ul { 
  list-style-type:circle;
  list-style-position:outside;
  marker-offset:20px;
}
p{ 
padding:10px;
 }

div.logo { 
  background-image:url(pix/raven_logo_med.jpg);
  background-repeat:no-repeat;
  background-position:85% 10px;
 }
div.container { 
  width:95%;
  line-height:100%;
  border:1px solid #73AA9C;
  min-width:900px;
 }

div.header{ 
  padding-left:20px;
  padding-top: 2px;
  padding-bottom:2px;
  color:white;
  background-color:#73AA9C;
  clear:left;  
  text-align:center;

 }

div.instruction { 
  padding: 25px
 }

div.links { 
  padding: 25px;
  
 }

div.footer { 
  padding:10px;
  color:white;
  text-align:center;
  background-color: #73AA9C;
  clear:left;  
  font-family:arial;
  font-size:0.8em;
  font-weight: bold;
  position:relative;
  bottom:0%;
 }

div.user-greet{
  padding:5px;
  color:#73AA9C;
  background-color: #ffffff;
  text-align:right;
}

.form { 
  font-family:arial;
  font-size:1.1em;
  font-weight: normal;
  color: #000000;
  position: relative;
  padding:20px;
  width:100%;
 }

.fieldset{ 
 position:relative;
 min-width:750px;
 margin: 2% 5% 2% 5%;	
 }

.legend{   
  font-family:verdana;
  font-size:1em;
  font-weight: 800;
  color: silver;
  font-stretch:ultra-expanded;
  font-style:oblique;
 }

a:link {
	color: #73AA9C;
	font-weight:600;
	font-size:0.9em;
	text-decoration: underline;
	} 
a:visited {color: #FFA850;
	font-weight:600;
      font-size:0.9em;
	text-decoration: underline;
	} 
a:hover {color: #00dd11;
	text-decoration: none;
      font-size:0.9em;
	} 
a:active {color: #999900;
	text-decoration: none;
      font-size:0.9em;
}

a.user-greet:link {
	color: #3333ff;
	font-weight:600;
	font-size:0.9em;
	text-decoration: underline;
	} 
a.user-greet:visited {color: #FFA850;
	color: #3333ff;
	font-weight:600;
	font-size:0.9em;
	text-decoration: underline;
	} 
a.user-greet:hover {color: #00dd11;
	text-decoration: none;
      font-size:0.9em;
	} 
a.user-greet:active {color: #999900;
	text-decoration: none;
      font-size:0.9em;
}

TD.light{ 
      font-family: Verdana;
      font-weight: bold;
      font-size: smaller;
      text-align: right;
      border-top: 1pt solid #FFFFFF;
}	
FONT.reg{ 
      font-family: Verdana;
      font-size: smaller
}
.login{
      min-width:300px;
      width: 700px;
	border-top: none;
	border-bottom: thin solid #00FF00;
      border-color:#cc9900;
	margin: 20px 0px 20px 0px;

}