BODY{	font-family: Verdana;	font-size: 10px;	TEXT-DECORATION: none! important;}H2{	font-family: Arial, times, serif;	font-size: 20px;}.bHdr{	font-family: Verdana;	font-size: 13px;	font-weight: bold;}.sidebar{	font-family: Verdana;	font-size: 10px;}.boxCopy{	font-family: Verdana;	font-size: 10px;}.mainCopy{	font-family: Verdana;	font-size: 10px;}.brdTitle{	font-family: Verdana;	font-size: 10px;	color: #FF3333;}ol{	font-family: Verdana;	font-size: 10px;}.popHdr{	background-color: #EB2D2E;}.popFtr{	background-color: #D8E3F9;}.reg{	font-family: Verdana;	font-size: 10px;}/************************************************************************Removes the underline from Hyperlinks*************************************************************************/a { font-family: verdana; MARGIN-TOP: 10px; MARGIN-LEFT: 0px; TEXT-DECORATION: none;	 }a:hover{	text-decoration:underline;}#homeSite {}#homeSite a {	font-size: 10px;color="#E23131";}	/***********************************************************************************************		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.		***********************************************************************************************/#mainContainer{	width:760px;	height:600px;	border:1px solid #000000;	margin:0 auto;	background-image:url('../../images/heading3.gif');	background-repeat:no-repeat;	padding-top:85px;			}#mainMenu{	background-color: #FFF;	/* Background color of main menu */	font-family: Verdana; color="#E23131";	/* Fonts of main menu items */	font-size:12px;	/* Font size of main menu items */	border-bottom:1px solid #E23131;	/* Bottom border of main menu */	width:100%;	/* Don't change this option */	margin-top: 15px;/*	height:30px;	 Height of main menu */		position:relative;	/* Don't change this position attribute */}#mainMenu a{	padding-left:20px;	/* Spaces at the left of main menu items */	padding-right:20px;	/* Spaces at the right of main menu items */	color: #0000aa;	/* Text color */	font-weight:bold;	/* Don't change these two options *//*		position:absolute;*/	bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */}#mainmenu a:hover{	color: #800000;	/* Red color when the user moves the mouse over sub menu items */	text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */}#submenu{	background-color: #FFF;	/* Background color of main menu */			font-family: Verdana; color="#E23131";	/* Font  of sub menu items */	border-bottom:1px solid #FFF;	/* Bottom border of main menu */	width:100%;	/* Don't change this option */	height:20px;	visibility: hidden;}	#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:10px;	/* Space at the left of each sub menu item */	padding-right:10px;	/* Space at the right of each sub menu item */	color: #0000aa;	/* Text color */	font-size:10px; 	font-weight:bold;}#submenu a:hover{	color: #ffffff;	/* Red color when the user moves the mouse over sub menu items */	background-color:#ff6666;	/* Background color of sub menu items */}#submenu div{	white-space:nowrap;	/* Don't change this option */}/*Style attributes of active menu item */#mainMenu .activeMenuItem{	/* Border options *//*		border-left:1px solid #ffffff;	border-top:1px solid #ffffff;	border-right:1px solid #ffffff;		*/	background-color: #ff6666;	/* Background color */	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: #0000aa;	/* Text color */	cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */}