a:hover{
    background: transparent;
}
#header {	
	border-bottom: 1px solid #A1A6B1;
	background: white url("/evaluation/images/topblue.png") repeat-x top left;
	letter-spacing: .05em;
	padding: 10px 0 0 0;
	
}
#header{
    margin: 0;
    padding: 0;
}
#header h1, .description{
	margin: 0;
	padding: 0 0 0 1em;
	font-family: verdana, arial, helvetica, sans-serif;
}
#header h1{
    padding: 1em 0 .7em 1em;
}
#header h1 a, .description{
	color: #33337A;
    clear: both;
    padding: .3em 0;
}
#header a, #header {
	text-decoration: none;
	color: #2A3A89;
}
#header a:hover{
	background: transparent;
}
#header .description{
	border: 1px solid #2A3A89;
	border-width: 1px 0;
	background: #e7e7e7;
	color: #2A3A89;
	font-size: small;
	line-height: small;
	font-weight: bold;
}
#sidebar{
	padding: 0;
	background: transparent;
    clear: both;
}
#sidebar li ul{
    list-style-type: square;
}
#sidebar li ul li{
    padding: .2em 0;
}
.content{
	margin-top: 0;
    background: #DFEAF5;
}
#main{
	border: 1px solid green;
}
.post h2{
	font-size: 1.4em; 
	line-height: 1.0em;
	width: 100%;
	border-bottom: 1px solid darkgreen;
}
.post h2 a:hover{
	color: gray;
}
.info li{
    list-style-type: none;
}
