body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: small;
	}

#content h1 { color: #003399;}
#personal #content ul {
	list-style-type: disc;
	margin-left: 0px;
	padding: 0px;
	}
	
#personal #content ul li {
	background-image: url( ) ;
	background-repeat: ;
	padding-left: 0px;
	}
hr {height: 1px;width: 100%;background-color: #dddddd;border: 0px;margin: 0;padding: 0;}

/* actionBox ------------------------------ */

.actionBox {
	float: left;
	width: 180px;
	background: url(../images/box_call_to_action_bottom.gif) no-repeat bottom left;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background-color: #DFEFAF;
}

.actionBox h4 {
	margin: 0 0 -5px 0;
	padding: 10px;
	background: url(../images/box_call_to_action_top.gif) no-repeat top left;
	color: #003399;
	font-size: 100%;
}

.actionBox ul {
	margin-left:-10px;
	}

.actionBox h4 {
	line-height: 13pt;
	}

#footer {
	width: 750px;
	clear: both;
	margin: 0;
	padding: 10px 15px 15px 15px;
	font-size: 8pt;
	background-color: #ccddff;
}