@charset "utf-8";
/* CSS Document */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slide_show.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
/* set up the overall width of the menu div and the margins */
.contents1 {
font-family: verdana, arial, sans-serif; 
font-size:0.8em;
width:800px;
height:31px;
background:#333;
padding:0;
margin:0 auto; 
position:absolute;
z-index:-550;
border-bottom:0px solid #333;
margin-bottom:0px;
}
/* position the instructions using a dl */
.contents1 dl {
font-family:verdana, arial, sans-serif;
font-size:1.0em;
position:absolute;
width:700px;
top:11px;
left:100px;
}
.contents1 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.contents1 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.contents1 dl dd:first-letter {font-weight:bold;}

