#content p.button a {
	padding: 8px 16px;
	color: #fff;
	background-color: #652c90;
	border: 1px solid #004f2f;
}

#content p.button a:hover {
	color: #ffffff;
	background-color: #004f2f;
	text-decoration: none;
}

#content p.button a:focus {
	color: #ffffff;
	background-color: #004f2f;
	text-decoration: none;
}

#content p.button a:active {
	background-color: #fed082;
}

p.imgholder {
	position: relative;
	left: 0px;
	float: left;
	height: 220px;
	width: 175px;
	margin-right: 10px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

ol {
	font-size: 75%;
	padding-left: 20px;
}
              
.box {
	height: 180px;
} 

.box ul li {
	margin-bottom: 5px;
}

#main a {
	font-size: 100%;
}                  

table.contact {
	font-size: 80%;
}   

span.red {
	color: #CC0000;
} 

#content ul.helplist li a{
   font-size: 65%;
}

ul.list
{
	list-style-type: none;
	font-size: .9em;
}

li.list 
{
	padding-bottom: 10px;
}