/*ACCESIBILITY STUFF */
abbr {
cursor: help;
speak:spell-out;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-indent: -8000px;   /* this is for disabling CSS styles */
}


h2{
 font-size: 120%;
 color: #c63;
}