#dhtmltooltip{
		position: absolute;
		width: 150px;
		border: 0px solid black;
		padding: 2px;
		background-color: lightyellow;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
		}

* {
    padding: 0;
    margin: 0;
} 

body {
    background: #FFE774;
	font: .74em "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #400000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
margin: 20px auto;
width: 724px;
background: #FFE64C url('design/midbg.png');
background-repeat: repeat-y;
}

#topbox { 
background: #FFE64C url('design/topbg.png');
height: 30px;
}

.galtitle{
padding-top:10px;
padding-bottom:10px;
}

#pagepadding {
padding: 0 40px 0 40px;
}

.tab {
padding-left: 20px;
}

#bottombox {

background: #FFE64C url('design/botbg.png');
height: 30px;
}
 
.logo {
height: 100px;
width: 644px;
background: #FFE64C url('design/logo.png');
}
/*
.logo h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #ffffff; }
.logo h1 a { font-size: 22px; color: #ffffff; text-decoration: none;}
.logo h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #ffffff; }
*/
.menu { 
    background: #ffffff; 
	border-bottom: 0px solid #E1E1E1; 
	padding: 0px;
}
	
.contentofpage {
	float: none;
	display:block;
	width: 90%;
	margin: 0 10px;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}
.content h2 { color: #400000; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}



#footer {
	text-align: center;
	color: #666;
}

/* Css part for the menu */

	#mainMenu{cb n
		background-color: #ffffff;	/* Background color of main menu */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:1.2em;	/* Font size of main menu items */
		border-bottom: 0px;	/* Bottom border of main menu */
		height: 15px;	/* Height of main menu */		
		position: relative;	/* Don't change this position attribute */
		visibility: hidden;
		
	}
	#mainMenu a{
		padding-left:10px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		/*font-weight: italic;*/
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;
	}
	#submenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#FFE64C;	/* Background color of sub menu items */
		visibility: hidden;
		width:100%;	/* Don't change this option */
		
	}
	
	html>body #clearmenu{ /* non IE browsers menu bottom spacing */
	margin-bottom: 2px;
	}
	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:0px solid #3990e5;
		border-top:0px solid #3990e5;
		border-right:0px solid #3990e5;		
		background: #FFE64C;	/* Background color */
		 
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	/*
	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;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
	}
	
	#submenu a:hover{
		color: #0000FF;	/* Blue color when the user moves the mouse over sub menu items */
	}
