/* CSS Document */body {	text-align: center;	margin: 0px 0px;	padding: 0px 0px;	background: #004990;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 20px;}#shadowContainer {	width: 760px;	background: url("../images/shadow.jpg") repeat-y;	margin: 0px auto;}#container {	width: 660px;	padding: 30px 25px;	text-align: left;	margin: 0px auto;	position: relative;}#logo {	position: absolute;	top: 10px;	left: 500px;	width: 179px;	height: 102px;}h1 {	display: block;	font-size: 25px;	font-weight: bold;	padding: 0px 0px;}h2 {	display: block;	font-size: 18px;	font-weight: bold;	padding: 0px 0px;}h2 sup {	font-size: 15px;}.picLeft {	width: 250px;	padding-right: 10px;	float: left;}#contentFooter {	clear: both;	width: 760px;	height: 25px;	background: url(../images/content_btm.gif) top left no-repeat;}
