/* CSS Document */

body {
font-family: helvetica, arial, sans-serif;
}

h3 {
margin-top: 0;
font-size: 18px;
font-weight: normal;
color: #170055;
}

p, table {
font-size: 14px;
line-height: 2em;
}

#site {
margin: 0 auto;
width: 750px;
}

#header {
border-bottom: 1px solid #ccc;
}

#header h1, #header h2 {
display: none;
}

#news {
float: right;
width: 300px;
margin-left: 10px;
padding: 10px;
border: 2px solid #fc6;
}

#nav, #nav li {
margin: 0;
padding: 0;
list-style: none;
}

#nav li {
float: left;
}

#nav li a {
display: block;
margin: 5px 2px;
padding: 5px 15px;
background-color: #2F92AE;
border-top: 2px solid #BeDCE5;
border-bottom: 2px solid #0F2D36;
border-right: 2px solid #0F2D36;
border-left: 2px solid #BeDCE5;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
text-decoration: none;
/*
Changed font color to white per request from MJ because they felt the blue text was hard to read on the button background color
color: #000082;
*/
color: #fff;
}

#nav li a:hover {
background-color: #f90;
border-top: 2px solid #c90;
border-left: 2px solid #c90;
border-bottom: 2px solid #fc0;
border-right: 2px solid #fc0;
color: #fff;
}

#body {
clear: left;
border-top: 1px solid #ccc;
padding: 15px 30px;
}

#body table {
border: 1px solid #999;
}

#body form table {
margin-bottom: 30px;
padding: 10px;
width: 690px;
font-family: verdana, arial, sans-serif;
font-size: 11px;
background-color: #f0f0f0;
border: 0;
}

#body table td, #body table th {
border-bottom: 1px dashed #ccc;
}

#body form table td, #body form table th {
padding: 5px;
border-bottom: 0;
}

#body form table th {
text-align: right;
font-weight: normal;
}

#body table.sideheaders th {
text-align: left;
padding-right: 10px;
}

p.copyright {
font-size: 12px;
text-align: right;
}

span.submit {
display: block;
width: 670px;
margin-top: -20px;
padding: 10px;
text-align: right;
background-color: #e0e0e0;
}

span.error {
display: block;
width: 626px;
margin-bottom: 10px;
padding: 30px;
background-color: #ffc;
border: 2px solid #f6c;
}

span.success {
display: block;
width: 688px;
padding: 30px;
background-color: #cfc;
border: 2px solid #393;
}

#body form table tr th.center {
text-align: center;
}
