body  { color: black; font-size: 10px; font-family: Verdana; background-color: white; margins: 0 }

table {  color: black; font-size: 10px; font-family: Verdana; background-color: white }

a:link  { color: #336699; font-weight: bold; text-decoration: none }

a:visited  { color: #336699; font-weight: bold; text-decoration: none }
		
a:hover { text-decoration: none;
	    font-weight: bold;
	    color: #262f2f }

.vert_line { position: absolute;
		 left: 465px;
		 top: 20px;
		 height: 360px;
		 border-left: solid 1px #333333;
		 padding: 0px;
		 margins: 0px }

.horiz_line { position: absolute;
		  left: 80px;
		  top: 128px;
		  width: 535px;
		  border-top: solid 1px #333333;
		  padding: 0px;
		  margins: 0px }

.logo { position: absolute;
	  left: 480px;
	  top: 25px;
	  padding-right: 20px;
	  padding-bottom: 20px }

.photo { position: absolute;
	   left: 160px;
	   top: 140px;
	   padding-left: 0px;
	   padding-bottom: 20px }

.descrip { position: absolute;
	     left: 135px;
	     top: 20px;
		width: 315px;
		font-family: Verdana;
		font-size: 10px;
		color: #333333;
		text-align: right;
		margins: 0px }

.descrip2 { position: absolute;
		left: 480px;
		top: 145px;
		width: 180px;
		font-family: Verdana;
		font-size: 10px;
		color: #333333;
		text-align: left;
		margins: 0px }
		
.navigation { position: absolute;
		left: 360px; 
		top: 95px; 
		font-family: Verdana; 
		font-size: 10px; 
		color: #336699; 
		text-align: left; 
		padding: 0px;  
		margins: 0px }
