﻿body
{
	font-family: Arial, Helvetica, sans-serif;
} 
body>#Page>#Content {  /* this selector is a hack to hide "fixed" from IE */
  margin-left:150px;margin-top:30px;
}
body>#Page>#Menu {  /* this selector is a hack to hide "fixed" from IE */
  position: fixed; top:30px;
}
body>#header {  /* this selector is a hack to hide "fixed" from IE */
  position: fixed; 
}
#Page {width:790px;height:100%;margin:0px;}
#Page #Menu
{
    padding: 0 0 0 0;
    width: 130px;
    color: #C0C0FF;
    background: url(/legal/images/lgl_mnbkg.gif) #000 fixed repeat-y left top;
    float: left;
    clear: none;
    margin: 0px;
    overflow: hidden;
    height:100%;
}
#Page #Menu ul
{
    margin:0;
    padding:0;
    width:120px;
}
#Page #Menu ul li
{
    margin:0 0 15px 0;
    padding:0;
}
#Page #Menu a
{
    color:#C0C0FF;
}
#Page #Menu a:visited
{
    color:#C0C0FF;
}
#Page #Menu a:active
{
    color:#C0C0FF;
}
#Page #Content
{
    float: right;
    clear: none;
    margin: 1em 0 0 10px;
    width: 650px;
}

.MenuItem
{
    margin-left:20px}
#items
{
    margin-top:10px;
}
#items ul
{
    list-style:none;
}

hr {clear:both;height:1px;color:#000;margin: 1.5em 0; border: 1px #000;background:#000}
