/* --------------- layout --------------- */

html, body
{
	font:   10pt Trebuchet MS, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px;
	background-image:url('../images/bg_left5.gif');
	background-repeat:repeat-y;
    height:100%;
}

#maintable
{
    height:100%;
    width:100%;
}

#menu
{
    position:   absolute;
    left:       0px;
    top:        235px;
    width:      200px;
}

td
{
	font-size: 10pt;
}

a
{
	color: #09271A;
	text-decoration: underline;
}

a:hover
{
	color: #5AA400;
	text-decoration: underline;
}

A.menu_inactive
{
	font-size: 13pt;
	font-weight:bold;
	color: #bbbbbb;
	text-decoration: none;
}

A.menu_inactive:hover
{
	color: #ffffff;
}

A.menu_active
{
	font-size: 13pt;
	font-weight:bold;
    color: #ffffff;
	text-decoration: none;
}

A.menu_active:hover
{
	color: #ffffff;
}

p
{
    margin: 0px;
}
