/* Styles for main layout */

body{
    margin:5px;
    background:#eeeeee;
    color:#000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height: 15px;
}

#container{
    width:775px;
    margin:0px auto 0px auto;
    padding:0px;
    border:none;
}

#banner{
    width:775px;
    height:125px;
    margin:0px;
    padding:0px;
    background:url(/images/layout/banner.png);
    border:none;
}

#navLeft{
    float:left;
    width:150px;
    height:25px;
    margin:0px;
    padding:0px;
    background:url(/images/layout/navigator1.png);
    border:none;
}

#navRight{
    float:left;
    width:25px;
    height:25px;
    margin:0px;
    padding:0px;
    background:url(/images/layout/navigator2.png);
    border:none;
}

#headerText{
    float:right;
    width:600px;
    height:17px;
    margin:0px;
    padding:5px 0px 3px 0px;
    border:none;
    font-weight:bold;
    text-align:center;
    font-size:12px;
    font-weight:bold;
}

#navContainer{
    float:left;
    width:150px;
    margin:0px;
    padding:0px;
    border:none;
}

#navContent{
    float:left;
    width:144px;
    margin:0px;
    padding:0px 3px 0px 3px;
    background:url(/images/layout/menu1.png);
    border:none;
    text-align:center;
}#navContent hr{
    width:125px;
    height:2px;
    color:#ababab;
    background-color:#ababab;
    border:none;
}#navContent .header{
    font-weight:bold;
}

#navBottom{
    float:left;
    width:150px;
    height:25px;
    margin:0px;
    padding:0px;
    background:url(/images/layout/menu2.png);
    border:none;
}

#mainContent{
    float:left;
    width:615px;
    margin:0px;
    padding:3px 5px 0px 5px;
    border:none;
}

/* Styles for formatting a horizontal navbar that is surrounded by a classed tag
  and also serves to override the default link styles set */


div.navbar{
    text-align:center;
}

div.navbar a:link,div.navbar a:visited,div.navbar a:active{
    text-decoration:none
}div.navbar a:hover{
    text-decoration:underline;
}

/* Styles for regular links as well as links in the navbar */

a:link,a:visited,a:active{
    color:#000000;
}a:hover{
    text-decoration:none;
}

#navContent a:link,#navContent a:visited,#navContent a:active{
    text-decoration:none
}#navContent a:hover{
    text-decoration:underline;
}

