﻿body {
}
.wrapper
{
  text-align: left;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color:#FFF;

}
.module
{
	
	width:182px;
}

.module .title
{
	
    background-image:url('../images/modulebg.png');
    background-position:top left;
    height:29px;
	background-repeat:no-repeat;
	padding-top:7px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	text-align:center;
  
}

.module .content
{
    background-image:url('../images/modulebg.png');
    background-position:left bottom; 
    min-height:50px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:12px;
	margin:0px;
}

.module  a
{ 
    color:#0071b7;
    text-decoration:none;
    font-weight:bold;
}

.module .active  a
{ 
    color:#000;
    text-decoration:none;
}
.module  a:hover
{
    color:#000;
    text-decoration:none;
}

.module  ul {
    margin:0px;
    margin-left:10px;
    padding:0;
    list-style:none;
 }
 
.module  li {
     margin:0;
    padding:2px 25px 4px 0px ;
   
 }  
 
