@charset "UTF-8";

#mainText,
#partnerText,
#clientsText,
#differenceText,
#saidText,
#contactText,
.paleBlack
{
	/* color: #444; */
}


#orgList
{
	padding: 1%;
	height: 60%;
	width: 320px;
	overflow-y: scroll;
	border-style: solid;
	border-width: 1px;
	border-color: #444;
}

#indexMap
{
	float: right;
	height: 62%;
	width: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: #555;
}

#left
{
	padding: 1%;
	float: left;
	width: 67%;
	height: 95%;
}

#mainPic
{
	float: left;
	padding: 1%;
}

#mainText
{
	padding: 1%;
	height: 78%;
	/*overflow-y: auto;*/
}

#right
{
	padding: 1%;
	float: right;
	width: 28%;
}

#map
{
	width: 100%; 
	height: 55%; 
}

#mapLink
{
	/*	Displays if NOT opera	*/
	display: block;
}

.notop
{
	padding-top: 0px;
	margin-top: 0px;
}

.center
{
	text-align: center;
}

.red
{
	color: #F00;
}

.arrow	/*	Initially hide the arrows.  JS will turn them on (or not)	*/
{
	display: none;
}

a:link
{
	color: #003366;
	text-decoration: none;
}
a:visited 
{
	color: #003366;	
	text-decoration: none;
}

a:hover
{
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}

a:active 
{
	color: #003366;	
	text-decoration: none;
}		

