body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	background: #25598A url(../images/page-bg.jpg) repeat-y top center; /*  #345989 */
	color: #fff;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for WinIE5.x */
	}
#wrapper {
	width: 710px;
	margin: 0 auto;
	text-align: left;
	}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}
#header {
	width: 710px; /* needed for MacOpera and Safari */
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
#logo {
	float: left;
	margin: 0 0 15px 0;
	}
#site-nav {
	float: right;
	width: 180px;
	margin: 0 0 15px 0;
	padding: 0 0 0 27px;
	border-left: 1px solid #fff;
	list-style: none;
	}
#site-nav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #2A567F;
	}
#site-nav a {
	background: none;
	}
#photo-banner {
	clear: both;
	height: 170px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: url(../images/photo-banner.jpg) no-repeat;
	}
#content {
	float: left;
	width: 502px;
	}
	
#content p {
	padding-right:10px;
	}
	
#sidebar p.text {
	font: 75%;
	line-height:95%;
}

#sidebar {
	float: right;
	width: 191px;
	}
#sidebar h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 33px;
	background: url(../images/header-link-bg.jpg) no-repeat;
	font-size: 100%;
	}
	
#scroller {
	float:left;
	width:270px;
	}	
	
#scroller h2 {
		min-height: 20px;
	    margin-top: 0;
	    padding: 12px 3px 3px 35px;
		background: url(../images/stocks.jpg) no-repeat;
		font-size: 100%;
		}
#scroller p {	
	font-size: 10px;
}		
		
#linkbox {
		min-height:50px;
		margin: 10px 10px 10px 0;
		padding: 3px;
		border: #FFF solid 2px;
		display: block;
		background:#25598A;
		font-size: 95%;
}
	
 .imgleft {
	float:left;
	padding: 2px 10px 2px 4px;
}	

.imgright {
	float:right;
	padding: 2px 10px 2px 4px;
}			

p.imgcenter {
	text-align: center;
	padding-top:12px;
	padding-bottom:15px;
}
		
		
#content ul li {

padding-bottom: .5em;
}
	
#content-nav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#content-nav a {
	display: block;
	margin: 0 0 3px 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #2A567F;
	background: url(../images/page-icon.gif) no-repeat 5px 50%;
	text-decoration: none;
	}
	
#content-navio {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
	
#content-navio li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#content-navio a {
	display: block;
	margin: 0 0 3px 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #2A567F;
	background: url(../images/page-icon.gif) no-repeat 5px 50%;
	text-decoration: none;
	}	
/* adds ther link icon for invest online */
 #content-nav a.io    {
    display: block;
	margin: 0 0 3px 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #2A567F;
	background: url(../images/pagelink_icon.gif) no-repeat 5px 50%;
	text-decoration: none;
}
	
#content-nav a:hover {
	border: 1px solid #72C0FF;
	}
	
#content-navio a:hover {
	border: 1px solid #72C0FF;
	}
#footer {
	clear: both;
	padding: 3px 0 15px 0;
	border-top: 5px solid #fff;
	text-align: right;
	font-size: 90%;
	}
	
/* THREE COLUMN PAGE --------------------------------------- */
/* --------------------------------------------------------- */
#threecol #container {
	float: left; /* makes it contain children floats */
	width: 710px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../images/home-bg.gif) repeat-y;
	}
#main-content {
	float: left;
	width: 270px;
	padding-top: 120px;
    background: url(../images/main-content-photo.gif) no-repeat; 
	}
#feature {
	width: 210px; /*  190px     */
	margin-left: 285px;
	}
#feature h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 29px;
	background: url(../images/header-list-bg.jpg) no-repeat;
	font-size: 100%;
	}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container {
	float: left; /* makes it contain children floats */
	width: 710px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../images/inner-bg.gif) repeat-y;
	}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
	}
h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	margin: 0 0 .6em 0;
	font-size: 120%;
	color:  #97B8D7;
	}
h3 {
	margin: 0 0 .6em 0;
	font-size: 100%;
	color: #B08330;
	}
	
	.info {
		font-size: .05em;
	}
	
/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a {
	padding: 1px 3px;
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	 text-decoration: none;
	 background-color:#97B8D7 ;
	}
.image-link {
	background: transparent;
	}

#imagelinks {
	background: transparent;
}
#imagelinks a:hover {
	background: none;
}
	
/* LISTS --------------------------------------------------- */
/* --------------------------------------------------------- */
dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	padding: 0 0 4px 2px;
	}
dd {
	margin: 0;
	}
	
 dl.table-display /*  Formats definition list to look like a table    */
{

width: 41.1em;
margin: 2em 0;
padding: 0;
font-family: georgia, times, serif;
}

.table-display dt
{
width: 17em;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #97B8D7;
font-weight: bold;
}

.table-display dd
{
float: left;
width: 22em;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #97B8D7;
}	


 dl.nestedtable-display /*  Formats definition list to look like a table    */
{

width: 41.1em;
margin: 2em 0;
padding: 0;
font-family: georgia, times, serif;
}

	
dt.nested 
{	
	float: left;
	font-weight: normal;
	color:#97B8D7;
	width: 18em;
	padding: .5em;
	margin-left:.8em;
	
	border-top: 1px dashed #97B8D7;
	}
	
dd.nested {
	float: left;
	font-weight: normal;
	color:#97B8D7;
	width:15em;
	padding: .5em .5em 1.0em .5em;
	border-top:1px dashed #97B8D7;
}
	
.sitemap ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.sitemap li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px 0 7px 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom: 1px solid #2A567F;
}

.sitemap ul li a { 
	color: #97B8D7;  
	}
	
.sitemap ul li a:hover { 	
	text-decoration: underline;
	background: none;
}

/* TABLES -------------------------------------------------- */
/* --------------------------------------------------------- */
table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	}
th, td {
	padding: 7px 15px 7px 5px;
	border-bottom: 1px solid #2A567F;
	}
th {
	background: #97B8D7; /*#72C0FF; */
	color: #2A567F;
	text-align: left;
	}
