div.body
{
	width: 800px;
}
div.body h1
{
	text-decoration:none;
	border-bottom-width:0px;
}
div.body p
{
	margin-bottom: 30px;
}
div.body p.last
{
	padding-bottom: 30px;
	border-bottom: 2px dotted gray;
}
div.profilemenu
{
	margin-top: 15px;
	margin-bottom: 15px;
	color: white;
	font-weight: bold;
	font-size: 1.25em;
}
div.profilemenu a button
{
	vertical-align: top;
	color: white;
	border-width:0px;
	text-decoration:none;
}

div.profilemenu button
{
padding: 0px;
margin: 0px;
	vertical-align: middle;
	text-align: middle;
	background-repeat: none;
	height: 27px;
	border-width: 0px;
	cursor:hand;
	cursor:pointer;
	color: white;
	text-decoration:none;
}
div.profilemenu button.rightbutton
{
	padding-right:30px;
	padding-left: 15px;
	background-image: url('http://www.contractadministratorsonline.com/images/button_right.png');
	background-position:right;
}
div.profilemenu button.leftbutton
{
	padding-left: 30px;
	padding-right: 15px;
	background-image: url('http://www.contractadministratorsonline.com/images/button_left.png');
}
div.body dl
{
	margin:0px;
}
div.body dt
{
	font-size:2em;
	font-weight:bold;
	margin:0px;
	color: #f7941e;;
}
div.body dt.noitems
{
	font-size: 1.25em;
	color: #c0c0c0;
}
div.body dl dd ul 
{
	margin:0px;
	padding:0px;
}
div.body dl dd ul li
{

	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left: 15px;
}
