.header{
    margin: 0 auto;
    /*background: rgba(183,222,237,1);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(187, 235, 251) 0%, rgb(217, 230, 234) 53%, rgb(229, 236, 238) 100%);
	*/
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(168, 247, 118)0%, rgb(200, 249, 113) 53%, rgb(224, 255, 191) 100%);
	 /* background: url(images/GreenHeader.jpg);*/
	 color: #1a520c!important;
}

.left_logo{
	float:left;
	font-size:12px;
	
}
.right_logo{
	float:right;
	font-size:12px;
	
}
.agileits_logo{
	float:left;
	margin-left: 80px;
}
.agileits_logo h1 a{
	font-size: 1em;
    color: #212121;
    text-decoration: none;
    background: url(../images/ausa_logo.png) no-repeat 0px 0px;
    height: 105px;
    display: block;
    padding-left: 3.1em;
    padding-top: .3em;
}
.agileinfo_marquee {
    border: 1px solid #D5D5D5;
    width: 100%;
    margin: 0 auto;
    margin-top: 2px;
	color:RED;
	
}


.mySlides {display:none;}

.stripbar {
    float: left;
	width:100%;
    background-color: #eaece3;
    height: 52px;
    border: 1px solid #008000;
    font-size: 13px;
    /*line-height: 25px;*/
    color: #555555;
    margin-bottom: 1px;
   
}

.stripbar-header {
	position: absolute;
    background: #9cbc1f;
    width: 100px;
    height: 52px;
    line-height: 88px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 998;
    padding-top: 10px;
}