body 
{
	background-color: #333333;
	font-family:Tahoma;
	margin-top:40px;
	margin-left:100px;
	margin-right:100px;
}

tr.main
{
	background-color: #FFFFFF;
	height: 450px;
}

td.headerbackground 
{
	background-color: #000000;
	height: 24px;
}

td.menu
{
	background-color: #000000;
	text-align:left;
	margin-left:200px;
	border-bottom-width:50px;
	border-bottom-color:Maroon;
	height: 24px;
}

td.menubar
{
	background-color: #000000;
	text-align:justify;
}	

td.leftspacebar 
{
	background-color:Black;
	width: 100px;
}

td.rightspacebar 
{
	background-color:Black;
	width: 100px;
}

td.footer
{
	background-color:Black;
	font-family:Tahoma;
	text-align: center;
	font-size:small;
	color:White;
	padding-bottom:6px;
}

.background_topmenu
{ 
	/*background-image: url(../../images/bground/menuSubBground.jpg);*/
	background-color:Black;
	z-index: 100;
}

.background_submenu
{
	background-image: url(submenuimg.jpg);
}

.menuItem {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.menuItem a{
	color: #ffffcc;
	text-decoration:none;
	}
	
.menuItem a:visited{
	color: #FFFFFF;
	text-decoration:none;
	}
	
.menuItem a:hover{
	color: #336699;
	text-decoration:underline;
	}

.menuItemSub {
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px; 
	margin-left:5px;
}
.menuItemSub a:visited{
	color: #FFFFFF;
	text-decoration:none;
	}
.menuItemSub a:hover{
	color: #336699;
	text-decoration:none;
	}

