body {
	background-color: #000033;
	margin: 0px;
	    text-align: center;
}
table {
	background-color: #FFFFFF;
}
table.pageContainer { /* this is needed to center the table */
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 775px;  
	margin-left:auto;
	margin-right:auto;
	text-align: center; /* required by IE to center table */
}
tr,td {text-align:left;} /* resets the above center */
td, ul, ol, p {
	font-family: Trebuchet MS, Times New Roman;
	color: #000066;
	font-size: 12px;
}
td.shadowLeft {
	background-image: url('images/shadow_left.gif');
	background-repeat: repeat-y;
	width: 4px;
}
td.shadowRight {
	background-image: url('images/shadow_right.gif');
	background-repeat: repeat-y;
	width: 4px;
	padding: 0px;
	margin: 0px;
}
td.photo {
	border-top: double 3px #B8A065;
	text-align: center;
	background-color: #333333;
}
tr.nav td {
	padding: 10px 10px 10px 10px;
	background-color: #E2E1BA;
	border-top: double 3px #B8A065;
	border-bottom: double 3px #B8A065;
	font-family: Times New Roman;
	font-variant: small-caps;
}

tr.nav td a {
	padding: 10px 10px 10px 10px;
	background-color: #E2E1BA;
	color: #000066;
	font-size: 11px;
	font-family: Times New Roman;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;			
}
#announcement a {
	color: #6699CC;
}
#announcement a:hover {
	color: #666633;
}
tr.nav td a:hover {
	color: #E2E1BA;
	background-color: #000066;
}
tr.nav td a.navOn {
	background-color: #D5D5AA;
}
h1 {
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666633;
	margin: 0 0 5px 0;
}
h2 {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666633;
	background-color: #D5D5AA;
	margin: 0 0 5px 0;
	padding: 3px 10px 5px 10px;
	margin: 15px 0px 5px 0px;
	position: relative;
	left: -10px;
}
h3 {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666633;
	margin: 0 0 5px 0;
}
h4{
	font-family: Times New Roman;
	font-size: 12px;
	color: #666633;
}
a {
	color: #6699CC;
}
a:hover {
	color: #666633;
}

.external {
	background-image: url(images/external.png);
	background-repeat: no-repeat;
	background-color: #EEEDCC;
	padding-left: 15px;
}

.external:hover {
	color: #666633;
}

td.footer {
	border-top: double 3px #B8A065;
	border-bottom: solid 1px #B8A065;
	font-size: 14px;
	color: #000066;
	background-color: #E2E1BA;
	padding: 10px 0 10px 20px;
}
td.footer a {
	color: #6699CC;
}
td.main1Column {
	padding: 30px 20px 20px 30px;
	width: 717px;
}
td.main2Column {
	padding: 30px 20px 20px 30px;
	width: 500px;
}
td.rightColumn {
	padding: 60px 20px 20px 0px;
	width: 197px;
}
#highlightBox {
	border: 3px double #B8A065;
	background-color: #EEEDCC;
	padding: 20px;
	margin-left: 10px;
}

#announcement {
	border: 3px double #B8A065;
	background-color: #EEEDCC;
	padding: 5px;
}
img { border: transparent; }
ul {
	list-style-image: url(images/arrow.gif);
}
li {
	padding-bottom: 10px;
}
#tabs {
	border-bottom: 1px solid #D5D5AA;
	padding: 0;
	text-align: right;
}
#tabs p {
	display: table;
	margin:0;
	padding:0;
	position: relative;
	top: 13px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
span.tabOn {
	position: relative;
	top: 2px;
	text-align: center;
	height: 25px;
	padding: 9px 20px 5px 20px;
	margin: 0px;
/*	width: 120px; */
	background-image: url(images/tabBorderOn.gif);
	background-repeat: no-repeat;
/*	background-color: #E2E1BA;
	border-top: 1px solid #D5D5AA; 
	border-left: 1px solid #D5D5AA; 
	border-right: 1px solid #D5D5AA; */
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
}
span.tabOff {
	position: relative;
	top: 2px;
	height: 25px;
	padding: 9px 20px 5px 20px;
	margin: 0px;
	background-image: url(images/tabBorder.gif);
/*	background-color: #9999CC;
	border-top: 1px solid #D5D5AA;
	border-left: 1px solid #D5D5AA;
	border-right: 1px solid #D5D5AA; */
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
}
a.openClose {
	display: table;
	font-family: Times New Roman;
	color: #000066;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 2px;
/*	background-color: #9999CC; */
	background-image: url('images/arrow_big.gif');
	background-repeat: no-repeat; 
	height: 25px;
	width: 500px;
	padding: 5px 10px 0px 10px;
	text-decoration: none;
	cursor: hand;
	margin: 2px 10px;
}

a.openclose:hover {
	background-color: #E2E1BA;
}

div.openInfo {
	padding: 10px;
		color: #666633;
}
td.block1 {
	background-color: #D5D5AA;
	border-right: 1px solid #FFFFFF;
	width: 258px;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}
td.block2 {
	background-color: #D8D8B3;
	border-right: 1px solid #FFFFFF;
	width: 259px;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}
td.block3 {
	background-color: #D5D5AA;
	width: 258px;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}
td.headerImage {
	background-image: url('pictures/rcNaples.jpg');
	background-repeat: no-repeat;
}
.disclaimer p {
	border: double 3px #B8A065;
	font-size: 9px;
	background-color: #EEEDCC;
	padding: 10px 0 10px 20px;
}
.caption {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
tr.nav2 td {
	border-bottom: solid 1px #B8A065;
	font-family: Times New Roman;
	font-variant: small-caps;
	text-align: left;
	padding: 5px 15px;
}
tr.nav2 td a {
	color: #7B6B3B;
	font-size: 11px;
	font-family: Times New Roman;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px;	
}
tr.nav2 td a:hover {
	background-color: #E2E1BA;
}
tr.nav2 td a.navOn {
	background-color: #E2E1BA;
}
tr.dividends table
{		
	width: 100%;
	text-align:center;
	font-family:Times New Roman;
	background: Silver;
	border: double 2px gray;
	border-color: silver;
	padding: 5px 15px;
	border-style:groove;
}
tr.dividends td
{
	background-color: white;
	border: 2px;
	table-layout:fixed;
	padding: 5px 15px;
	border-color:Teal;
	
}
tr.dividends tr
{
	background-color: white;
	border: 2px;
	padding: 5px 15px;
	border-color:Teal;
}
tr.dividends th
{
	background-color: white;
	padding: 5px 15px;
	border-color:Teal;	
}

.button {
	border: 1px solid #CCC;
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	text-decoration: none;
}

a.rcScroller, td.a.rcScroller:active, a.rcScroller:active, td.a.rcScroller:visited, a.rcScroller:visited {
color: #FFFFFF;
}

a.rcScroller:hover {
color: #FFFFFF;
text-decoration: underline;
font-weight: normal;
}

rcScrollerHoverNS {
color: red;
text-decoration: underline; 
font-weight: normal;
}

.xslTblTtl {
	border-bottom: solid 5px #B8A065;
	text-align: center;
	font-weight: bold;
}

tr.modTblLabelEven {
	background-color: #FFFFFF;
}

tr.modTblLabelOdd {
	background-color: #E2E1BA;
}

#picframe {
	margin:0;
	paddding:0;
}