div.logo{
	background : white none;
	color: black;
	text-align: center;
	}

/*menu along top of webpage start*/
#topMenu {
	color: #ffffff;
	background-color: #ffffff;
	padding: 0.1em;
	margin-bottom: 1em;
	text-align:center;
	}

#topMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#topMenu li {
	margin-left: 0;
	padding-left: 2px;
	padding-right: 2em;
	border: none;
	list-style: none;
	display: inline;
	}
	
#topMenu a {
	color: White;
	background: whirw none;
	font-size: 0.85em;
}
	
#topMenu a:hover { 
	color: #990000;
	text-decoration: underline;
	background: #EAEAEA none;
	}

/*menu along top of webpage end*/
	
	
/* left main menu start */
.mainMenu { border: 1px solid #DCDCDC; margin-bottom:1em; color: black; background:#F3F3F3 none;}
.mainMenu ul { 	list-style : none; margin:0px; 	padding:0px; }
.mainMenu li { list-style-type: none; border-top: 1px solid white; padding:0px; margin:0px; text-indent: 0px; }
.mainMenu li.first { border-top: none; }
.mainMenu a { display: block; width: 100%; color: #555555; background: #F3F3F3 none; text-indent: 4px; text-decoration: none;}
.mainMenu a:hover { color: white; background: #004577 none; }
h1.menuTitle {color: #990000; background: #FFFFFF none; font-size:1.1em; padding:0em; margin-bottom:0.05em; text-align:center;}
.menuTitle a {color: #990000; background: #FFFFFF none; font-size:1.1em; padding:0em; margin-bottom:0.05em; text-align:center;}

/* left main menu end */




