﻿html, body { margin:0; padding:0; height:100%; }
/*html { background:#CCD2DB url('/Images/tree.png') left bottom no-repeat fixed; } */
html { background:#CCD2DB url('/Images/wide-bg.png') left bottom no-repeat fixed; }
body { background:transparent url('/Images/head.png') left -8px repeat-x; }
body, input, td, th, textarea, option, select { font-family:"lucida grande",tahoma,verdana,arial,sans-serif; }

h1
{
    color: Navy;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
h2
{
    color: #8C929B;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
}

#container { width:602px; margin: 0 auto; min-height:100%; position:relative; background: url('/Images/bg.png') left top repeat-y; padding: 0 8px; overflow:hidden; margin-left:200px; }
#head { background:black; width:802px; height:113px; position:relative; overflow:hidden; }
#content { border-bottom:40px solid white; margin:10px 10px 0 215px; padding:0 0 0 15px; border-left:1px dotted silver; overflow:hidden; margin-left:10px; padding-left:0; border-left:0 none;}
#logo  
{
    margin-left:10px; 
    vertical-align:middle;
}

.menuLink 
{
    color: White;
    text-decoration: none;
    font-weight:bold;
    font-size: 10pt;
    vertical-align: bottom;
    margin-bottom: 2px;
}