@charset "utf-8";
/* CSS Document */

body{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000; background:url(img/bg.jpg) no-repeat top center; margin:0px; padding:0px;}
.PageWrapper{margin:0px auto; width:1000px;}
.PageHolder{float:left; width:100%;}
.PageHeader{float:left; width:100%;}
.PageLogo{float:left; width:275px;}
.PageLink{float:right; width:450px; color:#fff;}
.PageLinkTop{float:left; width:100%; text-align:right; font-size:11px; margin-top:20px;}
.PageLinkBottom{float:left; width:100%; text-align:right; font-size:13px; font-weight:bold; margin-top:20px;}

.PageLink a:link, .PageLink a:visited{color:#fff; text-decoration:none; padding:0px 10px;}
.PageLink a:hover, .PageLink a:active{text-decoration:underline; color:#fff;}

.PageContent{float:left; width:100%; margin:20px 0px;}
.PageHeading{float:left; width:100%; margin-bottom:20px; padding-bottom:10px; border-bottom:5px solid #a5ceea; font-size:24px;}

h2{font-weight:bold; padding:0px; margin:0px; font-size:24px; color:#fff;}

.PageFooter{float:left; width:100%; margin:30px 0px; padding-top:10px; border-top:1px solid #ededed; color:#5E5F64; font-size:10px;}
.PageFooter span{float:right; width:200px; text-align:right;}
.PageFooter span a{color:#5e5f64; text-decoration:none;} .PageFooter span a:hover{text-decoration:underline;}

.PageResults{float:left; width:100%;}

.Event{float:left; width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:3px solid #a5ceea;}
.EventName{float:left; width:500px; font-size:16px; font-weight:bold;}
.EventDate{float:left; width:350px; font-size:14px; font-weight:bold;}
.EventRead{float:left; width:150px; text-align:right;} .EventRead a{color:#000; font-size:14px; text-decoration:underline; font-weight:bold;}