/* December 6.
This separate css was added to avoid medling with the original, but the work was more 
involved and extensive than expected, so some of the styles, like the contact us links, 
should really be in the main css.
*/

.EasyContent {
	margin: 5px 0px 0px 0px;
	/*border: 1px solid green; */
}
.EasyContent p{
	text-align: justify;
}
/*#Links {
	margin-top: -10px;
	}  */
#Links a:link, a:visited, h1, h2, h3 {
	margin-top: 1px;
	}
#Links a:visited {
	color:#CC3300;
	}
#Links h1, h2, h3 {
	margin: 15px 0 5px 0;
	}

#Links .CmpBlock	{ /* Provides the bottom border */
	border-bottom: 1px solid gray;
	}
#Links .Cmp {	
	border: 1px solid gray;
	border-bottom: 0px solid gray;
	clear:both;
	width: 100%;
	}
#Links .CmpName, .CmpUrl {
	float: left;
	padding: 1px 0 1px 10px;
}
#Links .CmpName {
	clear:left; 
	width: 270px;
	border-right: 1px solid gray;
}
#Links .CmpUrl {
/*	border: 3px solid white; */
	clear: right; 
/*	width: 270px; */
}
.Marquee A:visited, A:link {
	text-decoration: underline;
}

.Marquee A:link {
	color: #E41424;
}
.Marquee A:visited {
	color: #FF0099;
}
.Marquee{
	color: #E41414;
}

.Popup {
	height: 20px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	}

