html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-size:76%; 
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body
{
height:100%;
max-height:100%;
overflow:hidden;
padding:0;
margin:0;
border:0;
}

#content
{
overflow: auto;
position:absolute;
z-index:6;
top:120px;
bottom:50px;
left:200px;
right:0;
background:lightyellow;
font-size: 14pt;
color: #7b68ee;
padding: 10px;
} 
#head 
{position:absolute;
margin:0;
top:0;
left:0;
display:block;
width:100%;
height:120px;
background: #2ea129;
background-position:0 0;
background-repeat:no-repeat;
font-size:4em;
z-index:5;
overflow:hidden;
color:#fff;
font-family:georgia, palatino linotype, times new roman, serif;
}
#foot 
{
position:absolute;
margin:0;
bottom:0;
left:0;
display:block;
width:100%;
height:50px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:1em;
z-index:5;
overflow:hidden;
background: #2ea129;
color:#fff;
}

#left 
{
position:absolute;
left:0;
top:120px;
bottom:30px;
width:200px;
background: #a19c29;
font-size:1.2em;
z-index:4;
overflow:auto;
background-repeat:no-repeat;
}

/* * html #left
{
height:100%;
top:0;
bottom:0;
border-top:120px solid #fff;
border-bottom:50px solid #fff;
color:#fff;
} */

#content p 
{
padding:10px;
}
.bold {font-size:1.2em; font-weight:bold;}

dd {display:none;}
a.nav, a.nav:visited {margin-left:50px; display:block; width:100px; height:25px; background:#aaa; color:#eee; border:1px solid #000; text-decoration:none; text-align:center; line-height:25px;}
a.nav:hover {background:#000; color:#fff;}
.p1
{
	font-size: .4em;
	color: white;
}
#lpage_navBar
{
position: absolute;
top: 30px;
left: 750px;
padding-top: 0px;
min-width:396px;
min-height:30px;
margin-top:0px;
z-index: 6;
float: right;
}
#lpage_navBar ul.lpage_horiz_menu a,
#lpage_navBar ul.lpage_horiz_menu a.std_menu {
	background: #a1296b;
	color: #ffffff;
	display : inline-block;
}
#lpage_navBar ul.lpage_horiz_menu a:hover,
#lpage_navBar ul.lpage_horiz_menu a.std_menu:hover {
	background: #a19c29;
	color: #ffffff;
}
#lpage_navBar ul.lpage_horiz_menu a.std_menu_selected {
	background: #fafaf4;
	color: #459e00;
}
#lpage_messagesContainer
{
top:0px; 
min-height: 50px;
left: 0px;
overflow: auto;
color: black;
background: #ffffbb;
z-index: 6;
}
