@charset "utf-8";
/* CSS Document */

/* Format special section on index page to promote upcoming events */

@font-face {
    font-family: 'LimelightRegular';
    src: url('fonts/limelight-fontfacekit/Limelight-webfont.eot');
    src: url('fonts/limelight-fontfacekit/Limelight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/limelight-fontfacekit/Limelight-webfont.woff') format('woff'),
         url('fonts/limelight-fontfacekit/Limelight-webfont.ttf') format('truetype'),
         url('fonts/limelight-fontfacekit/Limelight-webfont.svg#LimelightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
.notice {
float: left;
width: 570px;
border:solid #cdcdcd 1px; /* standard purple: #800080 */
background: #ffffff;/* standard gray: #cdcdcd */
padding: 6px;
margin: 6px 0px 6px 6px;
}

.notice h3{
color: #000000;
font-size:2.5em;
line-height:1.0em;
font-family: LimelightRegular;
}
.notice p{
color: #000000;
font-size:0.9em;
line-height:1.1em;
font-family: Georgia, Times, serif;
}
.notice p.largeprint{
color:#333333;
font-size:1.0em;
line-height:1.2em;
}
.notice p.when{
font-size:1.6em;
line-height:1.4em;
font-family: LimelightRegular;
}
.notice .details{
font-size:1.2em;
line-height:1.0em;
}

.notice ul{
font-size:0.9em;
line-height:1.1em;
padding-bottom:1.5em;
}

