


footer
{
	display: block;
	Xmargin:  auto;
	margin:  0px;
	border:  0px;
	width:   100%;
	padding: 0px;
	background-color:  var(--alternateBGColor);
	color:             var(--alternateFGColor);

    font-family:  "Times New Roman", Times, serif;
	font-style:   normal;
	font-size:    1.0em;
	font-weight:  normal;
	text-align:   center;

    border-top:        var(--defaultTopBorderSize)
	                   var(--defaultTopBorderStyle)
					   var(--defaultTopBorderColor);



}

footer a:link
{
	color:         yellow;
}

footer a:visited
{
	color:         orange;
}

footer a:hover
{
	color:         red;
}



footer li
{
	display:          inline;

	border-bottom:    0px;
	border-left:      2px solid black;
	border-right:     2px solid black;
	border-top:       0px;

	margin:           5px;

	padding:          5px 10px 5px 10px;

	list-style-type:  none;

}



/**
 * Container to display the SiteLock Logo in
 * This container should appear in the Footer floating on the Right side.
 */
sitelocklogo
{
	float:       right;
	width:       130px;
	margin:      0px;
	border:      0px;
	padding:     10px;
}
