﻿body
{
	margin: 0;
	padding: 0;
	font: 10pt/14pt verdana, hevetica, sans-serif;
	text-align: center;
	color: #000100;
	background-color: #fff;
	vertical-align: top;
}

h1 {
  font-size: 12pt;
  color: #2753c2;	
}

h2 {
  font-size: 10pt;
  color: #2d74c9;	
}

#container
{
	margin-left: auto;
    margin-right: auto;
	width: 950px;
	text-align: left;
	vertical-align: top;
}

#header
{
	height: 121px;
	width: 100%;
}

#nav
{
	height: 30px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}


#navbar {
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar ul {
	height: 30px;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 30px;
	text-indent: -5000px;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: 0px 0px;
	width: 109px;
}

#navbar #home:hover {
	background-position: 0 -30px;
}

#navbar #bi {
	background-position: -109px 0px;
	width: 186px;
}

#navbar #bi:hover {
	background-position: -109px -30px;
}

#navbar #gb {
	background-position: -295px 0;
	width: 162px;
}

#navbar #gb:hover {
	background-position: -295px -30px;
}

#navbar #pi{
	background-position: -457px 0px;
	width: 184px;
}

#navbar #pi:hover {
	background-position: -457px -30px;
}

#navbar #about{
	background-position: -641px 0px;
	width: 116px;
}

#navbar #about:hover {
	background-position: -641px -30px;
}

#navbar #br{
	background-position: -757px 0px;
	width: 193px;
}

#navbar #br:hover {
	background-position: -757px -30px;
}

#right
{
	float: right;
	width: 250px;
	padding: 0;
}

table#personal {
	background-image: url(images/home_personal.gif);
	background-repeat: no-repeat;
	height: 106px;
}

table#business {
	background-image: url(images/home_business.gif);
	background-repeat: no-repeat;
	height: 106px;
}

table#group {
	background-image: url(images/home_group.gif);
	background-repeat: no-repeat;
	height: 106px;
}

table#investments {
	background-image: url(images/home_investments.gif);
	background-repeat: no-repeat;
	height: 106px;
}

.leftcell {
	padding: 50px 0px 10px 60px;
	text-align: left;
	vertical-align: top;
	font-size: 8.5pt;
}

.rightcell {
	padding: 50px 0px 10px 0px;
	text-align: left;
	vertical-align: top;
    font-size: 8.5pt;
}

.leftcell2 {
	padding: 40px 0px 10px 60px;
	text-align: left;
	vertical-align: top;
	font-size: 8.5pt;
}

.rightcell2 {
	padding: 40px 0px 10px 0px;
	text-align: left;
	vertical-align: top;
    font-size: 8.5pt;
}


.homecopy {
	padding: 20px 30px 10px 60px;
	text-align: left;
	vertical-align: top;
    font: 9pt/18pt verdana, hevetica, sans-serif;
}


table#personal a:link {
  color: #2753c2;
  text-decoration: none;
}
table#personal a:visited {
  color: #2753c2;
  text-decoration: none;
}
table#personal a:hover {
  color: #dd5409;
  text-decoration: none;
}
table#personal a:active {
  color: #dd5409;
  text-decoration: none;
}

table#business a:link {
  color: #2753c2;
  text-decoration: none;
}
table#business a:visited {
  color: #2753c2;
  text-decoration: none;
}
table#business a:hover {
  color: #dd5409;
  text-decoration: none;
}
table#business a:active {
  color: #dd5409;
  text-decoration: none;
}

table#group a:link {
  color: #2753c2;
  text-decoration: none;
}
table#group a:visited {
  color: #2753c2;
  text-decoration: none;
}
table#group a:hover {
  color: #dd5409;
  text-decoration: none;
}
table#group a:active {
  color: #dd5409;
  text-decoration: none;
}

table#investments a:link {
  color: #2753c2;
  text-decoration: none;
}
table#investments a:visited {
  color: #2753c2;
  text-decoration: none;
}
table#investments a:hover {
  color: #dd5409;
  text-decoration: none;
}
table#investments a:active {
  color: #dd5409;
  text-decoration: none;
}


#contents {
	background-image: url(images/bg_contents.gif);
	background-repeat: repeat-y;
	margin: 0px 250px 0px 0px;
	text-align: left;
	vertical-align: top;
}

#contents2 {
	background-image: url(images/bg_contents.gif);
	background-repeat: repeat-y;
	margin-top: 30px;
	padding: 0px 60px 10px 60px;
	text-align: left;
	vertical-align: top;
}


#copyright {
	margin: 0px;
	padding: 0px;
}
	
.right
{
	text-align: left;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

.style2 {
	border-width: 0px;
}

.style1 {
	border-width: 0px;
}

.small {
	font-size: 8.5pt;
	font-weight: bold;
}
.specialfield {
	display: none;
}


