body
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333333;
    background-color: white;
}

input, select, textarea
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #222222;
    line-height: 120%;
}

h1
{
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    color: #cccccc;
}

h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-decoration: underline;
    color: #666666;
}

a
{
    color: #4969a0;   <!-- used to be #070 -->
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
    font-family: verdana, arial, helvetica, sans-serif;
}

a:hover
      {
	  text-decoration: underline;
	  font-weight: bold;
      }

.text
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #222222;
    line-height: 120%;
}

.smtext
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #222222;
    line-height: 120%;
}

.tinytext
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8px;
    color: #999999;
    line-height: 120%;
}

#Content>p { margin: 8px; }

#Header
{
    margin: 50px 0px 10px 0px;
    padding: 17px 0px 2px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    height: 33px; /* 14px + 17px + 2px = 33px */
    border-style: solid;
    border-color: black;
    border-width: 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
    line-height: 11px;
    background-color: #eeeeee;
    /* IE5 fix */
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 14px;
}

/* for Opera 5 */
body>#Header { height: 14px; }

#Content
{
    margin: 0px 50px 50px 320px; /* top right bottom left */
    padding: 10px;
}

#Menu
{
    position: absolute;
    top: 100px;
    left: 20px;
    width: 270px;
    padding: 10px 10px 0px 10px;
    background-color: #eeeeee;
    border: 1px solid #bbbbbb;
    line-height: 17px;
    /* IE5 fix */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 270px;
}

/* for Opera 5 */
body>#Menu { width: 270px; }

#MapContent
{
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 0px;
}

#MapMenu
{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 230px;
    padding: 10px 10px 0px 10px;
    background-color: #eeeeee;
    border: 1px solid #999999;
    line-height: 17px;
    filter: Alpha(opacity=75);
    opacity: .75;
}
