#mainWrapper {
        margin-top: 2em;
	background-color: #FFFFFF;
	text-align: left;
	width: 80%;
	vertical-align: top;
	}
#navSupp {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	background-color: #000000;
	}

#leftnav
{
  width: 15em;
  margin: 0%;
  padding:0;
}

#leftnav a:link {
            font-family: verdana, arial, sans-serif; 
            font-style: normal;
            font-weight:bold;
            font-size:100%;
            color : white;
            text-align: center;
            text-decoration : none;
            background-color: #000000;
            display : block;
            width : 100%;
            height : 2em;
            padding-top: 0.5em;
            padding-bottom: 0em;
           }


#leftnav a:visited {
            font-family: verdana, arial, sans-serif;
            font-style: normal;
            font-weight:bold;
            font-size:100%; 
            color : white;
            text-align: center;
            text-decoration : none;
            background-color: #000000;
            display : block;
            width : 100%;
            height : 2em;
            padding-top: 0.5em;
            padding-bottom: 0em;
            }

#leftnav a:active {
            font-family: verdana, arial, sans-serif;
            font-style: normal;
            font-weight:bold;
            font-size:100%; 
            color : yellow;
            text-align: center;
            text-decoration : none;
            background-color: #000000;
            display : block;
            width : 100%;
            height : 2em;
            padding-top: 0.5em;
            padding-bottom: 0em;
            }

#leftnav a:hover {
            list-style-type:none;
            font-family: verdana, arial, sans-serif;
            font-style: normal;
            font-weight:bold;
            font-size:100%; 
            color : white;
            text-align: center;
            text-decoration : underline;
            background-color: #000000;
            display : block;
            width : 100%;
            height : 2em;
            padding-top: 0.5em;
            padding-bottom: 0em;
            }

#leftnav ul { margin: 0;
              padding: 0;
            }

#leftnav li {
             list-style-type:none; 
             margin-top:0;
             margin-bottom:0.6em;
             padding-left:0; 
             padding-right:0;
             padding-top: 0;
             padding-bottom:0;
            }