@import "general.css";
@import "text.css";
@import "nav.css";

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}


/*Email Communication Form*/

legend{
color: #144D29;
font-weight: 800;
}

fieldset{
padding: 15px;
border: 1px solid #144D29;
width: 90%;

}

textarea{
width: 450px;
height: 150px;
}

#UserName, #UserEmail, #UserSubject{
width: 204px;
}


#submit, #reset{
border: 1px solid #144D29;
background:#E1E8E4;
}


.ErrorFont{
color: red;
font-size: 10px;

}

meena{
margin: 0px 35px 0 15px;
width: 18%;
float: right;
z-index:0;

}

ul#SideNavOtherLinks{

margin-top: -15px;

}


/* International Steering Group */

#members-listing p{
	width:350px;
	padding:0 10px 0 0;
	margin:20px 0 0px 0;
	display:block;
	height:120px;
	float:left;
}

#members-listing p.chair{
	width:100%;
	clear:both;
}

#members-listing p img{
	margin:0 10px 0px 0px;
	padding:0;
	clear:left;
	float:left;
	border:1px solid #000;