body {
	font-family: "georgia", arial, helvetica;
	font-size: 11px;
	SCROLLBAR-FACE-COLOR: #a88f66; 
	SCROLLBAR-HIGHLIGHT-COLOR: #EEE8DA; 
	CURSOR: default; 
	SCROLLBAR-SHADOW-COLOR: #404040; 
	SCROLLBAR-3DLIGHT-COLOR: #c9c4b2; 
	SCROLLBAR-ARROW-COLOR: #7a4128; 
	SCROLLBAR-TRACK-COLOR: #c9c4b2; 
	SCROLLBAR-DARKSHADOW-COLOR: #c9c4b2;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bkg.gif);
	color: #000000;
}

h2{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

div{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: none;
	
}

td {
	font-family: "georgia", arial, helvetica;
	font-size: 11px;
	vertical-align:middle;
}

img{
	border: 0px;
}

a:link {
	text-decoration: underline;
	font-weight: regular;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	font-weight: regular;
	color: #000000;
}

a:hover {
	text-decoration: none;
	font-weight: regular;
	color: #7e220e;
}

table.form_search td{
	padding: 0px;
	border: 0px solid red;
	vertical-align: middle!important;
}

input.form_search{
	width: 250px; 
	height: 20px; 
	color: #4F7291; 
	font-family: arial; 
	border: 1px solid #7F9DB9; 
	background-color: #DFDBCB;
}

input.form_go{
	cursor: pointer;
	padding: 0px;
	background-image: url(../images/go.gif);
	background-position: top left;
	width: 23px;
	height: 20px;
	border: 0px;
}

td.index_block{
	background-image: url(../images/btm-bkg1.gif);
}

#table31{
	width: 938px;
}

#table31 td{
	padding: 0px;
	/*border: 1px solid red;*/
}

#table31 td.logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	
}

#table32 td{
	align: left;
	vertical-align: top;
	padding: 0px;
}

#table32 td img{
	display: block;
}


#table33 td{
	padding: 0px;
	vertical-align: top;
}

#table34 td{
	padding: 0px;
	vertical-align: top;
}

#table33_border{
	text-align: left;
}

#table33_border_left{
	width: 29px;
	background-image: url(../images/left-bkg.gif);
	background-repeat: repeat-y;
}

#table33_border_right{
	width: 29px;
	background-image: url(../images/right-bkg.gif);
	background-repeat: repeat-y;
}

#table33_border img{
	display: block;
}

#table37 td{
	vertical-align: top;
}

#menu_bottom{
	vertical-align: bottom;
}

#menu_bottom td{
	padding: 0px;
	vertical-align: bottom;
	background-color: #0C0604;
}

#menu_bottom td img{
	display: block;
}

#content{
	background-color: #F5F0DE;
	height: 525px;
	
}

#content div{
	text-align: left;
	vertical-align: top;
}

#content div p{
	padding: 0px;
	margin: 0px;
	padding_bottom: 10px;
}

#content div iframe{
	/*
	width: 100%;
	height: 522px;
	*/
	border: 0px;
	background-color: #F5F0DE;
	margin: 0px;
	width: 835;
	height: 470px;
}

#search_result{
	width: 880px;
	height: 525px;
    overflow: auto;
  	overflow-y: auto;
  	overflow-x: hidden;
  	padding: 0px;
  
}

#search_result h2{
	padding: 0px;
}

#content div div{
	padding-bottom: 10px;
	padding: 10px 22px;
}




