body{ 
	SCROLLBAR-FACE-COLOR: #5f786c; 
	SCROLLBAR-HIGHLIGHT-COLOR: #aead60; 
	CURSOR: default; 
	SCROLLBAR-SHADOW-COLOR: #ecebd7; 
	SCROLLBAR-3DLIGHT-COLOR: #ecebd7; 
	SCROLLBAR-ARROW-COLOR: #e6bd18; 
	SCROLLBAR-TRACK-COLOR: #f3e5cb; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	margin: 0px;
	color: #000000;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #F3E5CB;
	font-family: arial, helvetica;
	font-size: 11px;
}

a, a:hover{
	cursor: pointer;
}

a:link {
	text-decoration: underline;
	font-weight: regular;
	color: #00133A;
}

a:visited {
	text-decoration: underline;
	font-weight: regular;
	color: #00133A;
}

a:hover {
	text-decoration: none;
	font-weight: regular;
	color: #771d35;
}

table{
	border-collapse: collapse;
	border: 0px;;
	pagging: 0px;
	margin: 0px;
}
 
td{
	text-align: left;
	vertical-align: top;
	pagging: 0px;
	margin: 0px;
	font-family: arial, helvetica;
	font-size: 11px;
	
}

img{
	border: none;
	pagging: 0px;
	margin: 0px;
}

td.left{
	width: 25px;
	text-align: right;
	background-image: url(../images/left.gif);
}

td.center{
	width: 725px;
}

td.right{
	width: 26px;
	text-align: left;
	background-image: url(../images/right.gif);
}

td.footer{
	background-color: #AEAD60;
	text-align: right;
	padding-bottom: 20px!important;
}

td.content{
	background-image: url(../images/mid-bkg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	vertical-align: top!important;
}

#table6 td.home_title{
	text-align: center;
}
#table6 td.home_title img{
	display: inline;
}

#table2{
	width: 776px;
}

#table2 td{
	padding: 0px;
}

#table3 td img{
	display: block;
}

#table4{
	background-image: url(../images/mid-bkg1.gif);
	background-repeat: no-repeat;
}

#table3, #table4, #table5, #table6, #table7, #table8{
	width: 100%; 
}

#table6 td{
	text-align: left;
}

#table7 td{
	text-align: right;
}

#top_menu td{
	padding: 0px;
}

#table8{
	background-image: url(../images/footer.gif);
	background-color: #ffffff;
	height: 68px;
}

#table8 td{
	vertical-align: middle;
}
/*menu 3*/
#table12{
	width: 150px;
	background-color: #F3E8BC;
}
#table12 td{
	padding: 3px 3px;
	vertical-align: middle;
	
}

#table12 td.menu_img{
	text-align: right!important;
	padding: 0px!important;
}

#table12 td.menu_img img{
	display: inline;
}

/* dropdown properties */
div.dropdown {
  position:relative;
  z-index: 100;
  padding: 0px;
  align:left;
}

table.dropmenu { 
  
  visibility: hidden;
  position: absolute;
  top: 0px; 
  left: 10px;
  background-color: #F4E8BC;
  border: solid 1px #E6BD18;
  border-top:none;
  width:130px;
}

table.dropmenu td {
  padding:0px;  
}

table.dropmenu a { 
  font-family:georgia;
  text-decoration: Bold;
  letter-spacing: 0px;
  white-space: nowrap;
  font-size: 12px;
  color: #3e5449;
  line-height:17px;
  display:block;
  background: #F4E8BC;
  margin:0px;
  padding:2px;
}

table.dropmenu a:hover {
  background: #C2BF80;
}

table.dropmenu a:visited {
  color: #3e5449;
}

table.dropmenu a:hover { 
  /* color: #000000; */
  text-decoration: none; 
}

/* ^^dropdown properties */



