/* CSS Document */
BODY {
background:#FFF;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align: left;
  }
  
p, div, table {font-family: arial; font-size: 11pt; color:#000000}
a {text-decoration: none;color:#357AAA; font-weight: bold;}
a:hover {text-decoration: underline; color:#357AAA;}

img {border: 1px solid #000; text-align:right; margin:10px}

.center {
text-align: center; 
}

.quote{
margin: 23px;
padding: 10px;
border: 1px dotted #000; 
background-color: #98C9F0; 
text-align: center;
font-size: 10pt;
}

#header {
background: url('img/main.jpg') no-repeat;
position:absolute;
width: 800px;
height: 0px;
margin:0px;
padding:0px;
display: none;
}
#nav {
background-color: #FFF; 
position:absolute;
width: 0px; 
top: 200px;
bottom: 0px;
left: 15px;
right: 0px;
margin:0px;
padding: 0px;
display: none;
}

#nav .side {
background: url('img/sidebg.jpg') no-repeat;
width: 150px;
margin:15px 0px 0px 0px;
padding: 35px 0px 0px 10px;
}

#content {
position:absolute;
width: 750px; 
top: 5px;
bottom: 0px;
left: 5px;
right: 0px;
}

.display {
color: #FFF;
}

h2 {
margin:0px;
font-size: 28px;
text-transform: uppercase; 
color:#000;
}

h3 {
padding-left: 30px;
border-bottom: #000 solid 4px;
font-size: 20px;
color: #000;
}

h4 {
margin:0px;
font-size:18px;
}
h5 {
font-size:11px;
}

.eventinfo{
margin: 23px;
padding: 10px;
border: 1px dotted #000; 
background-color: #98C9F0; 
font-size: 12pt;
}
/* CSS Document */
