
/* CSS file for AIDA fund website */

body {
	margin: 0px;
	padding: 0px;
	background: url(/sitewide/backgrounds/bg.gif);
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif; 
	color:#626262;
}

H1,H2,H3 {
 	position: relative;
 	font: oblique 17px Georgia, Times New Roman, serif;
 	color: #707352;
 	margin: 0px;
} 
 
H2 { font-size:22px; } 
H3 { font-size:18px; font-style:normal; }

a {
	color: #297450;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.topmenu {
	height: 30px;
	background: #ffffff;
}

.darkestdark {
	background: #02180C;
	height: 30px;
}

.menublock {
	background: url(/sitewide/backgrounds/dark-grn-bg.gif);
	width: 140px;
}

.mainmenu {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 5px;
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
	color: white;
}

.menublock a {
	text-decoration: none;
	color: #E5EEEA;
}

.menublock a:hover {
	text-decoration: none;
	color: #859F7C;
}

.mainmenuactive {
	text-decoration: underline;
}

.submenu {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 5px;
	margin-top: 5px;
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 13px;
	letter-spacing: 0em;
	font-weight: normal;
	color: white;
}

.gapbit {
	background: #EBF1EE;
	width: 80px;
}

.contentbit {
	background: #ffffff;
	width: 540px;
	height: 400px;
	min-height: 400px;	
}

.paddingforcontent {
	padding: 8px;
	padding-left: 70px;
}

.addressbit {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	font-weight: bold;
	border-top: 1px solid #428B66;
	border-bottom: 1px solid #428B66;
}