body{
font-family: arial, helvetica;
font-size: 11pt;
background-color: #000;
text-align: center;
background-image: url('/images/template/bodyBG.gif');
background-repeat: repeat-x;
background-attachment: fixed;
}

#siteBg{
margin-top: 30px;
padding: 0px 20px 0px 20px; 
background-image: url('/images/template/dsbg.png');
background-repeat: repeat-y;
background-position: center 20px;	
}

#topBar{
height: 15px;
background-color: #000;
border-bottom: 1px #000 solid;
padding: 10px;
color: #fff;
text-align: right;
}

#siteContainer{
margin: auto;
width: 1000px;
text-align: left;
border: 1px #000 solid;
}

#banner{
height: 240px;
background-image: url('/images/template/banner.jpg');
}

#date{
text-align: left;
color: #fff;
margin: 8px;
}

#logo{
position: absolute;
margin-left: -40px;
top: 90px;
z-index: 2;
}

#navContainer{
position: absolute;
top: 268px;
margin-left: 280px;
z-index: 3;
}

#navUL{
list-style: none;
margin: 0px;
padding: 0px;
}

#navUL li{
position: relative;
float: left;
left: -30px;
text-align: right;
height: 38px;
margin-bottom: 10px;
background-image: url('/images/template/buttonO.png');
background-repeat: no-repeat;

}

a.navButton{
display: block;
padding: 10px;
padding-right: 10px;
background-image: url('/images/template/button.png');
background-repeat: no-repeat;
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 11pt;
}

a.navButton:hover{

}

#bodyContent{
padding: 20px;

}

h1{
font-size: 24pt;
font-weight: bold;
color: #7b14b1;
}

#footer{
height: 75px;
background-color: #7b14b1;
border-top: 3px #000 solid;
border-bottom: 3px #000 solid;
}

#copyright{
color: #fff;
font-size: 9pt;
font-style: italic;
text-align: center;
}

#copyright a{
color: #fff;
font-size: 9pt;
font-style: italic;
text-align: center;
text-decoration: none;
}

.spacer{
clear: both;	
}

.eventHead{
color: #fff;
font-weight: bold;
text-align: center;
font-size: 13pt;
}

.eventCal a{
display: block;
color: #fff;
font-size: 10pt;
text-align: center;
}

.eventTitle{
border-bottom: 1px #fff solid;
color: #fff;
padding: 10px;
}

.tempEventDate{
color: #999;
font-size: 9pt;
font-style: italic;
}

