body {
background:white;
margin:0px;
padding:0px;
font-size:12px;
color:#333;
text-align:center;
behavior:url(csshover.htc);
}

ul li:hover ul {
display:block;
}


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

li {
margin:0;
padding:0;
}


a {
text-decoration:none;
color:#666;
line-height:20px;
}

a:hover {
color:black;
font-size:14px;
line-height:20px;
text-transform: uppercase
}

a.link {
font-weight:bold; 
color:black; 
text-decoration:none; 
line-height:auto;
text-transform:none
}

a.link:hover {
font-size:12;
}

.img {
border:0;
}

/*  The <div> box that holds everything */

#container {
margin-left:auto;
margin-right:auto;
}

#container ul p {
margin-top:10px;
}

#container li a {
display:block;
}




/* class style to give the images in the slideshows a border */

.border {
border:3px solid black;
}


/* class style for the <ul> box that holds the images on the opening page */

#container img {
margin-left:auto;
margin-right:auto;
}

#container li {
position:relative;
}

#container ul ul {
display:none;
width:100%;
position: absolute; 
top:0;
border:0;
}

/* css to swap images in an list */

#container ul.level1 li.submenu:hover ul.level2 {
display:block;
}



/* style for the header bar that runs at the top of the container div */

#header {
}

#header h1 {
background:#CDCDCD;
color:white;
text-align:left;
padding:0px 10px;
font-size:30px;
margin:10px 0;
letter-spacing:1px;
}

#header h2 {
text-align:left;
position:relative; top:-10px; left:0px;
margin:0px 0 0px;
padding:0 0 0 20px;
color:black;
font-size:11px;
}



/* This is the class style for the main menu list.  It sets the properties and margins for the box that the <li> items sit in.  */
.menu {
font-size:16px;
margin:0 0 0 280px;
}

ul.menu li {
padding:5px;
margin:10px 0;
color:#333;
text-align:left;
}




/* this is the class style for the text underneith the Lance image. */

.lance {
width:400px; 
margin:10px auto; 
position:relative; 
left:80px; 
text-align:left;
}




/*  Style for the footer bar at the bottom */

#footer {
margin-top:60px;
text-align:left;
}

#footer img {
float:left;
position:relative;
top:-30px;
left:20px;
}