.wrapper {
  background-color:#000000;
  margin-left:20px;
  margin-right:20px;
  margin-top:20px;
}
.leftside {
   float: left;
   margin:0px;
   width:100px;
   height:400px;
   overflow:hidden;
   background-color:#CDCDCF; 
}
.leftmenu {
  background-color:#000000; 
}
.contents {
	position: relative;
	padding-left:10px;
	text-align:left;
	height: 400px;
	overflow:auto;
}

.titlebar {
	position: relative;
	padding-left:10px;	
	text-align:center;
	overflow:hidden;
	font-weight: bold;
	font-size: 16pt;
	height: 1.5em;
	border-bottom:thin;
	border-bottom-color:#CDCDCF;
	border-bottom-style:solid;
}

.footer {
    position:relative;
	width:100%;
	/*left:0px;
    top: 350px;*/
    border-top:thin;
	border-top-color:#CDCDCF;
	border-top-style:solid;
}
.leftmenu ul
{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-style: normal;
color: #FFFFFF;
text-align: left;
}

.leftmenu ul li { 
   display: block; 
   list-style-type: none; 
   background: #CDCDCF; 
   width:100px;
   padding-top: 5px;
   padding-bottom:5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   line-height: 100%;
}

.leftmenu ul li a
{
text-decoration: none;
color: #000;
font-weight:bold;
padding-left: .1em;
background-color: #CDCDCF;
}
.leftmenu ul li a.current
{
text-decoration: none;
padding-left: .1em;
color: #FFF;
background-color: #000;
}
.leftmenu ul li a:hover
{
color: #A1130F;
padding-left: .1em;
background-color: #CDCDCF;
}

