BODY  {
	font-family: Verdana;
	background-color: #8CC641;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.main { 
	background-color: #FFFFFF;
  background-image: url(../Images/AIU_footergradient.jpg);
  background-attachment:inherit;
	background-position: bottom left;
  background-repeat: repeat-x;
	height: 500px;
}

//*TR {
	background-color: #FFFFFF;
}*//

IMG {
	border: none;
}

.button_main {
	padding: 4px 0 4px 0;
    background-image:  url(../Images/green-button.png);
    background-repeat: no-repeat;
    height: 38px;
    width: 148px;
}

.button_text {
    position: relative;
    height: 38px;
    width: 148px;
	text-align: center;
	top: 4px;
	vertical-align: middle;
}

.button_long {
	padding: 1px 0 1px 0;
    background-image:  url(../Images/green-button_long.png);
    background-repeat: no-repeat;
    height: 38px;
    width: 225px;
}

.button_text:hover {
	color: #FFFFFF
}

.button_text_long {
    position: relative;
    height: 38px;
    width: 225px;
	text-align: center;
	top: 6px;
	vertical-align: middle;
}

.button_text_long:hover {
	color: #FFFFFF
}

a {
	text-decoration: none;
	color: #006327;
}
a:hover {
	cursor: hand;
}
a:visited {
	color: #006327;
}

.highlight {
	color: #39b54a;
}

.txt1 {
	font-size: 19px;
	font-weight: normal;
	color:#006327;
	font-family: "Century Gothic";
	}

.txt2 {
	font-size: 16px;
	font-weight: normal;
	color:#006327;
	font-family: "Century Gothic";
}

.txt3 {
	font-size: 21px;
	font-weight: normal;
	}


.state_hdr {
	font-size: 33px;
	font-weight: bold;
	height: 80px;
	text-align: center;
	color:#006327;
}

.detail_hdr {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color:#065B8E;
}

.header_img {
	padding: 0 10px;
    background-image:  url(../Images/3rd-pg-header.png);
    background-repeat: no-repeat;
    height: 145px;
    width: 800px;
	font-size: 26px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}

.disclaimer {
	font-size: 14px; 
	color: #39b54a;
	padding-right: 35px;
}
