/* important */
body {
	margin: 0px;
	font-family:Geneva, Arial, Helventica, sans-serif;
	background-color: #4C6782;
	color: #000000;
}
.copyright {
	font-size: 12px;
	color: #305A87;
}

img {border:0}

/* headers */
h1 { 
	color:#1D466D; 
	font-size:20px; 
	font-family:; 
}
	
h2 { 
	color:#1D466D; 
	font-size:16px; 
	font-family:; 
}

.subHead1 {
	font-size: 20px;
	color: #1D466D;
	font-weight: bold;
}

.subHead2 {
	font-size: 16px;
	color: #1D466D;
	font-weight: bold;
}

/* links */
a { color:#305A87; text-decoration:none }
a:hover { color:#89A3C5; text-decoration:underline; }

/* line breaks */
#dotLine { border-top:1px dotted #CECFCE; height:1px; width:100%; margin:0 10px; padding-bottom:5px; }

/* contents */
#contents { margin:0 10%; border:4px solid #FFFFFF; width:780px; background:#E2E2EE}

/* top */
#banner { background:url(../../3/assets/css/images/banner.jpg) no-repeat; width:780px; height:143px; }
	#banner .menu { padding-top:123px; }
	#banner .menu img { margin-right:10px; }

/* Sub Menu */
#subMenu { padding:3px 0 3px 10px; width:780px; border-bottom:1px dotted #CECFCE; height:1px; width:100%; margin:0 10px; }
	#subMenu a { margin-right:15px; text-decoration:none !important; }
	
/* bottom */
#footer { color:gray; font-size:11px; width:780px; padding-bottom:5px; }

/* show / hide DIV */
#Trustee,
#Member,
#privateEquity,
#ventureCapital,
#leverage,
#hedge,
#mezzanine,
#secondary,
#funds { margin: 0px 20px 0px 20px; display: none; }
	

.more {padding:1px 0 0 10px; background:url(/images/plus.gif) no-repeat 47px 6px; width:60px; height:11px;}
.more a, .more a:hover {color:black; width:50px}
.less {padding-top:1px; background:url(/images/minus.gif) no-repeat 53px 6px; width:80px; height:11px;}
.less a, .less a:hover {color:black; width:80px}

/* minor adjustments */
.paddingBottom200 {padding-bottom:200px}
.pad {padding:0 0 0 10px}
.left {float:left}

