body{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top:0px;
	margin: 0px; 
	background:#ab9e90;
	scrollbar-base-color: #ffffff; 
	scrollbar-face-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #F79647;
	scrollbar-highlight-color: #6C6C6C; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-shadow-color: #6C6C6C;
	scrollbar-darkshadow-color: #ffffff;
					
	}
	h4{
		font-family: Arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight:bold;
		color: #333333;
		height:10px;
	}
	td{
		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
	
	}	
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	 p{
		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		margin-top:5px;
	}
	#mainContainer{
		width:818px;
		border:0px solid #000000;
		background-repeat:no-repeat;
		padding-top:0px;			
	}
	#mainMenu{
		/*background-color: #FFF9DF;	 Background color of main menu */
		font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;	/* Fonts of main menu items */
		font-size:11px;	/* Font size of main menu items */
		border-bottom:1px solid orange;	/* Bottom border of main menu */
		height:20px;	/* Height of main menu */
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-2px;	/* Change this value to -2px if you're not using a strict doctype */
		text-decoration:none;
	}
	#submenu{		
		font-family: Arial,Trebuchet MS, Lucida Sans Unicode, sans-serif;	/* Font  of sub menu items */
		/*background-color:#FFF9DF;	 #fff3df;Background color of sub menu items */
		width:100%;	/* Don't change this option */
		border-bottom:0px solid orange;	/* Bottom border of main menu */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid orange;
		border-top:1px solid orange;
		border-right:1px solid orange;		
		background-color: #fff;	/* Background color */
		color: orange;
		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  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:11px;
		font-weight: bold;
		
	}
	
	#submenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	}
	
	#subMenu .activeSubMenuItem{
		/* Border options */
		font-weight: bold;	
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}

	.footer{
	font-family:Arial;
	font-size:9px;
	color: #FFFFFF;

	}

	input{
		height: 18px;
		border: 1px solid brown; 
		}

	textarea{
		
		border: 1px solid brown; 
		width: 240px;
	}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: orange;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 16px;
	text-decoration: none;
}
a.navigation:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: orange;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: orange;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: orange;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: RED;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}


.navigation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 16px;
	text-decoration: none;
}
a.navigation2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation2:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation2:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #E1BDBD;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}



.navigation3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 16px;
	text-decoration: none;
}
a.navigation3:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation3:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation3:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #EC7272;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.navigation3:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #E1BDBD;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.title{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: orange;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}


