#introbanner {
	background-image: url(../images/introbannerbg.gif);
	background-repeat: repeat-x;
	background-color: #a1bc6f;
/*	margin-top: 2em; */
	padding-right: 1em;
	height: 140px;
}

#introbanner h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 180%;
	color: #a1bc6f;
	font-weight: lighter;
}

#introbanner p {
	font-size: 8.5pt;
	color: #FFFFFF;
}

#introbanner img {
margin-right: 5px;

}

.newsbanner {
	margin-top: 20px;
	margin-right: 60px;

}

.newsbanner img{
	float: left;
	margin-right: 1em;
}

.newsbanner h3 a,	#conferencereport h3 a, #emailsignup h3 a, #miscbanner h3 a {
	color: #0099cc;
	text-decoration:none;
}

.newsbanner h3 a:hover,	#conferencereport h3 a:hover, #emailsignup h3 a:hover, #miscbanner h3 a:hover {
	color: #0099cc;
	text-decoration:underline;
}

.newsbanner a{
text-decoration:none;
}
.newsbanner a:hover {
text-decoration:underline;
}

.newsbanner p, #miscbanner p {
margin-top: 5px;
font-size: 90%;

}

/* event stuff */

.eventsbanner {
	background-color: #f6e9f0;
	font-family: verdana, arial, sans-serif;
	color: #af006e;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
}

.eventsbanner img{
	padding-right: 1em;
	float: left;
}


.eventsbanner p, .eventsbanner li {
margin-left: 0px;

}
.eventsbanner ul{
	color: #af006e;
	list-style-type: square;
	margin-left: 90px;
}

h3.eventHeader, .eventsbanner a {
    margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	color: #af006e;
	text-decoration:none;
	border-bottom:1px solid #f6e9f0;
	}


.eventsbanner  a:hover{
text-decoration:underline;
}

/*
.eventsImage {

width:80px;
border: black 1px solid;
float:left;
}

.events {
margin-left:0px;
border: red 1px solid;
position: relative;
left: 80px;
top:0px;
text-align:left;

}
	*/
	
#conferencereport {
	background-image: url(../images/confreportbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 285px;
	font-size: 90%;
	margin-top: 10px;
	}
	
#emailsignup {
	height: 130px;
	width: 285px;
	background-image: url(../images/emailbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
	font-size: 90%;
	margin-top: 10px;
	}

#emailsignup h3 {
border-bottom:1px solid #D6FAFC;
margin-top: 0px;
}

#conferencereport p, #emailsignup p {
	padding-right: 110px;
	padding-left: 5px;
}

#conferencereport p a, #emailsignup p a {
color: #000;
text-decoration: underline;
}
#conferencereport a:hover, #emailsignup a:hover {
text-decoration: none;
}


#miscbanner {
	margin-top: 20px;
	margin-right: 60px;

}

#miscbanner img{
	float: left;
	margin-right: 1em;
}

