.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.MainContent {
	background-color: #FFFFFF;
	position: absolute;
	top: 225px;
	left: 274px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	height: 30px;
	width: 800px;
	color: #FFFFFF;
	background-color: #009A00;
	top: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.style6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style9 {font-size: x-large}
.style10 {font-size: 12px}

#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:200px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
	
	padding-right: 15px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#FFFFFF;	/* Black text color */
	height:17px;	/* 20 pixel height */
	line-height:17px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px none #FFFFFF;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	display:block;
	background-image:url(../images/bglinks.png);
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#000000;
		background-color:#317082;
	}
	.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	background-color:#00FF33;
	font-family:arial;
	text-align:left;
	border: 1px;
	border-color: #FFFFFF;	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	border: 1px;
	border-color: #FFFFFF;
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#FFFFFF;	/* Black text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
	font-weight: bold;
	width: 200px;
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#000000;	/* White text */
		background-color:#66FF33;	/* Blue background */
	}

	
