
/* Main Body */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;
	background: #EAEAEA;
	/*background-image: url(images/exteriortileBW.gif); */
	background-repeat:repeat-x;
	margin-top: 0px;
	text-align:center;
	}


a:link { 
	color: #1290D4;

	}
a:visited {
	color: #1290D4;
	
	}
a:hover {
	color: darkblue;
	}
a:active {
	color: #1290D4;
	}



#newheader {
	width: 900px;
	border:none;
	background:white;
	padding-left:none;
	padding-right:none;
	margin: 0 auto;
	}



#container {
	width: 860px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: white;
	margin: 0 auto;
	}
	
	
	
	
	#navigation {
	width: 900px;
	text-align:center;
	background: #FFFFFF;
	margin: 0 auto;
	background-color: #1290D4;
	}

#membersinfo {
	text-align: left;
	}

#othermembers {
	text-align: left;
	}

	
/* Main Content */
.content {
	width: 500px;
	margin-top: 20px;
	margin-bottom:10px;
	text-align: left;
	padding:10px;
	margin-left: 10px;
	background-color: white;

	}
	
.content h2 {
	font-size: 17px;
	font-weight: bold;
	}

	
.content p {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;

	}
	
.membersheading {
	text-align: left;
	}	


	
	.imgleft {
float: left;
padding: 0px 10px 0px 0px;
}


	.imgright {
float: right;
padding: 0px 10px 5px 0px;
}

.content2 {
	width: 500px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom:20px;
	margin-right: 0px;
	border: none;
	border:#CCCCCC;
	text-align: left;
	background-color: #EAEAEA;
	

	}
	
.content2 h2 {
	font-size: 17px;
	font-weight: bold;
	}
	
.content2 p {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;

	}
	

	
	
	
/* Sidebar */
#sidebar {
	width: 250px;
	float: right;
	clear: none;
	margin-top:20px;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left:solid 3px;
	border-color:#D5D5D5;
	padding-top: 5px;
	}
	
.sidebarheading {
background-color:#1290D4;
text-align:center;
font-size:13px;
font-weight: bold;
color: white;

}
.sidebarcontent {
background-color: #FFFFFF;
background-image: url(images/sidebarbackground.gif);
text-align:left;
border:solid 1px;
border-color:#D5D5D5;
margin-bottom: 10px;
padding: 5px;
}




#sidebar p {
font-size: 12px;
color: black;
margin-top: 3px;
}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	}
	
#sidebar ul {
	font-size: 12px;

  margin-left: 8px;
  padding-left: 8px;
  margin-top:4px;


	}



	

	
/* footer */






#bridging {
padding-top:10px;
color: #26c2ff;
font-weight:bold;

}


#bridgingfooter{

width: 900px;
background: white;
text-align:center;


}

	
	#prefooter {
	color: white;
	font-size: 10px;
	height:20px;
	width: 898px;
	text-align: center;
	border-top: 0px solid #ccc;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #1290D4;
	margin: auto;
	clear: both;
	}
	

	
	
	/* MENU SYSTEM FOLLOWS */
	
	div.menuBar,
div.menuBar a.menuButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
  color: #FFFFFF;
  text-decoration:none;
}

div.menuBar {
  background-color: #1290D4;
  width:900px;
  height:28px;
  padding: 15px 0px 8px 0px;
  text-align: center;
  font-weight: bold;
  margin:0 auto;
}

div.menuBar a.menuButton {
  background-color: #1290D4;
  padding: 10px 18px 10px 18px;
  clear:both;
 
}

div.menuBar a.menuButton:hover {
  background-color: white;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #1290D4;
}
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #1290D4;
   color: black;
text-decoration: none;
padding: 10px 18px 10px 18px;

}