body {
	background-image: url('../images/gradientdark.jpg');
	background-repeat: repeat-x;
	font-family: arial, garamound;
	font-size:13pt;
	text-align: left;
	color:#000000;
}

.mainDiv {
	background-image: url('../images/mainDivGradient.jpg');
	background-repeat: repeat-y;
	text-align:center;
	width: 800px;
	margin-top: 50px;
	padding: 5px 5px 5px 5px;
	
}

.headerDiv {
	background-color: #000000;
	width: 790px;
	margin: 0 0 3px 0;
	text-align: center;
	height: 100px;
}

.mainToolbarDiv {
	width: 790px;
	margin: 0 0 3 0;
	text-align: left;
	background-repeat: repeat-x;
	background-image: url('../images/diamond-plate.JPG'); 
}

.mainToolbarTable {
	cellspacing: 0px;
	cellpadding: 0px;
}

.mainToolBarButton {
	background-image: url('../images/buttonGradient.jpg');
	background-color: #bbbbbb;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 2 2 2 0;
	padding: 2 8 2 8;
	border-color: #ffffff;
	border-width: 2px;
	border-style: groove;
	cursor:pointer;
	text-decoration: none;
}

.mainToolBarButtonHover {
	text-decoration: none;
	background-image: url('../images/buttonGradient.jpg');
	background-color: #bbbbbb;
	background-repeat: repeat-x;
	color: gold;
	font-weight: bold;
	font-size: 14px;
	margin: 2 2 2 0;
	padding: 2 8 2 8;
	border-color: #ffffff;
	border-width: 2px;
	border-style: inset;
	cursor:pointer;
}

.businessNameText {
	font-size:30px;
	font-weight: bold;
	color: #990000;
}

.logo {
	width: 790px;
	cursor:pointer;
	padding: 0px;
}

.index_logo {
	width: 790px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:100;
	cursor:pointer;
	padding: 0px;
}

a:link { 
	text-decoration: none; 
} 
a:visited { 
	text-decoration: none; 
} 
a:hover { 
	text-decoration: none; 
} 
a:active { 
	text-decoration: none; 
} 

