/* CSS Document */
/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	background:#BFDFBF;
	color: #000000;
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:160px;
	background:white;
	margin-bottom:-52px;
	/* color: #BFDFBF; */
	color: black;
}
* html #outer{height:100%;margin-left:157px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background:#0000D1;
	overflow:hidden;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	background-image: url(images/top_star_financial.jpg);
}
#calltoaction {
	position:absolute;
	right:15px;
	top:4px;
}


#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:72px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/
}
* html #left {
	margin-right:-3px;
	background-image: url(images/left_star_financial.jpg);
}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}

#logo {
	position:absolute;
	top:30px;
	left:20px;
}
#menu {
	position:absolute;
	top:70px;
	left:156px;
	height:25px;
	background-image:url(images/menu_bkgnd.jpg);
}

#breadcrumb {
	position:absolute;
	top:55px;
	right:15px;
	height:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	
}

#breadcrumb a:visited {color:#FFFFFF; text-decoration:none;}
#breadcrumb a:link {color:#FFFFFF; text-decoration:none;}
#breadcrumb a:hover {color:#FFFFFF; text-decoration:underline overline;}

#footer {
	width:100%;
	clear:both;
	height:50px;
	background-color: #0000D1;
	color: #BFDFBF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	background-image: url(images/top_star_financial.jpg);
}
#footer a:visited {color:#BFDFBF; text-decoration:none;}
#footer a:link {color:#BFDFBF; text-decoration:none;}
#footer a:hover {color:#FFFFFF; text-decoration:overline underline;}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:105px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px; margin-left:10px;}/* combat IE's 3 pixel jog */
.address {color: #333333}

#centrecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

#centrecontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

#centrecontent img.floatleft{
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:20px; 
}

#centrecontent img.floatright{
	float: right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:10px; 
}

#centrecontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#427BA8;
	font-weight:bold;
}

#centrecontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5880A4;
	font-weight:bold;
}

#centrecontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
