/* CSS Document */
body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background: #ffffff url('graphics/side.gif') repeat-y top left;
}
#header {
background: #96ABC0 url('graphics/headerbg3.gif') no-repeat top left;
}
#content {
margin-left: 150px;
margin-right: 200px;
padding: 15px;
}
#navigation {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background-color: #000033;
text-align: center;
padding-top: 3px;
padding-bottom: 3px;
font-weight: 600;
font-family: Arial, sans-serif;
font-size: 15px;
}
#navigation ul {
list-style: none;
display:inline;
margin: 0;
padding: 0;
}
#navigation li {
display:inline;
padding-left: 15px;
padding-right: 15px;
}
#navigation a:link, #navigation a:visited {
color: #FFFFFF;
text-decoration: none
}
#navigation a:hover {
color: #CCCCCC;
}
#fish {
position: absolute;
top: 125px;
right: 10px;
width: 180px;
text-align: center;
}
#incidents {
position: absolute;
top: 152px;
right: 10px;
width: 180px;
background-color: #DCE3EA;
color: #000000;
border: 1px solid #003366;
padding: 7px 5px;
text-align: center;
font-size: 11px;
}
#incidents ul {
list-style: none;
margin: 0;
padding: 0;
}
#incidents li {
margin-bottom: 10px;
}
#footer {
margin-left: 150px;
margin-right: 150px;
font-size: 10px;
text-align: center;
padding-bottom: 2px;
}
#leftside {
position: absolute;
top: 140px;
left: 10px;
width: 130px;
color: #ffffff;
text-align: center;
font-size: 11px;
}
h1 {
font-size:18px;
border-bottom: 1px solid #CCCCCC;
}
h2 {
font-size:16px;
color: #003366;
}
h3 {
font-size:14px;
color: #003366;
border-bottom: 1px solid #003366;
}
.blue {
color: #003366;
}
.contacttable {
font-family: Arial, sans-serif;
font-size: 14px;
padding: 3px;
border: 1px solid #003366;
border-collapse: collapse;
}
.contacttable td {
border: 1px solid #003366;
padding: 2px;
}
.indent {
padding: 0 0 0 35px;
margin: 0;
}
#rightbar {
position: absolute;
top: 155px;
right: 10px;
width: 180px;
text-align: center;
font-size: 11px;
}