/* 
    Document   : global
    Created on : June 13, 2005, 10:55 AM
    Author     : tduffy
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
    background-color: rgb(193,204,224);
}

a{
    color: rgb(78,106,167);
    text-decoration: none;
}

a:hover{
    color: maroon;
    text-decoration: underline;
}


#container{
    position: absolute;
    top: 0;
    left: 0;
    width: 769px;
    background-color: white;
    
}


#address{
    color: #00316D;
    position: absolute;
    top: 5;
	left: 0;
    width: 765;
    text-align: right;
    font-weight: bold;
    font-size: 7pt;
    z-index: 3;
}

#hotlinks{
	width:155px;
    float: left;
	font-size:10px;
}

#nav{
	width:155px;
    float: left;
}

#nav a{
    color: #00316D;
    text-decoration: none;
}

#nav a:hover{
    color: maroon;
    text-decoration: underline;
}

#nav table{
    /* border: 1px rgb(192,198,208) solid;
    background-color: rgb(193,204,224); */
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.5em;
}

#sidebar{
    width: 155px;
    background-color: rgb(245,245,245);
    float: right;
    font: 8pt Georgia, Garamond, serif;
    font-weight: bold;
    padding: 5px;
    line-height: 1.5em;
}

#page{
    width: 608;
}

#footer{
    background-image: url(images/footer.jpg);
    width: 769px;
    height: 20px;
    font-size: 7pt;
    font-weight: bold;
    padding: 4px;
}

#footer a{
    color: black;
}

#footer a:hover{
    color: maroon;
}

#login{
    width: 765px;
    text-align: right;
    position: absolute;
    top: 65;
    left: 0;
    z-index: 4;
    font-size: 8pt;
    padding: 2px;
}

#login input{
    border: 1px black solid;
}


