/*
 *	Zen Light Pro v2.0
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2007 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/3.0/
 */


/*******************/
/* Template Layout */
/*******************/

   html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background-color:#000000;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:10px;
	  color:#000000;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 935px;
	  height: 413px;
	  background: url('../img/hbia-background.jpg') no-repeat; 
   }
   
      #wrapper-other {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 935px;
	  height: 413px;
	  background: url('../img/hbia-background2.jpg') no-repeat; 
   }

.logtext
{ 	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:11px;
	  color:#ffffff;
	  }
	  
	  .maincontent {
	  padding:5px;
	  }
	  
.imgtext-table
{ 
margin:0px;
padding:5px;
overflow:hidden;
}	  
	
	A.IMG { border:0px; }
	
	img
{  border-style: none;
}
  
	  /* General element styles:*/  
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#333; }
A { color:#990033; text-decoration:none; }
A:hover { color:#d3a9b0; text-decoration:underline; }
FORM { margin:0px; }
P, TD, UL, OL { font-size:12px; color:#333; margin:0px; padding:0px;}

#htmlarea-showtableborders td {padding:5px; border-spacing:10px;}
INPUT, TEXTAREA, SELECT textarea { font-family:arial, helvetica, sans-serif; color:#333; border: #006AC2 1px solid; font-size:12px; }
ul { margin-left:8px;padding-left:0px;list-style-position: inside; }

/* Frames, spacing, link-to-top */

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 {
height: 1%;
background:#333;
/*background: url(../images/frame1.jpg) 0 0 no-repeat;*/   /* uncomment this if you want to use a background image*/
color:#fff;
padding:2px 6px;
border-bottom:2px solid #fff;}

DIV.csc-frame-frame1 {
background: #fff;
border: 0px solid #ccc;
border-bottom:12px solid #fff;
}

DIV.csc-frame-frame1 p {
color:#333;
}

DIV.csc-frame-frame2 { padding:0px 0px 4px 0px; background: url(../images/menu_dot.gif) repeat-x bottom; margin-bottom:14px; margin-top:3px; font-size:12px; }

/* Headers, plain */ 
H1 { font-size:20px; color:#b3523f; font-weight:bold; line-height:3em;}
H2 { font-size:15px; color:#b3523f; font-weight:bold; line-height:2.5em;}
H3 { font-size:12px; color:#b3523f; font-weight:bold;line-height:1.5em;}
H4 { font-size:14px; color:#b3523f; font-weight:bold;line-height:1.5em;}
H5 { font-size:12px; color:#b3523f; font-weight:bold;line-height:1.5em;}
H1, H2, H3, H4, H5, H6 { margin:0; padding:0;}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; line-height:2em;}

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #555; text-decoration:none; }
H2 A { color:#555; }
H3 A { color:#555; }
H4 A { color:#555; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration:underline; }

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:12px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:12px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:12px; }

div.csc-textpic-clear {
overflow:hidden; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#555; }