/* CSS Document */
* {margin: 0; padding: 0;}

body{margin:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #751308;}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 230px; /*Width of frame div*/
height: 100%;
overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable*/
background: url(../images/bg_top_3.gif);
color: white;
}
.main_img_hanu{ margin:0; padding:0; margin-top:15px; border:#FFFFFF; border-bottom-width:1px; border-bottom:#FFFFFF;}
.bot-line {border-bottom: 1px solid #FFFFFF;}

.main_desc_hanu { margin:0; padding:0; color:#FFFFFF;}
.main_desc_hanu a{ margin:0; padding:0; margin-top:30px; color:#FFFFFF;  font-size:11px; text-decoration:none}
.main_desc_hanu a:hover{margin:0; padding: 5px;; margin-top:30px; color:#FFFFFF; font-weight:bold; font-size:11px}

.ddcolortabs{padding:5px; width: 100%; line-height:20px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4EADF;
	text-decoration: none;
	font-weight: bold;}
.ddcolortabs ul{margin:0; padding:0; list-style:none;}
.ddcolortabs li{margin:0 0 0 0; padding:0; }
.ddcolortabs a{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4EADF;
	text-decoration: none;
	font-weight: bold;}
.ddcolortabs a:hover{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;}

.link1 {padding:3px; width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #F4EADF;
	text-decoration: none;
	font-weight: bold;
	color: #FFCC99;
	}


.leftoutnavlink {PADDING-LEFT: 0; MARGIN: 0px; }
.leftoutnavlink a{COLOR: #FFF; TEXT-DECORATION: none; font-size: 10px;}
.leftoutnavlink a:hover {COLOR: #FFF; TEXT-DECORATION: none; font-size: 10px;}

ul.disc {list-style-type: disc;  padding:0 0 0 18px; margin-left:10px}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.decimal {list-style-type: decimal}
ul.decimal-leading-zero {list-style-type: decimal-leading-zero}

#maincontent{
position: fixed; top: 0; left: 230px; /*Set left value to WidthOfFrameDiv*/ right: 0; bottom: 0; overflow: auto; background: #fff;}
.main_img{ margin:0; padding:0; }

* html body{ /*IE6 hack*/
padding: 0 0 0 230px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


