/*css file for screen*/

/*redefined html tags*/
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #000000;
}


h2 {
	color: #000000;
}

h3 {
	color: #000000;
}

/*custom css*/

/*all pages*/

.PRINT-header{
	width: 600px;
	font-size: 12px;
	text-align: left;
	border-bottom: solid 2px #000000;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.PRINT-footer{
	width: 600px;
	font-size: 12px;
	text-align: left;
	border-top: solid 2px #000000;
	padding-top: 5px;
	margin-top: 20px;
}

.CELL-logo {
	display: none;
}

.CELL-main {
	text-align: left;
	vertical-align: top;
}

.CELL-footer {
	display: none;
}

.act-cert-logo-meeting-button{
display: none;
}

/*upper nav bar*/

.TABLE-upper-nav {
	display: none;
}


/*link off shows green background*/

.CELL-upper-nav-LINK-OFF {
	display: none;
}

/*link formatting*/
.CELL-upper-nav-LINK-OFF a:link{
	display: none;
}

.CELL-upper-nav-LINK-OFF a:visited{
	display: none;
}

.CELL-upper-nav-LINK-OFF a:hover{
	display: none;
}

/*link on shows green background*/
.CELL-upper-nav-LINK-ON {
	display: none;
}



/*div and pic below upper nav bar*/


.SPAN-tagline {
	display: none;
}

.CELL-below-div-pic {
	display: none;
}



.SPAN-locations {
	display: none;
}

.SPAN-locations a:link{
	display: none;
}

.SPAN-locations a:visited{
	display: none;
}

.SPAN-locations a:hover{
	display: none;
}



/*main content area*/
.CELL-upper-lower-shadow {
	display: none;
}

.CELL-main-content {
	width: 600px;
	text-align: left;
	vertical-align: top;
}


.align-pic-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.align-pic-left{
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
