/*start layout section*/

    * {
    padding:0;
    margin:0;
    }
    
	body {
		margin:0% 0% 0% 0%;
		padding:0px;
		background: white;
		font: 80% verdana, arial, sans-serif;
		}

	#banner  { background-color: #ffffff; margin: 0; padding: 5px 0px 5px 10px; border-bottom: 1px solid #000000 }
                
     #centercontent    { background-color: #ffffff; margin-left: 215px; padding: 10px 10px 10px 30px }
     
     #footer    { background-color: #ffffff; margin: 5px; padding: 10px 10px 0px 0px }

/*end layout section*/

/*start menu navigation section*/

dl, dt, dd {
margin: 0;
padding: 0;
}

li {
	list-style-image: url(images/red_shell.jpg) ;
}

#white  { color: white }

#menu    { font-size: 10pt; position: absolute; top: 150pt; left: 10; width: 17em }

#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid black;
background: #008080;
}

#menu dd {
border: 1px solid gray;
}

#menu li {
background: #ffffff;
}

#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a:hover {
background: #FFFFFF;
color: #008080;
}

#menu li a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover {
background: #008080;
color: #FFFFFF
}
