﻿/*@import url(layout.css);*/
/*
DarkBlue - #223850
LightBlue - #425f7d
*/
.TblContainer
{
    margin: 0px auto;
    width: 770px;
    /*removed #666644*/
    border-right: 5px solid #425f7d;
    border-left: 5px solid #425f7d;
    border-bottom: 5px solid #425f7d;
    background-color: #010101;
    background-image: url("../images/Side3.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
}
/*Styles take from original web*/
body
{
/*removed #664*/
    margin: 0px;
    background-color: #223850;
    font-family: Georgia;
    font-size: 0.8em;
    padding: 0px;
}
/*Default hyperlink properties*/
a:link{

}
a:hover{

}
a:visited{

}
/* Styles for DIV tags */
#container
{
/*removed #666644*/
    border-right: 5px solid #425f7d;
    border-left: 5px solid #425f7d;
    border-bottom: 5px solid #425f7d;
    background-color: #283227;
    background-image: url("../images/leftphoto.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
}
#masthead
{
/*Removed #EEEECC*/
    background-color: #ffffff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 15px;
}
#navigation
{
    /*removed #CCCC99*/
    background-color: #223850;
    text-align: center;
}
html > body #navigation
{
    overflow: hidden;
    background-color:#223850;
}
#content_container
{
    background-color: #FFFFFF;
    padding: 0px;
}
#image
{
    margin-bottom: 6px;
    margin-left: 6px;
}
#footer
{
    background-color: #F9F9EC;
    color: #666644;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
/* Styles for Masthead */
#masthead h1
{
/*removed #555533*/
    color: #223850;
    font-style: italic;
    font-size: 2.6em;
    margin: 0px;
    text-align: right;
}
#masthead h3
{
/*removed #999977*/
    margin-top: .4em;
    color: #000000;
    margin-bottom: 0px;
    text-align: right;
    font-size: 1.4em;
    font-style: italic;
    font-weight: normal;
}
#masthead a
{
    color: #555533;
    text-decoration: none;
}
/* Styles for Navigation */

#navigation ul
{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
#navigation li
{
    float: left;
}
#navigation a
{
    margin: 0 1px;
    padding: 5px;
    /*removed #cc9*/
    border: 1px solid #425f7d;
    display: block;
    text-decoration: none;
    color: #ffffff;
}
#navigation a:hover
{
/*removed #F9F9EC*/
    color: #ffd457;
    text-decoration: none;
    /*removed #664*/
    background-color: #425f7d;
    /*removed #cc9*/
    border: 1px solid #425f7d;
}

h1
{
    font-size: xx-large;
    color: #000000;
    margin-top: 0px;
}
h2
{
/*removed #333311*/
    font-size: x-large;
    color: #000000;
    margin-top: 0px;
}
h3
{
/*removed #444422*/
    font-size: large;
    color: #000000;
    margin-top: 0px;
}
h4
{
/*removed #555533*/
    font-size: medium;
    color: #000000;
    margin-top: 0px;
}
h5
{
    font-size: x-small;
    margin-top: 0px;
}
h6
{
    font-size: xx-small;
    margin-top: 0px;
}

/* Styles for Footer */
#footer p
{
    margin: 0;
    font-size: 0.75em;
    text-align: left;
}
#copyright
{
    float: right;
    text-align: right;
}
#copyright p
{
    font-size: 0.75em;
    color: #223850;
}
#footer a
{/*removed #555522*/
    color: #223850;
    font-weight: bold;
    text-decoration: underline;
}
#footer a:hover
{
    text-decoration: none;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
.VMenuColumn
{
    width: 190px;
}
.ContentStyles
{
    vertical-align: top;
    background-color: #ffffff;
    width: 610px;
    padding-left: 50px;
    background-image: url(../images/LabyrinthWatermark.gif);
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: center center
}

