@charset "utf-8";
/* CSS Document */

body.main{
	background:url(../images/bodybgtop.jpg) top repeat-x ;
	margin:0;
	font:normal 15pt/normal   "Segoe UI";
	text-decoration:none;
	color:#000
}

body{
	background:url(../images/innerbodybgtop.jpg) top repeat-x ;
	margin:0;
	font:normal 15pt/normal   "Segoe UI";
	text-decoration:none;
	color:#000
}


.footertext{
	font:normal 10pt/normal  Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff
}

input{
	border:apx solid #22ad4a
}


.simpletext{
	font:normal 10.5pt/17pt  "Segoe UI";
	text-decoration:none;
	color:#000
}

.simpletextgreen{
	font:normal 10.5pt/17pt   "Segoe UI";
	text-decoration:none;
	color:#27a834
}


img{border:none}

.titletext{
	font:normal 16pt/17pt   "Segoe UI";
	text-decoration:none;
	color:#27a834
}
	

@font-face {  
	  font-family:   "Segoe UI";
	 src: url(SEGOEUI.TTF) format("truetype") ;
	  
	}
.menubg{
	background:url(../images/menubg.jpg) top repeat-x;
	font: normal 11pt/normal  Arial, Helvetica, sans-serif;
	color:#004719;
	text-decoration:none;
	text-transform: uppercase;
	height:40px
}

li{
	list-style-image:url(../images/bullet.png);
	 
	
}

.bannerbg{
	background:url(../images/bannerbg.jpg) center top no-repeat
}

.columnbg1{
	background:url(../images/columnbg.jpg) left top no-repeat
	}
	
.columnbg2{
	background:url(../images/columnbg.jpg) center top no-repeat
	}
	
.columnbg3{
	background:url(../images/columnbg.jpg)  right top no-repeat
	}
	
	
.columnbg{
	background:url(../images/columntop.jpg) top no-repeat;
	height:47px
}

.footer{
	background:url(../images/footerbg.jpg) bottom repeat-x
}

/*******************************/
#verticalScroller {
    position: absolute;
    
    height: 180px;
    overflow: hidden;
}

#verticalScroller > div {
    position:absolute;
    width:50px;
    height:50px;
}