/* CSS Document */
a {font:12px Arial; color:#BA6509; text-decoration:none; }
a:hover {font:12px Arial; color:#BA6509; text-decoration:underline; }
body {padding:0px; margin:0px; font:12px Arial; color:#333333; height:100%;}
html {height:100%;}
table {border-collapse:collapse; border:0px; }
td {padding:0px; border:0px solid gray; font:12px Arial; color:#333333; text-align:justify; line-height:18px;}
.bg {background-color:#F2F2F2;}

div#float {float:left;}
div#clear {clear:both;}


/* headings */
h1 {font:bold 18px Arial; color:#BA6509;}
h2 {font:bold 14px Arial; color:#BA6509; margin:0px; padding:3px 0px;}

/*hr*/
div.hr {
  height: 4px;
  background: url(../images/hr1.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}

/* menu */
tr#menu {background:url(../images/menuBg.jpg) repeat-y;}
tr#menuInner td{border-bottom: 1px solid white; border-right: 1px solid white;}
.noBorder {border-right: 0px solid white;}

/*header*/
td#LogoRight {background:url(../images/bgLogoRight.jpg) repeat-x; padding: 40px 25px 0px 0px; text-align:right;}
td#LogoRight a{color:#FFFFFF;}
td#LogoRight a:href{color:#FFFFFF;}

/*content*/
td#content {background: url(../images/bgContent.jpg) top left no-repeat; padding:35px 85px 35px 65px; vertical-align:top;}

/*footer*/
td#footer {background: url(../images/hr1.gif) repeat-x scroll top center;
	padding:15px 35px; color:#BA6509;	
}
td#footer a{font-weight:bold;}
td#footer a:hover{font-weight:bold;}
div#footerRight {font-weight:bold; text-align:right; width:100%;}

/*contact*/
table#contactForm {width:240px;}
table#contactForm td {height:28px; vertical-align:top;}

/*form*/
input, textarea {font:11px Arial; color:#000033;}
textarea {width:130px;}

.img_index{
margin: 0px 15px 0px -2px;
border:0px;		
}

.img_index_right{
margin: 0px -2px 0px 15px;
border:0px;		
}

p {text-align:justify;}
