/*stylesheet*/

#contentFrame {
	position: absolute;
	left: 0px;
	top: 0px;	       
	height: auto;
	width: 800px;      
	background-color: transparent;
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}
 #contentOther {
   position: relative;
	/*left: 260px;     */  
	top: 0px; 
	
	left:20%;        /*modded this from 35%*/
    width:80%;		
	margin: 1px;
	padding: 1px;
	height: 500px;
	background-color: transparent;
	border: none;
}  
 #footer1  {
  position: relative;
  top: 160px;
  left: 0px;
  margin: 1px;
  padding: 1px;
  height: auto;
  width: auto;   /*500px*/
  background-color: transparent;
  color: #000000;
  font-family: Arial;
  font-weight: bold;
 } 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
#navcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;          /* top right bootom left*/
	margin:70px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	width: 150px;    /*controls the width of the box*/
  }
#navcontainer ul {
  margin-top: 0px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  }
#navcontainer li {
  margin-bottom: 0px;
  }
#navcontainer a {
  display: block;
  padding: 0px;
  width: 150px;         /*200pxthis controls the width of the LIST container*/
  background-color: #66CCFF;
  border: 1px solid #666;
  border-left: 0;
    margin-left: 0px;
    background-image: url(images/menu4.gif);
  }
#navcontainer a:link, #navlist a:visited {
  color: #000000;
  text-decoration: none;
  }

#navcontainer a:hover {
  background-color: #000fff;
  margin-left: 0px;
  border-right: 0;
  border-left: 1px solid #000666;
  background-position: -150px;
  color: Yellow;
  }
.h1wht {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 20pt;
}
.h2wht {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
.h1blk {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial;
}
.h2blk {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
}
.h2blu {
	color: #0000FF;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
}
.h3blk {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
}
.h3blu {
	color: #0000FF;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
}
	img.L {
float:left;
margin: 1px 1px 1px 1px;
/*top right bottom left*/
 border-style: outset outset outset outset;
 border-color: Black;
 }
	img.photo{
margin: 5px 5px 5px 5px;
/*top right bottom left*/
 border-style: outset outset outset outset;
 border-color: Black;
 }
p.margin {margin-left: .5cm;
  padding-right: 1cm;
  }
a.VW:link {
color: #0000FF;
text-decoration: underline
}
a.VW:hover {
color:   #00CC99;
text-decoration: overline underline;
}
#navcontainer a:active{
  margin-left: 0px;
  border-right: 0;
  border-left: 1px solid #666;
  background-position: -300px;
  color: Yellow;
}
