/* CSS Document */

body
	{ font-family: Helvetica, Arial, Verdana;}

A:link {
color: Blue;
}
A:visited {
 color: Blue;
}
A:active {
 color: Blue;
}
A:hover {
 color: red;
} 
h1 {font-size: 45px;}

/* Top Banner */

.banner {
	border: none; 
	float:left;
	width:100%;
	height:126px;
	position:relative;
	z-index: 1;
	background-image:url(images/banner-noshade.jpg);
	background-position:right top;
	background-repeat: no-repeat;

}
.banner2 {
	border: none; 
	float:left;
	width:100%;
	height:auto;
	position:relative;
	z-index: 1;
	background-image:url(images/banner.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:129px;

}
.banner3 {
	border: none; 
	float:left;
	width:100%;
	height:auto;
	position:relative;
	z-index: 1;
	background-image:url(images/green_shaded.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:129px;

}
.list li{
	font-size:24px;
	height:74px;

}
.style5 {
	color: #4863A0;
	font-size: 14px;
        font-weight: bold;
		position: relative;
		top: -27px;
		left:170px;
}
.style6 {
	color: #1d8fdf;
	font-size: 18px;
        font-weight: bold;
		position: relative;
		top: -33px;
		left:1px;
}
.ads1 {position: relative;
		top: -28px;
		left:1px;
}

.text {font-size: 24px;


}
.text1 {font-size: 24px;
		text-align: center;
		letter-spacing:2px;
word-spacing:10px;
height: 32px;

}
.header1 {
		position: relative;
		top: -15px;
		left:1px;
}