/*
-----------------------------------------------------
PAGE Definitions for DIV Layouts
-----------------------------------------------------
FileName:    MainLayout.css
Version:     2006.06.20
-----------------------------------------------------
*/

@import url("left_nav.css");
@import url("main_page_layout.css");
@import url("top_nav.css");
@import url("content.css");

html, body
{
	padding                : 0px;
	margin                 : 0px;
	height                 : 100%;
	width                  : 100%;
}
*
{
	margin                 : 0;
	padding                : 0;
}
/*
table
{
	width : 100%;
	height : 100% ! important;
}
*/


body
{
	font-family            : 'Trebuchet MS', sans-serif;		
	background-color       : #9D9E9F;
  font-size              : 10pt;
	line-height            : 12pt;
  color                  : #696A6C;
}

/* \*/ /*/ 
.LeftNav ul li ul {position: static;}
/* */