/* ------------------------------------------------MAIN SECTION STYLES ------------------------------------------------*/html, body {	margin: 0;	padding: 0;	background-color:#004b98;	background-image:url('images/bg-page.jpg');	background-repeat:repeat-x;	vertical-align:top;}#wrapper-page {  width: 100%;  padding:0px;  text-align: center;  background-color:;}#wrapper { 	width: 900px; /*900px - 45px padding*/	background-color:#fff;	background-image:url('images/bg-header.jpg');	background-repeat:no-repeat;	background-position:top;  	text-align: left;	margin-left:auto;	margin-right:auto;}#header {  width: 830px; 	padding:75px 35px 0 35px;  text-align: left;  vertical-align:top;  vertical-align:bottom;}#body-page {	padding-top:20px;	padding:25px 35px 35px 35px;	width: 830px;	margin-bottom:15px; 	background-image:url('images/bg-divider.gif');	background-repeat: repeat-x;}#column-left {	width: 500px; 	margin-right:15px;	padding-top:15px;	float:left;}#column-right {	padding: 0;	width: 300px;	float:right;}#sidebar-text {	margin-left:15px;}#footer {	width:900px;	height:86px;	text-align:center;	background-image:url('images/bg-footer.jpg');	background-repeat:no-repeat;	background-position: top;	margin-top:0;	margin-left:auto;	margin-right:auto;}.hideInitially{	display: none;}/* ------------------------------------------------OVERARCHING STYLES blue = #004a95red = #c00------------------------------------------------*/body {	font-size: 13px; 	color: #999;	line-height: 130%;	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;}ul, ol, li {	margin-left:10px;}.clear {	clear: both}img {	border:none;}a, a:link, a:visited {	font-weight:100;	color:#c00;	text-decoration:none;}a:hover, a:active {	font-weight:100;	color:#981B1E;	text-decoration:none;}#footer a, #footer a:link, #footer a:visited {	color:#999;	text-decoration:none;}#footer a:hover, #footer a:active {	color:#666;	text-decoration:underline;}a.color, a.color:link, a.color:visited {	color:#c00;	text-decoration:underline;}a.color:hover, a.color:active {	color:#999;	text-decoration:none;}h1, h2, p {  margin: 0;}h1 { 	font-size: 19px; 	font-weight: 100; 	color:#c00;	margin-bottom:5px;	line-height: 130%;}h2 { 	font-size: 16px; 	font-weight: 100; 	color:#004a95;	margin: 5px 0 5px 0;}input.text {	color: #CCC;}.textfield, td.textfield {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	border: 1px solid #E5E5E5;	background-color: #FAFAFA;	color:#f60;}.small {	font-size:10px;	color:#CCC;}.grey {	color: #999;}.divider-top {	border-top: 1px solid #CCC;}.divider-bottom {	border-bottom: 1px solid #CCC;}/* ------------------------------------------------TOP HEADER STYLES ------------------------------------------------*/#header-left {	padding-top:12px;	width:300px;	float:left;}#header-right {	width:500px;	float:right;	text-align:right;	vertical-align:bottom;}#ArticlesItems .AccordionPanelTab {	cursor: default;}.ArticleDetails {	display: none;}
