body, html {
	height: 100%;
	margin: 0;
	background-color: #77CBBA;
}

h1 {
	font-family: arial; 
	font-size: 18pt; 
	text-align: center; 
	margin-top: 1%; 
	color: #2E439E;
	}
	
h1 a {
	text-decoration: none;
	color: #2E439E;
	}

h2 { 
	text-align:center;
	margin-left: 4em;
	}

p {
  	border-top: 0px; 
	padding-top: 10px; 
	font-family: Tahoma; 
	font-size:10pt;
 	margin: 0 auto;
 	text-align:center;
 	line-height: 1.2
	}
	
#wrapper {
	position: relative;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	}
	
.bgimg1 {
	background-image: url(images/roadname.gif);
	background-repeat: no-repeat;
	background-position: center
	}
	
.bgimg2 { 
	background-image: url(images/tatmem.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

#content {
	padding-bottom: 35px;
	width: 90%;
	padding-left: 5%;
}

#content ul{
	 }
	
#nav {
 	display:block;
	float:right;
 	text-left:2%;
  	}
	
#nav ul { 
	list-style: none;
 	margin: 0 auto;
	}

#nav li  a { 
	text-decoration:none;
 	padding: 0;
	}
	
#nav li a:link {
	text-decoration:none;
}

#nav li a:hover {
	color: white; 
	text-decoration: none;
	}
 
#footer 
{
	position: absolute;	
	bottom: 0px;
	text-decoration: none; 
	margin: 0;
	padding: 0; 
	white-space: nowrap;
	width: 100%;
	background-color: #ADD8E6;
	height: 60px;
	}

#footer p {
	margin-left: 1em;
	font-family: Verdana;
	font-size: 0.6em;
	color: #0000FF;
	}
	
#footer p a {
 	text-decoration: none;
	color: #0000FF;	
}

#footer p a:hover{
	color:#FFFFFF;
	}
	
.floatRight {
	float: right;
	margin-top: -2em;
	margin-right: 1em;
	}

.datatable {
 	font-size:0.8em; 
	font-family: Tahoma; 
	margin: 0 auto; 
	padding-left: 9em;
	padding-top: 1em;
	}

.center {
 	text-align:center;
}

 
