/***********************************************************************************************
	
	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.
	
	***********************************************************************************************/

	#ad{	/* for the google ad at the bottom */
		margin: 0 auto;
		width:760px;
		margin-top:2px;
	}
	
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin-top:0px;
					
	}
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:760px;
		height:500px;
		border:1px solid #000000;
		margin:0 auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;			
	}

	#mainMenu{
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;	/* Font size of main menu items */
		/* Bottom border of main menu */
		height:33px;	/* Height of main menu */
		background-image:url(images/top-nav-top.gif);
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:11px;	/* Spaces at the left of main menu items */
		padding-right:8px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;
		line-height:34px;
	}
	#submenu{		
		font-family:Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
		font-size:10px;
		color:#990000;
		background-image:url(images/top-nav-bottom.gif);
		background-repeat:no-repeat;
		width:100%;	/* Don't change this option */
		height:27px;
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/*background-image:url('images/tabmenu_left.gif');
		background-position:bottom left;
		background-repeat:no-repeat;*/
		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;
	}
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		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;
		padding-top:7px;	/* Space at the right of each sub menu item */
		color: #990000;	/* Text color */
		font-size:11px;
		font-weight:bold;
	}
	
#submenu a:hover{text-decoration:underline}

