body {
	margin: 0;
	padding: 0;
	background-color: #A3AFCB;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
}
#masthead {
	border-bottom: 1px solid #DED6C5;
}
#mainCell {
	background-image:  url(../images/mainCellBack.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: top;
	padding: 28px 40px 0 45px;
}
#mainCell h1 {
	margin: 0;
}
#mainCell p {
	margin: .5em 0 .8em 0;
}
#mainCell a:link, #mainCell a:visited {
	color: #354c87;
}
#mainCell a:hover, #mainCell a:active {
	background-color: #eee8df;
}
#navCell {
	background-image:  url(../images/navBack.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	padding-top: 28px;
	padding-bottom: 50px;
}
#copyright {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
#bulletListsTable {
	margin-top: 15px;
}
#bulletListsTable td {
	vertical-align: top;
}
#bulletListsTable p {
	margin: 0 0 .5em 0;
}
#bulletListsTable ul {
	list-style-image: url(../images/blue_bullet.gif);
	margin: 0 0 1em 25px;
	padding: 0;
}
#bulletListsTable li {
	margin-bottom: .3em;
}
img.bioLeft {
float: left;
margin-right: 10px;
} 