body {
	background-color: #FFFFFF;
	font-family: verdana, Arial, Helvetica, sans-serif;
	
}
.bottommenu {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	
	border-top-color: #330099;
	border-right-color: #330099;
	
	border-left-color: #330099;
	background-color: #FFFFFF;
}
/* --------------- Audiences navigation section --------------- */
	#audiences_nav {	
		position: relative;
		background-color: #ACB8C3;
		/* unhack ie5/win */
		text-align: left;
		background-image: url(/images/common_home/audience_pointer.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	
		#audiences_nav ul {
			margin: 0;
			/* text-align: center; */
			padding: 0.3em 0.4em 0.4em 15px;
			list-style-type: none;
			list-style-position: inside;
			display: block;
			font-size: 0.7em;
			border-bottom: 1px solid white;
			clear: both;
		}
		
		/* Hack to hide this from IE PC */
/*
		#audiences_nav > ul {
			font-size: 0.75em;
		}		
*/		
		#audiences_nav li {
			white-space: nowrap;
			display: inline;
			line-height: 180%;
			color: #002666;
		}
		
		#audiences_nav li a {
			border-bottom: 0px none;
			font-weight: bold;
			padding: 0.5em 0 0.6em 0;
		}
		
		#audiences_nav li span.here {
			padding: 0 0.2em 0 0.2em;
			margin: 0;
			font-weight: bold;
		}

	
/* --------------- About navigation section --------------- */
	#about_nav {
		position: relative;
		background-color: #D2B84C;
		/* unhack ie5/win */
		text-align: left;
		background-image: url(/images/common_home/about_pointer.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	
		#about_nav ul {
			margin: 0;
			/* text-align: center; */
			padding: 0.3em 0.4em 0.4em 15px;
			list-style-type: none;
			list-style-position: inside;
			display: block;
			font-size: 0.7em;
			clear: both;
		}
		
		/* Hack to hide this from IE PC */
/*
		#about_nav > ul {
			font-size: 0.75em;
		}		
*/		
		#about_nav li {
			white-space: nowrap;
			display: inline;
			line-height: 180%;
			color: #002666;
		}
		
		#about_nav li a {
			border-bottom: 0px none;
			font-weight: bold;
			padding: 0.5em 0 0.6em 0;
		}
		
		#about_nav li span.here {
			padding: 0 0.2em 0 0.2em;
			margin: 0;
			font-weight: bold;
		}

.footer {
	font-size: x-small;
	color: #999999;
	text-align: center;
}
#image {
	background-image: url(/art/moneycollage.jpg);
	background-repeat: no-repeat;
}
.alignleft {
	text-align:left;
	}
