<!--/* the page body container */	#pageBody { width: 744px; margin-left: auto; margin-right: auto; color: #000000; border: 1px solid #040480; background-color:#fff ; }	/* the header cell of the page */	#header { background: #fff; font-size: 11px; }	/* the navigation bar and nav items */	#bar { background: #040480; font-size: 11px; font-weight: bold; padding: 6px 0px 6px 0px; text-align: center; }	#bar a { padding: 5px 20px 5px 20px; border:1px solid #040480; }	#bar a:link { color: #fff; text-decoration: none;}	#bar a:visited { color: #fff; text-decoration: none; }	#bar a:hover { color: #000; background: #E5E5E5; border:1px solid #000; text-decoration: none; }/* the address */	#address { text-align: center; font-size: 10px; padding-top: 15px; padding-bottom: 15px; line-height: 15px; font-weight:normal; }	#address big { font-size: 10px; }	h1 {	font-size: 16px; font-weight: bold; color: #040480;}	h2 {	font-size: 12px; font-weight: bold; color: #ffffff; padding:0px; line-height: 10px;}/* the footer */	#footer { text-align: center; font-size: 12px; padding-top: 15px; border-top: 1px solid #ccc; padding-bottom: 15px; line-height: 18px; }/* the content panel */	#content {font-size: 11px; line-height: 18px; padding:10px; }/* tag specific css */	body { background: #fff; font-family: verdana, arial, helvetica, sans-serif; color: #eee; margin: 25px; }	span { font-weight: normal; }	/* all links */	a:link { color: #919191; }	a:visited { color: #919191; }	a:link { color: #919191; }	a:hover { color: #040480; }-->