/* CSS Document *//*********************************global Styles*********************************/	html, body {	height: 100%;	background: #eee url(../images/layoutgraphics/pdi_gradient.gif) repeat-y top;	}	body {	width: 790px;	font: normal 85%/* changing this value will affect all the values below.*/ 'Lucida Grande', Arial, Tahoma, Helvetica, sans-serif;	margin-top: 0px;	margin-bottom: 0px;	margin-left: auto;	margin-right: auto;	padding: 0px 0px 0px 0px;	color: #000099	}	div {	margin: 0px;	padding: 0px	}	h1 { 	padding-top: 10px;	margin-top: 0px;	font-size: 1.4em 	}	h2 {	font-size: 1.2em;	border-bottom: 0px;	margin-bottom: 0px;	color: #CC0000	}	h3, h4, h5, h6 { font-size: 1em }	p, #content li {	line-height: 1.4em;	font-size: 1em	}	#content p li { font-size: 1em }		a { color: #000099 }		a:hover { color: #990000 }		a:visited { color: #551A8B }	/*********************************Main container Styles*********************************/	#main_container {	margin: 0px;	padding: 0px;	width: 100%;	height: 100%	}		/*********************************top Styles*********************************/#banner {	background-color: #fff;	height: 109px;	border-bottom: 1px solid black;	width: 757px;	margin-left: 10px	}	/*********************************Content Styles*********************************/	#content {	background-color: #fff;	float: left;	width: 747px;	padding: 0px 0px 20px 10px;	margin: 0px 0px 0px 10px;	border-bottom: 1px solid #aaa	}	#column1 {	width: 49%;	padding-right: 10px;	float: left;	overflow: hidden	}	#column2 {	width: 45%;	padding-top: 2.5em;	float: left;	overflow: hidden;	padding-left: 10px	}	.photocaption {	font-size: .8em	}	/*********************************bottom Styles*********************************/	address {	font-size: .8em;	font-style: normal;	width: 757px;	text-align: center;	padding: 6px 0px 0px 0px;	margin: 0px 0px 0px 15px;	clear: both;	line-height: 1.4em	}	#scofiej { padding-left: 40px }
