@charset "UTF-8";
/* CSS Document */


a
{
	color:#000000;
	font-style: normal;
	text-decoration: none;
}

#links
{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:60px;
	border:none;
	font-size:14px;
	color:#000000;
	height:50px;
	padding-top:70px;
	width:inherit;
	position:relative;
	word-spacing:15px;
	z-index:1;
	min-width:300px;
	
}

#ACMD_banner
{
	background:url(Graphics/Web_banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
	padding-top:67px;
	padding-left:60px;
	border:none;
	height:65px;
	width:400px;
	float:left;
	position:absolute;
	z-index:2;
	min-width:300px;
	
}

#ACMD_banner_alt
{
	background:url(Graphics/Web_banner_alt.jpg);
	background-repeat: no-repeat;
	background-position:center;
	padding-top:67px;
	padding-left:60px;
	border:none;
	height:65px;
	width:400px;
	float:left;
	position:absolute;
	z-index:2;
	min-width:300px;
	
}

a:hover
{
	color:#FF0000;
}
