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


html{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}

body{
margin:0;
padding:0;
background-color:#060291;
}

#header{
width:100%;
padding:0;
margin:0;
background-image:url(images/header_bg.gif);
background-repeat:repeat-x;
height:166px;


}

#header h2{
float:left;
width:416px;
padding:0;
margin:0 0 0 30px;
background-image:url(images/header.gif);
background-repeat:no-repeat;
height:166px;
text-indent:-9999px;
display:block;

}

#nav{
width:100%;
padding:0;
margin:0;
height:64px;
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
}
#nav ul{
float:right;
width:580px;
padding:0;
margin:0;


}

#nav li{
float:left;
list-style:none;
text-decoration:none;
margin:0;
padding:5px 5px;
color:#fff;

}

#nav li a{
font-size:12px;
float:left;
list-style:none;
text-decoration:none;
padding:10px 10px 0 10px;
margin:0;
color:#fff;

}
#nav li a:hover, #homepage #home a, #privacypage #privacy a, #eventspage #events a, #aboutpage #about a, #contactpage #contact a  {
font-size:12px;
float:left;
list-style:none;
text-decoration:none;
padding:10px 10px 0 10px;
margin:0;
color:#fff;
background-color:#060291;
height:32px;
}

#content{
width:100%;
padding:5px 0;
margin:0;
background-color:#fff;
float:left;

}
h1{
font-size:24px;
margin:15px 0 10px 0;
color:#060291;

}
#text .highlight, #text a {
color:#060291;
font-weight:bold;
}

h2{
font-size:20px;
margin:15px 0 10px 0;
color:#0050f0;

}

#text p, table {
color:#333;
font-size:14px;

}

#text .eventtable {
color:#333;
font-size:12px;
margin:20px 0 0 0;
border-top:1px solid #333;
}

.formparts {
color:#333;
font-size:12px;
margin:20px 0 0 0;
}

#text .eventtable td {
padding:3px;
border-bottom:1px solid #333;

}

#text li{
color:#333;
font-size:14px;
margin:0 0 5px 0;

}
#text {
margin:50px;
width:60%;
}
#rightarea{
margin:0 80px 0 0;
padding:0;
float:right;

}

#footer p {
margin:0 0 0 50px;
}

#footer{
width:100%;
float:left;
padding:60px 0 0 0;
margin:0;
height:64px;
background-image:url(images/footer_bg.gif);
background-repeat:repeat-x;
color:#fff;
font-size:10px;

}