/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:932px;/* for mozilla*/
	background-color: #E1DED3;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	width:930px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../images/bg_outer.gif);	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:620px;
}
#header{
	position:absolute;
	top:0;
	width:930px;
	height:554px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-color: #E1DED3;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#flash_banner {
	padding-top: 0px;
}
#flash_banner_content {
	border: 1px solid #9A9891;
	width: 928px;
	height: 340px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0;
	float:left;
	padding-top:554px;/*needed to make room for header*/
	padding-bottom:146px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:310px;
	float:right;
	padding: 554px 0 20px 0;
}
* HTML #right {
	padding-bottom: 85px;
}
#rightcontent {
	padding-top: 30px;
/*	background-image: url(../images/bg_content.gif); */
	background-image: url(../images/bg_subsects.gif);
	background-repeat: no-repeat;
	min-height: 225px;
	padding-left: 20px;
	padding-right: 20px;
}
* html #rightcontent {
	height: 225px;
}
#right h2 {
	margin: 0;
	padding: 0;
	color: #544F51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#right p {
	color: #544F51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#right .img_left {
	position: relative;
	margin-left: 46px;
	min-height:  100px;
	padding-left: 15px;
	padding-bottom: 30px;
}
* html #right .img_left {
	height: 100px;
}
#right .img_left img {
	position: absolute;
	left: -46px;
}
#right #newsalert {
	background-image: url(../images/bg_newsalert.gif);
	background-repeat: no-repeat;
	background-color: #C1BFB6;
	height: 86px;
	padding: 20px 20px 20px 0;
}
#right #newsalert .icon {
	float: left;
	width: 60px;
	padding: 0 10px 0 10px;
	
}
#right #newsalert .content {
	float: left;
	width: 210px;
}

#right #quarterlyoutlook {
	background-image: url(../images/bg_quarterlyoutlook.gif);
	background-repeat: no-repeat;
	background-color: #383435;
	height: 122px;
	padding: 20px 20px 20px 0;
}
#right #quarterlyoutlook .icon {
	float: left;
	width: 60px;
	padding: 0 10px 0 10px;
}
#right #quarterlyoutlook .content {
	float: left;
	color: #ffffff;
	width: 210px;
}
#right #quarterlyoutlook .content h2 {
	color: #ffffff;
}
#right #quarterlyoutlook .content p {
	color: #ffffff;
}

#footer {
	width:930px;
	clear:both;
	height:146px;
	background-color: #E1DED3;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	color: #000000;
	left:0;
	position: absolute;
	bottom: -1px;
}
* html #footer {/*only ie gets this style*/
	\height:148px;/* for ie5 */
	he\ight:146px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:616px;
	float:right;
	padding: 554px 3px 20px 1px;
}
* HTML #centre {
	padding-bottom: 85px;
}
#centre p {padding-left:3px}
#centrecontent {
	padding-right: 0px;
/*	background-image: url(../images/bg_content.gif); */
/*	background-repeat: repeat-x; */
/*	min-height: 225px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* html #centrecontent {
	height: 225px;
}
#centrecontent img {
	padding: 1px;
	float: left;
}
#centrecontent #centrecontent_top {
	padding-left: 19px;
	padding-right: 17px;
	padding-top: 30px;
	border-bottom: 1px solid #BCBAB0;
	min-height: 225px; /* Allow for gradient bg to cover outer bg */
	background-color: #FFFFFF;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
}
* html #centrecontent #centrecontent_top {
	height: 225px;
}
#centrecontent #centrecontent_top h1 {
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9F9062;
}

#clearfooter {width:100%;height:100px;clear:both} /* to clear footer */
* HTML #clearfooter {height: 43px;}
