body,
html {
    margin:0;
    padding:0;
	background: ghostwhite;
	padding-left: 80px;

    }



img {
    border: 0;
    margin: 0;
    padding: 0;
    }
    
    

div {
	margin: 0;
	padding: 0;
	}


#page {	

	width: 760px;
	background:white;
    border-right: mintcream 2px solid;
    border-left: mintcream 1px solid;
	}

#wrap {
    margin-left: auto;
    margin-right: auto;

	width: 760px;
	}

#header {
 background: url(strip2.JPEG);
 width: 760px;
 height:190px;
}


#header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    }



#header li{
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    }

#menu1 {
    width: 145px;
    float: left;
	padding-top:9;
    }
	

#left {
    width: 108px;
    float: left;
    }



#menu2 {
 background: url(strip.JPEG);
 height:20px;
 text-align: right;
 font-size: 12px;
 text-transform: uppercase;
    font-weight: bold;
    font-family: verdana, helvetica, arial, sans-serif;
    padding-top: 10;
	margin-top:16;
    width: 760px;
 color:white;
 float: left;   }

div.menu2 a {
color: white;
text-decoration:none;
}


div.menu2 a:hover {
color: #81ca9e;
}

#contentbg {
	float:left;
	width: 590px;

	}	

#contentbgindex {
 background: no-repeat url(LUWbg.gif);
	float:left;
	width: 590px;

	}


#content {
	float:left;
	width: 590px;
	padding-top:0;
	font-size: 12px;
	font-family: verdana;

	}	
#counter {
	font-size: 12px;
	font-family: verdana;
	padding-left: 20px;
    }
  

#footer {
	clear: left;
	width: 760px;
	background: darkgreen;

    }
    
    

#footer p {
    font-family: verdana;
	font-size: 12px;
	text-align:center;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	

h1{
	font-family: verdana;
	font-size: 16px;
	color: ghostwhite;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: none;
	background:  forestgreen;
	border-bottom: gray 1px solid;
	padding-left:0px;
}


p{
	font-size: 12px;
	font-family: verdana;
	padding-left: 10px;
	padding-right: 100px;
}


a{
	font-family: verdana;
	font-size: 12px;
	color: green;	
	text-decoration: none;
		font-weight: bold;
}

a:hover{
	font-family: verdana;
	font-size: 12px;
	color: #81ca9e;	
	text-decoration: none;
		font-weight: bold;
}

table.menu a {
width:145px;
border-top:1px solid white;
border-right:1px solid gray;
border-bottom:2px solid darkgray;
display: block;
}

div.menu a {
    float: left;
color: white;
background: green;
text-decoration:none;
font-size:14px;
line-height:20px;
font-family: verdana;
padding: 2px 5px;
}

div.menu a:link {
color: white;
background: darkgreen;
}

div.menu a:active {
color: white;
background: darkgreen;
}

div.menu a:visited {
color: white;
background: darkgreen;
}

div.menu a:hover {
color: green;
background: white;
border:1px solid darkgreen;
}


