/*Styles for content*/
#content {
	color: #686868;
	font: 1em Arial;	
}
#content h1{
	color: #394252;
	font: normal 1.8em Arial, sans-serif;	
	margin: 0; padding: 0 0 10px 0;
}

#content h2{
	color: #394252;
	font: normal 1.5em Arial, sans-serif;	
	margin: 0; padding: 0 0 10px 0;
}

#content a{color:#696969;}
#content a:visited{color:#696969;}
#content a:hover{color: #005782;}

#content ul.complex {
	alist-style:none!important;
	margin: 0; padding: 0;
}

#content ul.complex li {
	alist-style:none!important;
	margin: 0 0 5px 0!important; 
	padding: 0!important;
	background: none!important;
}

#content ul li {
	list-style: none;
	padding-left: 15px;
	background: url(/img/bullet.gif) no-repeat 0 3px;
}

#content ul li a img {
	border: none;
}

#content #compl {
	border-bottom: dashed 1px #696969;
	font-weight: bold;
}

#content #compl:hover {
	border-bottom: dashed 1px #005782;
}



/*Styles for content*/