<style type="text/css">
/* all lists */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
/*appearance of links (in top level nav bar) we negate this later for sublists*/
#nav a {
	display: block;
	width: 8em;
	font-size: 10pt;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* all list items controls width of first level nav bar*//* width needed or else Opera goes nuts */
#nav li { 
	float: left;
	width: 6em; 
}
/* second-level lists */
#nav li ul {
	position: static;
	width: 10em;
	left: -555em;
	background-color: #999999;
	padding-bottom: 0.5px;
	padding-left: 0.5px;
	visibility: visible;
}
/* (changes ANY attributes of sublist links) returns sublist font to standard not small caps and sets line height*/
#nav li ul a {
	font-variant:normal;
	line-height:1.5;
	width:20em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
/*underlines rollover links on sublists*/
#nav li ul a:hover {
	background-color: #663366;
	color: #FFFFFF;
}
/* third-and-above-level lists */
#nav li ul ul {
	margin: -1em 0 0 8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -555em;
}
/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}
/*any page content for future reference goes in here*/
#content {
	clear: left;
	color: #ccc;
	height: 150px;
	width: 600px;
	left: 23px;
	top: 176px;
	position: static;
	z-index: 1;
	visibility: visible;
}
/*set bg image with no repeat, page font to Arial and margins to 0*/
body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#graphic {
	position: static;
	width: 1024px;
	left: 0px;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	width: 250px;
	height: 175px;
	padding-left: 0px;
	padding-top: 0px;
	position: static;
	float: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	height: 15px;
	width: 1004px;
	position: static;
	top: 532px;
	padding: 10px;
	left: -6px;
	display: none;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	position: static;
	padding: 0px;
	text-decoration: none;
	
}
#footer2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#wrapper .events a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	position: static;
}
#wrapper .events img {
	position: static;
	padding-right: 10px;
}
#wrapper .events a:hover {
	text-decoration: underline;
}
h1 {
	font-variant: small-caps;
	font-size: medium;
}
/*absolutely positions div on page*/
#nav {
	position: absolute;
	z-index: 1;
	visibility: visible;
	background-color: #000000;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	top: 9px;
	width: 100%;
	left: -5px;
	display: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.searchbtn {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px groove #999999;
	z-index: 2;
	display: none;
}
#lpi_logo {
	height: 60px;
	width: 60px;
	position: static;
}
#wrapper {
	position: static;
	left: -5px;
}
#lpi_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	height: 50px;
	width: 250px;
	position: static;
	left: 45px;
	top: 18px;
}
body, #wrapper, #footer #footer2 #graphic {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
position: static; !important;
}

</style>
