body {
 background: #ffffff;
 color: #000066;
 padding: 0px;
 margin: 0px;
}

td.time {
 text-align: center;
 font-family: verdana, arial, sans-serif;
 padding: 3px;
 font-size: 16pt;
 font-weight: bold;
 color: #ffffff;
}

td.nav {
 background-color: #005a72;
 color: #ffffff;
 width: 250px;
 padding: 3px;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
}

td.nav a {
 color: #ffffff;
 font-weight: bold;
 font-size: 14px;
 text-decoration: none;
}

td.nav ul {
    padding-left: 12px;
    text-align: left;
    margin: 0px;
    list-style-type: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

td.nav h3 {
    font-size: 18pt;
    font-style: italic;
    font-weight: normal;
    color: #80c5cf;
}

td.zone-1 {
    background-color: #f0ffea;
    color: #000;
    border: 1px solid #333;
    font-size: 12pt;
    padding: 3px;
}

td.zone-2 {
    background-color: #eaeaff;
    color: #000;
    border: 1px solid #333;
    font-size: 12pt;
    padding: 3px;
}

td.zone-3 {
    background-color: #faeaff;
    color: #000;
    border: 1px solid #333;
    font-size: 12pt;
    padding: 3px;
}

td.zone-4 {
    background-color: #fffeea;
    color: #000;
    border: 1px solid #333;
    font-size: 12pt;
    padding: 5px;
}

th.zone-1 {
    background-color: #051500;
    color: #eaffef;
    border: 1px solid #000;
    font-size: 16pt;
    padding: 3px;
    height: 30px;
}

th.zone-2 {
    background-color: #000515;
    color: #eaefff;
    border: 1px solid #000;
    font-size: 16pt;
    padding: 3px;
    height: 30px;
}
th.zone-3 {
    background-color: #100015;
    color: #faeaff;
    border: 1px solid #000;
    font-size: 16pt;
    padding:3px;
    height: 30px;
}
th.zone-4 {
    background-color: #150000;
    color: #ffeaea;
    border: 1px solid #000;
    font-size: 16pt;
    padding: 3px;
    height: 30px;
}

table.links td {
    border: 1px dashed #555;
    padding: 10px;
    text-align: justify;
    font-size: 11pt;
    color: #000;
}

table.links td h3 {
    font-size: 15pt;
    font-weight: bold;
    padding: 0px;
}

table.links td h4 {
    font-size: 13pt;
    font-weight: bold;
    padding: 0px;
}

td.central
{
    background: #9decf8;
    text-align: center;
    padding: 25px;
}

td.form {
 font-family: verdana, arial, sans-serif;
 font-size: 1em;
}

p {
	margin-bottom: 5px;
}

#page-wrap {
 width: 475px;
 background: white;
 padding: 5px 5px 5px 5px;
 margin: 5px auto;
 min-height: 400px;
 height: auto !important;
 height: 400px;
}

#contact-area {
 width: 475px;
 margin-top: 5px;
}


#contact-area input,
#contact-area textarea {
 padding: 5px;
 width: 500px;
 font-family: Helvetica, sans-serif;
 font-size: 1em;
 margin: 0px 0px 10px 0px;
 border: 2px solid #ccc;
}

#contact-area textarea {
 height: 50px;
}


#contact-area textarea:focus,
#contact-area input:focus {
 border: 2px solid #cacaca;
}


#contact-area input.submit-button {
 width: 100px;
 float: right;
}


label {
 float: left;
 text-align: right;
 margin-right: 15px;
 width: 100px;
 padding: 0px;
 font-size: 12pt;
}

button {
 font-size: 12pt;
}