h1{
font-size: 140%
}

div.header{
left: 110px;
height: 116px;
width: 750px;
background-image: url('images/header_new3.jpg');
background-repeat: no-repeat;
}

div.container{
position: absolute;
width: 880px;
height: 1500px;
border:2px double black;
background-color: 696969;
line-height:120%;
}

div.middle{
position: absolute;
left: 60px;
width: 750px;
height: 1497px;
background-color: black;
border-left: solid white;
border-left-width: 1px;
border-right: solid white;
border-right-width: 1px;
}

div.menubackground{
position: absolute;
top: 116;
width: 195px;
height: 1380px;
background-color: 333333;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
font-size: x-small;
font-family: verdana;
margin:  0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-size: x-small;
font-family: verdana;
list-style-type: square;
color: white;
padding-left: 2px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
font-size: x-small;
font-family: verdana;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
font-size: x-small;
font-family: verdana;
padding-left: 20px;

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
font-size: x-small;
font-family: verdana;
}


a:link, a:visited
{
color: #EEE;
text-decoration: none;
}

a:hover
{
text-decoration:underline;
color: #fff;
}