/* ===INTERNAL STYLE SHEET===
This CSS is meant to provide a consistent look and feel across all Web pages and can be used in conjunction with the custom.css file and any additional style sheets of your own.

DO NOT MODIFY THIS FILE IN ANY WAY.

You can customize some areas of the header ONLY by making the changes in the custom.css file. Refer to the custom.css file for specific instructions.
===END DISCLAIMER NOTICE===*/

/* ===STANDARD HEADER===*/

#acscolorband {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
/*	height: 5.14em; */
	min-height: 143px;
}
#acsbanner {
	width: 100%;
	height: 143px;	
}
#acsidentifier {
	background-color: black;
/*	width: 102px;*/
	height: 143px;
	float: left;
}
#acsidentifier img {
	border: none;
}
#acstitle { 
	background-color: #416ab1; 
	clear: both; 
	width: 100%; 
	border-bottom: 1px solid #ffffff; 
	border-top: 1px solid #ffffff; 
	font: 14px Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
} 
#acstitle p { 
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px; 
	margin: 0px; 
} 

/* ===STANDARD===*/
#acsccsabox {
	float: right;
	background-color: #ffffff;
	min-height: 143px;
}
#acsccsa {
	font:  1em/.5em Verdana, Arial, Helvetica, sans-serif;
	float: right;
/*	height: 5.14em; */
	width: 143px;
}
#acsccsa a:link, #acsccsa a:visited { 
	font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
/*		margin-left: 4px;  */
	text-decoration: none; 
} 
#acsccsa a:hover { 
	font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: underline; 
/*		margin-left: 4px;  */
} 
#acsccsa a:active { 
	font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
/*		margin-left: 4px;  */
	text-decoration: none; 
}
/* ===STANDARD CONTENT===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #ffffff;
}
th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* ===STANDARD FOOTER===*/
#acsfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 20px;	
	margin-bottom: 2px;
}
#acsfooterbar {
	background-color: #009199;
	padding: 0px;
	margin-bottom: -16px;
}
#acsfooterbar a:link, #acsfooterbar a:visited {
	margin-right: 40px;
	color: #ffffff;
	text-decoration: none;
}
#acsfooterbar a:hover {
	margin-right: 40px;
	color: #ffffff;
	text-decoration: underline;
}
#acsfooterbar a:active {
	margin-right: 40px;
	color: #ffffff;
	text-decoration: none;
}
#acsfootertext {
	padding: 4px;
}
#acsfootertext img {
	border: none;
	float: right;
	margin-right: .3em;
}
			

/* ===============================================================*/