div {
	border: none;
	}

body {
	width: 100%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}

#header {
    position: absolute;
    top: 15px;
    right: 15px;
	z-index: 5;
}

#headerbg {
	height: 160px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/bgimage.jpg);
	background-repeat: repeat-x;
	z-index: 1;

}

#title {
	position: absolute;
	top: 50px;
	left:290px;
	color: #008000;
	font-family: Arial;
}

#subtitle {
	position: absolute;
	top: 100px;
	left: 315px;
	color: #000000;
	font-family: Arial Rounded MT Bold, Arial, Verdana, Helvetica, sans-serif;
}

#subtitleb {
    position: absolute;
	top: 35px;
	right: 50px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 500;
	font-size: .9em;
}

#subtitlec {
    position: absolute;
	top: 60px;
	right: 150px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 500;
	font-size: .9em;
	border: 1px dashed Scrollbar;
	border-color: #aaa;
}
	
#leftcol {
	float: left;
	width: 140px;
	margin-left: 20px;
	margin-top: 30px;
	border: 0px dashed Scrollbar;
	color: #000;
	padding: 5px;
	background-color: #fff;
}

#leftcola {
	position: absolute;
	left: 20px;
	top: 380px;
	width: 140px;
	z-index: 3;
	color: #000;
	padding: 5px;
	background-color: #FFF;
}
		
#rightcol {
	position: absolute;
	left: 80%;
	top: 180px;
	width: 180px;
	z-index: 3;
	color: #000;
	padding: 5px;
	background-color: #F4FFE4;
	border: 1px dashed Scrollbar;
}

table.one {
	border-collapse: collapse
}

#leftcol p, #leftcol li, #rightcol p {
	font-size: .8em;
	}
	
#content {
	margin: 20px 25% 0 200px;
	padding: 7px;
	color: #000;
}
	
#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px dashed Scrollbar;
	color: #333;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
	
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	color: #000080;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: Red;
	font-size: 0.9em;
}

h1 {
    font-size: 1.5em;
	font-family: Arial;
	margin-top: 0px;
	}
	
h2 {
	font-size: 1em;
	font-family: Arial;
	margin-top: 0px;
	}
	
h3, h4, h5, h6 {
	font-family: Arial;
	margin-top: 0px;
	}
	
#spacer {
	width: 140px;
	height: 300px;
}

img.x {
	position: relative;
	left: 0px;
	top: 25px;
}

#textboxleft {
	position: relative;
	top: 10px;
	width: 140px;
	font-size: 0.65em;
	font-family: Arial, Helvetica, sans-serif;
}

#menu{
  position:relative;
  width:130px;
  height:auto; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  float:left;
  padding: 0px;
  background:#fff;
  }

#nav,#nav ul{
  position:relative;
  padding:0;
  margin:0;
  list-style:none;
  line-height:30px;
  color:white;
  z-index:110;
  }
	
#nav li{
  float:left;
  padding:0;
  width:140px !important;
  width:140px;
  }
	
#nav li a{
	display: block;
	width: 130px !important;
	width: 130px !important;
	text-decoration: none;
	color: #000080;
	text-align: left;
	border-bottom: 1px solid blue;
	font-size: 1.0em; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}
	
#nav li a:hover,#nav li.selected a:hover{
	color: Red;
	background-color: #eee;
	border-bottom: 1px solid Red;
}