
#middle {
	background-image:url(../images/globalContentBG.gif);
	background-color: #e7e7e7;	
}


#leftMenuItems {
	background-image:url(../images/globalLeftMenuBG.gif);
}


#leftMenuItems li{
	border-bottom:1px dotted #999;	
}


#leftMenuItems li h1 {
	font-family: arial,verdana,helvetica;
	color:#454545;	
	font-size:18px;

}

#leftMenuItems a:link, #leftMenuItems a:visited {
	color:#999; 
}    

#leftMenuItems a:hover {
	color:#454545; 
}

#textContentWithPic {
	color:#454545;
}

#textContentWithoutPic {
	color:#454545;
}


a:link, a:visited {
	color:#C00; 
}    

a:hover {
	color:#F00; 
	text-decoration:none;
}

