@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#ffffff;
}
.bottombg{
	background-image:url(../images/bottombg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#f2f2f2;
}
.sedbg{
	background-image:url(../images/sedbg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	padding-left:20px;
	padding-right:20px;
	
}
.grybg{
	background-image:url(../images/grybg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	padding-left:20px;
	padding-right:20px;
	
}
.text13{
	font-family:"trebuchet MS";
	font-size:13px;
	color:#535353;
	text-decoration:none;
	line-height:21px;
}	
a.text13:hover{
	font-family:"trebuchet MS";
	font-size:13px;
	color:#535353;
	text-decoration:underline;
	line-height:21px;
}
.text14{
	font-family:"trebuchet MS";
	font-size:14px;
	color:#535353;
}	
.text13green{
	font-family:"trebuchet MS";
	font-size:13px;
	color:#689d00;
	text-decoration:none;
	line-height:21px;
}		
a.text13green:hover{
	font-family:"trebuchet MS";
	font-size:13px;
	color:#689d00;
	text-decoration:underline;
	line-height:21px;
}
.text14gry{
	font-family:"trebuchet MS";
	font-size:14px;
	color:#848484;
}
.text14blue{
	font-family:"trebuchet MS";
	font-size:14px;
	color:#0061c1;
}			
.text24{
	font-family:"trebuchet MS";
	font-size:24px;
	color:#84b42a;
}
.textbox{
	width:235px;
	height:18px;
	border:1px solid #d4d0c8;
	margin:5px 0px 5px 5px;
}
.text14red{
	font-family:"trebuchet MS";
	font-size:14px;
	color:#ff0000;
}
.textbox1{
	width:130px;
	height:18px;
	border:1px solid #d4d0c8;
	margin:5px 0px 5px 5px;
}	
.textbox2{
	width:235px;
	height:100px;
	border:1px solid #d4d0c8;
	margin:5px 0px 5px 5px;
}
	/***********************  Start of slideshow ****************/
#slideshow {
	position:relative;
	height:364px;
	width:673px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 364px;
	background-color: #FFF;
	width:673px;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 364px;
	display: block;
	border: 0;
	margin-bottom: 10px;
	width:673px;
}
/***********************  End of slideshow ****************/	

