#nav {
	position: relative;
	z-index: 0;
	border: 0px solid green;
        top: 0px;
        left: 0px;
	height: 48px;
	width: 701px;
	}
	
.navpos {
	position: absolute;
	z-index: 2;
	width: 101px;
        height: 24px;
	margin: 0px;
        border: 1px solid blue;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
	}


.subnav {
	position: absolute;
	z-index: 1;
	visibility: hidden;
        top: 23px;
        left: -1px;
        width: auto;
        min-width: 200px;
	background-color: white;	
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border: 1px solid blue;
        border-top: 2px solid red;
        font-size: 12px;
        line-height: 24px;
        font-weight: light;
        text-align: left;
	}
UL {
        /* list-style-image: url(../images/gt_li.gif); */
        list-style-type: square;
        list-style-position: outside;
        virtacal-align: center;
   }
UL UL { list-style-image: none; }

#nav a {text-decoration: none;}
#nav a:link, a:visited {color: green;}
#nav a:hover {
        color: blue;
	text-decoration: underline;
	}

#newsitem {
  border: 2px solid blue;
  border-right: 2px solid blue;
  width: 20em;
  height: 100px;
  padding: 5px 10px;
  overflow: auto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-family: Times New Roman, serif;
  color: black;
  background-color: white;
  cursor: crosshair;
  }
#newsitem p {
  text-indent: 10px;
  text-align: justify;
  }
#login h3 {
	font: bold 10px /1.5 Verdana;
	color: #333;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 1px 0px;
	}
form {
	font: 10px /1.5 Verdana;
	margin: 0px;
	padding: 0px;
	}
	
#login input{
	font: 9px /1.5 Verdana;
	color: #000;
	background: #E9EDF8;
	width: 100px;
	border: 1px solid #666;
	}
#login input.logsubmit {
        color: blue;
        font: 10px /1.5 Verdana;
        font-weight: bold;
        padding-top: 5px;
        background: none;
        border: 0px;
        }
