﻿BODY 
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0px;
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
	color: Red;
}

A:active
{
	text-decoration: none;
}

INPUT
{
	font: Trebuchet MS;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	height: 12px;
}

#Title
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

#TopNavBar
{
	position:absolute;
	top:75px;
	left:0px;
	height:200px;
	width:100%;
	background-color:white;
} 

#Menu
{
	position:absolute;
	top:77px;
	left:0px;
	width:200px;
	display:block;
	height:100%;
	overflow:auto;
	color:Black;
}

#Content
{
	position:absolute;
	height:100%;
	width:100%;
	left:200px;
	top:77px;
	margin:0px;
	overflow:hidden;
	border:solid 1px #155793;
}

.menuTable
{
	border: solid 1px #155793;
	margin-bottom: 5px;
}

.menuTBODY
{
	text-indent: 10px;	
	background-image:url(images/menu_table_bg.jpg); 
	background-color: White;
}

.menuTH_accent
{
	background-color: #155793;
	color: white;
	font-weight: bold;
	cursor:hand;
}

.menuTH
{
	text-align: left;
	text-indent: 0px;
	background-color: #d6efff;
	font-weight: bold;
	cursor: hand;
}

.menuLine
{
	background-color: #155793;
	height: 1px;
}

.menuSpace
{
	height: 5px;
}

.menuIndent
{
	text-indent: 7px;
}

