body {
    background-color: #000033;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    text-align: center;
    font-size: 36px;
    color: #FFFF00;
    font-family: 'Copperplate Gothic Bold';
}

#header img {
    padding-top: 20px;
}

#mainBody {
    margin: auto;
    width: 950px;
	height: auto;
}

#nav {
    background-color: #000033;
    width: 100%;
    float: left;
    height: 40px;
}

#nav ul {
    list-style: none;
    list-style-image:none;
    margin: 0;
    padding: 0;
    float: left;
}

#nav a {
    display: block;
}

#nav ul li ul li a {
    background-color: #FFFFFF;
    color: #000033;
    text-decoration: none;
    border: 1px solid #000033;
}

#nav ul li ul li a:hover {
    background-color: #000033;
    color: #FFFFFF;
}

#nav ul ul {
    position: absolute;
    z-index: 500;
    top: 40px;
}

#nav ul ul ul {
    top: 0;
    left: 100%;
}

#nav li {
    position: relative;
}

div#nav ul ul, div#nav ul li:hover ul ul, div#nav ul ul li:hover ul ul {
    display: none;
}

div#nav ul li:hover ul, div#nav ul ul li:hover ul, div#nav ul ul ul li:hover ul {
    display: block;
    padding: 0;
}

a.button {
    background: transparent url('../images/nav_right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 40px;
    margin-right: 6px;
    padding-right: 11px;
    text-decoration: none;
    color: #FFFFFF;
    font-size:12px;
    font-weight:bold;
}
a.button span {
    background: transparent url('../images/nav_left.png') no-repeat top left;
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 16px;
}
a.button:hover span{
    color: #000033;
    background-position: bottom left;
}

a.button:hover {
    background-position: bottom right;
}

#current {
    background-position: bottom right;
}

#current span{
    color: #000033;
    background-position: bottom left;
}

#content {
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    width: 100%;
	height: auto;
}

#contentText {
	font-size: 14px;
    margin-left: 25px;
    margin-right: 40px;
    margin-bottom: 25px;
    min-height: 800px;
	max-height: auto
}

#news {
	  
    width:49%;
	height: auto;
    float:left;
}

#events {
	  
    width:49%;
	height: auto;
    float:right;
}

h1 {
    margin-top: 0px;
    text-align: center;
    font-family: 'Copperplate Gothic Bold';
    font-size: 36px;
    color: #000033;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000033;
    margin-bottom: 0px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif, "Copperplate Gothic Bold";
    font-size: 10px;
}

h4 {
    color:#000033;
    font-family:"Times New Roman",Times,serif;
    font-size:18px;
}

table, th, td {
    padding: 4px;
	font-size: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
}

table {
	
    margin-top: 5px;
    background-color: #FFFFFF;
}

#copyright {
    text-align: center;
    font-size: 11px;
}

#map {
    width: 550px;
    margin: auto;
}

.errorRow {
    background-color:#FF4444;
}

a img {
    border: none;
}

.noBorder {
    text-align:center;
    border:none;
}

