/* CSS layout */
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

html,body {	background-image:url('bg.jpg');
background-position:left;
background-attachment:fixed;
margin:0; padding:0;
min-height:100%;
}
#wrapper { width:946px; 
	min-height: 100%;
	height:100%;
	margin:auto;
 }
#lefCol {width:46px; background-image:url('sidebarlogo.gif');background-repeat:no-repeat;background-color:#758982;}
#midCol {width:300px;background-color:white;}
#rigCol {width:600px; background-color:white;}
#menu {
	text-align:center;
	font-family:Tahoma;
}
#maincontent{
	padding:5px;
	font-family:Tahoma;
}
#leftcontent{
	padding:5px;
	font-family:Tahoma;
}
#footer {
	text-align:center;
	font-size:10px;
}
#topimage {
	text-align:center;
}
.InnerFrame {
	
	background:#758982;
	color:white;
	font-family:Tahoma;
	font-size:x-small;
}

.MainMenu_MenuContainer {
	background-color: transparent;
	margin-left:25px;
	margin-top: 0;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:25px;
	padding:0;
}
.MainMenu_MenuItem {
	background:transparent;
	cursor: pointer; 
	cursor: hand; 
	color: 	white; 
	font-family: tahoma; 
	font-size: 14px; 
	text-transform: lowercase;
	font-weight: bold; 
	font-style: normal;
	padding: 3px 6px 3px 6px; 

}
.MainMenu_MenuItem {
	background:transparent;
	cursor: pointer; 
	cursor: hand; 
	color: 	black; 
	font-family: tahoma; 
	font-size: 14px; 
	text-transform: lowercase;
	font-weight: bold; 
	font-style: normal;
	padding: 3px 6px 3px 6px; 

}

	
	.MainMenu_MenuItemSel {
	background:#7DC1C0;  /* for sub menu rollover effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family:tahoma;
	font-size: 14px; 
	text-transform: lowercase;
	font-weight: bold; 
	color: CCCCCC; 
	border: 0;
	padding: 3px 6px 3px 6px; 

}
.MainMenu_SubMenu { 
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #FFFFFF; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid; 
border-right: #404040 0px solid; 
} 
/* Elements we don't really need to see */
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}


