
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/
/*
body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}
*/
/*
#wrapper {
margin: 0 auto;
width: 100%; / * 800px; * /
padding: 0;
text-align: left;
}
*/
/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/
/*
#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 100%; / * 800px; * /
height: 78px;
}
*/
/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background:url(images/bgmiddle.png) right repeat-y; 
/* width: 100%; 800px; */
height: 100%;
/*padding: 0px 0px 0px 17px;*/
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/
/*
#header {
background: url(images/header.png) top center no-repeat; 
width: 746px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 60px 0px 0px 20px;
color: white;
font-size: 50px;
text-align: ;
}
*/
/*                    Menu                   */
#menu {
width: 150px;
height: 100%;
margin-top: 10px;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
ul{list-style:none;margin:0;padding:0;text-align:left;}

/*
#stuff {
background:  url(images/texttop.png) top left no-repeat;
width: 520px;
margin: 0px 0px 0px 220px;
padding-top: 55px;
border: 2px navy;
}
*/
img{border:none;} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/
/*
#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 100%;
height: 50px;
text-align:center;

}
*/
dl, dt, dd, ul, li{margin:0;padding:0;list-style-type:none;}

#menu dt{
cursor: pointer;
background: #A9BFCB;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left:8em;
margin-top: -1.4em;
width: 10em;
background: #A9BFCB;
border: 1px solid gray;
}

#menu ul{padding:2px;}

#menu li{
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a{color: #000;text-decoration:none;display:block;}

#menu li a:hover{text-decoration:underline;}

#mentions{
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}

#mentions a{text-decoration:none;color:#222;}

#mentions a:hover{text-decoration:underline;}

