@charset "utf-8";
/* CSS Document */
	/***********************************************************************************************
	
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
	
	***********************************************************************************************/
	body{
		font-family:tahoma;
		margin-top:0px;
		color:#FFFFFF;	
					
	}
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;
		color:#FFFFFF;	
		
	}
	.bodyText p{
		/*margin-top:5px;*/
		color:#FFFFFF;
	}
	#mainContainer{
		width:760px;
		height:600px;
		border:1px solid #000000;
		margin:0 auto;
		color:#FFFFFF;
		/*background-image:url('../../images/heading3.gif');*/
		background-repeat:no-repeat;
		padding-top:85px;			
	}
	#mainMenu{
		/*background-color: #FFF;	*//* Background color of main menu */
		background-image:url(../images/menu-bg.jpg);
		font-family:  tahoma;	/* Fonts of main menu items */
		font-size:8pt;	/* Font size of main menu items */
		/*border-bottom:1px solid #FFFFFF;*/	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 20px;
		padding-top:10px;
		
		position:relative;	/* Don't change this position attribute */
		
		
	}
	#mainMenu a{
		padding:20px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		color:#FFFFFF;
		
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Tahoma;	/* Font  of sub menu items */
		/*background-color:#E2EBED;*/	/* Background color of sub menu items */
		/*background-image:url(../images/menu-bg.jpg);*/
		font-size: 8pt;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 20px;	
		position:absolute;
		
		
		width:100%;	/* Don't change this option */		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
		position:relative;
		color:#FFFFFF;
	}
	#submenu table{
	background-image:url(../images/menu-bg.jpg);
	
	font-family: tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	border-left:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;	
	}
	
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		/*border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color: #E2EBED;	*//* Background color */
		font-family: tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
		color:#FFFFFF;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #FFFFFF;	/* Text color */
		font-family: tahoma;
		font-size: 8pt;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 20px;
		padding: 10px;
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:0.9em; 
		color:#FFFFFF;
	}
	
	#submenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	}
	
