html{

}
	body{
		font-family:verdana;
	 padding: 0px;
  margin: 0px;
background:#fff url(../images/btmimg.jpg) repeat-x bottom fixed;

	}

#wrapper{
	width:100%;
	background:url(../images/pagebg.jpg) repeat-x;
}

#container{
width:900px;
margin:0px auto;
background: url(../images/layoutbgimg.gif) repeat-y; 
}
#btmimg{
	width:900px;
	margin:0px auto;
	background:url(../images/layoutbtmimg.gif) no-repeat;
	height:19px;
}
#header{
	width:900px;
	background:url(../images/mainbgimg.gif) no-repeat top;
}

*html #leftbox{
	width:295px;
	margin:385px 27px 0px 10px;

	float:left;
}


#leftbox{
	width:295px;
	margin:385px 27px 0px 20px;

	float:left;
}

#rightbox{
	height: expression( this.scrollHeight < 650 ? "650px" : "auto" ); 
	min-height:650px;
	float:left;
	margin:60px 0px 0px 0px;
	width:541px;
	
}

.clrdiv{
clear:both;
}

#footer{
	width:900px;
	margin:0px auto 100px auto;
	text-align:right;
	padding:0px 30px 0px 0px;
	
}

.footer{
	font-size: 9pt ;
	color:#000;
}
#email{
	text-align:right;
	padding:0px 10px 0px 0px;
	margin:0px 0px 20px 0px;
}

	h1 { font-family : Verdana; font-size : 16px; color : #3885b5;   }
	h1 a{  color : #19587f; text-decoration : underline;}
	h1 a:hover{ color : #3885b5; text-decoration : none;}

	h2 {  font-size : 14px; color : #3885b5;  }
	h2 a{  color : #19587f; text-decoration : underline;}
	h2 a:hover{  color : #3885b5; text-decoration : none;}
	
	h3 {  font-size : 12px; color : #3885b5;  }
	h3 a{  color : #19587f; text-decoration : underline;}
	h3 a:hover{  color : #3885b5; text-decoration : none;}

	.txt{font-family : Verdana; font-size :9pt; color : #000; }
	.txt a{  color : #19587f; text-decoration:underline;}
	.txt a:hover{ color : #3885b5; text-decoration:none;}

.links{
	font-size:8pt;
	color:#3885b5;
	margin:0px ;
	padding:5px ;
	margin:0px;
	list-style-type:none;
}
.links a{
	color:#19587f;
	text-decoration:underline;
	}

.links a:hover{
	color:#3885b5;
	text-decoration:none;
	}