body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#wrapper
{
	clear:both;
	width: 720px;
	padding: 10px 10px 20px 10px;
	background: white;
}

#content
{
	width: 720px;
	padding: 10px 10px 20px 10px;
	background: white;
}

#content h1
{ 
	font-size: 24px;
	font-weight:bold;
	color: #34B3D1;
	line-height:105%;	
	text-decoration:none;
}
#content h2
{ 
	font-size: 18px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	line-height:105%;
	text-indent:20px;
}

#content hr
{ 
	width:80%;
	text-align:left;
}

#menu h3 a{
	color:#999;
	border-bottom: none;
	text-decoration: none !important;
}

#content li {
	font-size: 120%;
	list-style: none;
	border-bottom: none;
	text-decoration: none !important;
	margin-bottom: 5px;
	line-height:100%;
	font-weight:bold;
}

#content .first {
	margin-top: 5px;
}

#content .last {
	margin-bottom: 15px;
}

#content li a {
	color:#333;
	display:block;
}

#content li a.active {
	color: gray;
	text-decoration: none !important;
}

#content li a:hover {
    color: #666 !important;
    text-decoration: underline !important;
}

#content ul {
	padding-left: 20px;
}



