/* CSS Document *//* background elements */body { 	background: #fffffff;	text-align: center;	padding: 0px;	margin-top: 0px;	display: inline; /*IE doubled margin hack*/	}	#page {	margin: 0 auto;	width: 958px;	}		#main {	float: left;	width: 958px;	height: auto; 	padding: 0px;	margin-left: 0px;	display: inline; /*IE doubled margin hack*/	background: #fff url(images/background.jpg) repeat-y;	}.image {	padding-top: 0px;	padding-bottom: 0px;	}		.bio {	float: left;	padding-right: 20px;	padding-bottom: 10px;	}	.bioright {	float: right;	padding-left: 20px;	padding-bottom: 10px;	}	.bioleft {	float: left;	padding: 0 0 0 0;	}	.biopage {	float: right;	padding-left: 20px;	padding-bottom: 10px;	padding-top: 20px;	}	.hidden {display:none}	#paragraph {	text-align: justify;	float: left;	margin-top: 5px;	margin-left: 10px;	margin-bottom: 10px;	width: 940px;	display: inline; /*IE doubled margin hack*/	}			#paragraphsmaller {	text-align: justify;	float: left;	margin-top: 5px;	margin-left: 20px;	margin-bottom: 10px;	width: 900px;	display: inline; /*IE doubled margin hack*/	}		#paragraphabout {	text-align: justify;	float: left;	margin-top: 0px;	margin-left: 5px;	width: 940px;	display: inline; /*IE doubled margin hack*/	}	#paragraphleft {	float: left;	margin-top: 0px;	margin-left: 10px;	width: 446px;	display: inline; /*IE doubled margin hack*/	}	#paragraphright {	float: right;	margin-top: 0px;	margin-right: 10px;	width: 446px;	}	#aboutusleft {	float: left;	margin-top: 0px;	margin-left: 0px;	margin-bottom: 0px;	width: 471px;	display: inline; /*IE doubled margin hack*/	}	#aboutusright {	float: right;	margin-top: 10px;	margin-right: 10px;	width: 421px;	}h1 {		font-family: "Helvetica Neue Light", Helvetica, Verdana;	font-size: 12px;	color: #000000;	line-height: 130%;	letter-spacing: .1em;	font-weight: lighter;	text-align: justify;	}	h2 {		font-family: "Helvetica Neue Light", Helvetica, Verdana;	font-size: 17px;	color: #7F1786;	line-height: 130%;	letter-spacing: .1em;	font-weight: bolder;	text-transform:uppercase;	text-align: justify;	}	h3 {		font-family: "Helvetica Neue Light", Helvetica, Verdana;	font-size: 11px;	color: #000000;	line-height: 130%;	letter-spacing: .1em;	font-weight: lighter;	text-transform:uppercase;	text-align: justify;	}	h4 {		font-family: "Helvetica Neue Light", Helvetica, Verdana;	font-size: 12px;	color: #000000;	line-height: 130%;	letter-spacing: .1em;	font-weight: lighter;	text-align: center;	}	h5 {		font-family: "Helvetica Neue Light", Helvetica, Verdana;	font-size: 11px;	color: #000000;	line-height: 130%;	letter-spacing: .1em;	font-weight: lighter;	text-transform:uppercase;	text-align: center;	}	h6 {		font-family: "Helvetica Neue Light", Helvetica, Verdana;	font-size: 13px;	color: #000000;	line-height: 130%;	letter-spacing: .1em;	font-weight: bold;	text-transform:uppercase;	text-align: center;	}	h7 {		font-family: "Helvetica Neue Light", Helvetica, Verdana;	font-size: 11px;	color: #000000;	line-height: 130%;	letter-spacing: .1em;	font-weight: lighter;	text-transform:uppercase;	text-align: justify-left;	}	ul {	list-style-image: url('images/bullet.jpg')	}
