body
{
    font-family: verdana, sans-serif;
    font-size: 11px;
    background: #f3f3f3;
}

a:link, a:visited
{
    text-decoration: undeline;
    color: #000;
}

td
{
    font-family: verdana, sans-serif;
    font-size: 11px;
}

th
{
    font-family: verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#header
{
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    
    margin: 0% 5%;
    text-align:right;
    font-size:22px;
    background-image: url(images/masthead5.jpg);
    layer-background-image: url(images/masthead5.jpg);
    background-position:top left;
    background-repeat: no-repeat;
    color:#052355;
    width:800px;
    height:120px;
    border: 1px solid;
}

#headersub
{
    text-align:right;
    font-size:12px;
}

#container
{
    padding: 30px;
    border: 1px solid #ccc;
    margin: 0% 5%;
    background: #fcfcfc;
    position: inline;
    width: 800px;
}

#navigation
{
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0% 0%;
    background: red;
    position:inline;
    width:50px;
}

.code
{
    font-family: courier, mono;
    background: #fafafa;
    padding: 5px;
    border: 1px solid #ccc;
}

#testcontainer
{
    padding: 30px;
    border: 1px solid #ccc;
    background: #fff;
}

#tabs
{
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url(images/tab_bottom.gif) repeat-x bottom;
}

#tabs li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tabs a:link, #tabs a:visited
{
    float: left;
    background: #f3f3f3;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

#tabs a:link.active, #tabs a:visited.active
{
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#tabs a:hover
{
    background: #fff;
}

#subTabs
{
    height: 20px;
    margin: 0;
    padding-top: 5px;
    padding-left: 0px;

}

#subTabs li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#subTabs a:link, #subTabs a:visited
{
    float: left;

    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border-bottom: 0px solid #ccc;
    text-decoration: none;
    color: #666;
}

#subTabs a:link.active, #subTabs a:visited.active
{
    border-bottom: 0px solid black;
    background: #fff;
    color: #000;
}

#subTabs a:hover
{
    background: #fff;
    color: #999;
}

.subnav
{
    float: right;
}

#footer
{
        color: #006;
        border-top: 1px solid #006;
        font-size: 11px;
        text-align: right;
        padding: 2px 10px 0 0;
        clear: both;
}
.gallery-link
{
    text-decoration:none;
    font-size:21px;
}

h1{
    font-size:22px;
}

#divetable td
{
    width:100px;
    height:30px;
}

.bottom {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 5px;
}

.level {
            vertical-align:top;
            padding-left: 5px;
            padding-top: 5px;
}

.left{
            border-left: 1px solid #000;
            vertical-align:bottom;
            text-align:right;
            padding-bottom:5px;
}

.pg {
            vertical-align:bottom;
            text-align:right;
            padding-bottom:5px;
}

.new {
   background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

.updated {
   background-color: #0080ff;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

.date {
   background-color: #cccccc;
	font-weight: normal;
	font-style: normal;
}

