/* CSS Document */
body {
padding : 0;
margin : 0;
height : 100%;
background-image : url(images/bg.gif);
background-repeat : repeat-x;
font-family : "Trebuchet MS", Georgia, Times, serif;
}

#content {
   padding-top : 130px;
   padding-bottom : 30px;
   padding-left : 255px;
   padding-right : 12%;
}
#content h1 {
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 200%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}

#content h2 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 120%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

#content h3 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 110%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

#content p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 90%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 130%;
}
#logo{
    position : absolute;
    top : 12px;
    left : 20px;
    z-index : 50;
}
#script {
    position : absolute;
    top : 8px;
    right : 0;
    text-align : right; /*Mild hack for Netscape 4*/
}

#date {
	position : absolute;
	top : 100px;
	left : 30px;
	text-align : left; /*Mild hack for NN4*/
	z-index :49;
}

#date p {
	  font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 85%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
}

#navigation {
       position : absolute;
       top : 190px;
       left : 50px;
       width : 157px;
	   /*height : 100%;*/
	   background-color: #003399;
   	   z-index:100;
	   color: #FFFFFF;
}

hr {
	align: center;
	width: 66%;
	size: 8;
	noshade: noshade;
	}

body {
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 157px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 156px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #003399; /* IE6 Bug */
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 0;
	text-size : smaller;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #003399; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 2px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */



