body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004A8D;
	margin: 0px;
	padding: 0px;
}
.set-height {
	height: 393px;
}
.set-height-inner {
	height: 370px;
}
.scrolling {
	overflow:auto; 
	overflow-y: scroll;
	height: 300px;
	scrollbar-face-color:#C7DAEB;
	scrollbar-shadow-color:#115FA5;
	scrollbar-highlight-color:#C7DAEB;
	scrollbar-3dlight-color:#5B7AC2;
	scrollbar-darkshadow-color:#C7DAEB;
	scrollbar-track-color:#F3EFDF;
	scrollbar-arrow-color: #115FA5;
}
.scrolling-inner {
	overflow:auto; 
	overflow-y: scroll;
	height: 290px;
	scrollbar-face-color:#C7DAEB;
	scrollbar-shadow-color:#115FA5;
	scrollbar-highlight-color:#C7DAEB;
	scrollbar-3dlight-color:#5B7AC2;
	scrollbar-darkshadow-color:#C7DAEB;
	scrollbar-track-color:#F3EFDF;
	scrollbar-arrow-color: #115FA5;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #004A8D;
}
ul, ol {
	margin-right: 10px;

}
.dates {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E1B926;
}
.rollover span.alt {
    display:none;
}
.rollover img {
    border:none;
}
:root .rollover img {
    display:block;
}
.rollover, .rollover:visited {
    background-color:transparent !important; /* needed for Opera5/6 */
    background-repeat:no-repeat;
    background-position:0 0;
}
.rollover:hover, .rollover:focus, .rollover:active, .rollover.MMO, .rollover.MMO:visited {
    background-position:0 -26px;
}
#about, #about:visited {
    background-image:url(rollover_images/ipaa-about-button.gif);
	padding-bottom: 3px;
}
#events, #events:visited {
    background-image:url(rollover_images/ipaa-events-button.gif);
	padding-bottom: 3px;
}
#membership, #membership:visited {
    background-image:url(rollover_images/ipaa-membership-button.gif);
	padding-bottom: 3px;
}
#ypn, #ypn:visited {
    background-image:url(rollover_images/ipaa-ypn-button.gif);
	padding-bottom: 3px;
}
#pub, #pub:visited {
    background-image:url(rollover_images/ipaa-pub-button.gif);
	padding-bottom: 3px;
}
#links, #links:visited {
    background-image:url(rollover_images/ipaa-links-button.gif);
	padding-bottom: 4px;
}
a {
	text-decoration: underline;
	color: #004A8D;
}
a:hover {
	color: #CDA926;
}
