body,html{
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#F0F0F0;
	scrollbar-3dlight-color:#006699;
	scrollbar-arrow-color:#006699;
	scrollbar-dropshadow-color:@006699;
	}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	overflow:auto;
	}

.main_table{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border-spacing:0px;
}

/* The top header   layout */
.top{
    width:100%;
	height:80px;
	background-color:#FFFFFF;
	margin:0px;
	padding-right:20px;
	text-align:right;
}

.top_logo{
	height:80px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

.top_text{
 	font-size:24px;
	font-weight:bold;
	color:#000000;
	padding:10px;
	font-style:italic;
	background-color:#FFFFFF;
}

.banner{
	width:100%;
	border-top:5px solid #EFEFEF;
	background-color:#006699;
	height:24px;
}

/* The left-hand side layout :: menu */
.box_left{
    width:180px;
	vertical-align:top;
	padding:0px;
	margin:0px;
	background-color:#0099CC;		
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr="#006699",EndColorStr="#0099CC");											
}

.menu_item{
	width:180px;
    border-bottom:1px solid #0099CC;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	margin:0px;
	text-align:left;
	text-transform:capitalize;
}

.menu_item a:link,.menu_item a:visited{
   text-decoration:none;
   color:#FFFFFF;
   }

.menu_item a:hover{
   text-decoration:none;
	color:#FFCC00;
}

.menu_item_over{
	width:180px;
    border-bottom:1px solid #0099CC;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	text-align:left;
	text-transform:capitalize;
}

.menu_item_over a:link,.menu_item_over a:hover,.menu_item_over a:visited{
   text-decoration:none;
   color:#FFCC00;
   }

/* The layout of the center content */
.box_center{
	vertical-align:top;
	padding:10px 10px 0px 10px;
	margin:0px;
	width:80%;
	/*width:100%;*/
}

.summary{
	font-weight:bold;
	width:100%;
	}

.float_right{
    float:right;
	margin:0px 0px 0px 5px;
	width:40%;
	text-align:left;
}

.title_item{
	padding-top:5px;
	font-weight:bold;
	color:#CC0000;
	font-size:14px;
	text-transform:capitalize;
}

.content_item{
	text-align:justify;
	margin-bottom:2px;
	margin-top:5px;
	padding-bottom:10px;
	width:100%;
}

.content_item_seperator{
    padding:3px 2px 8px 10px;
	text-align:right;
	border-bottom:3px dotted #CCCCCC;
}

.button01{
	line-height:10px;
	font-size:10px;
	font-weight:bold;
	border:1px solid #000000;
	padding:1px 5px 1px 5px;
	text-align:center;
}

.button01 a:link, .button01 a:visited{
	text-decoration:none;
	color:#000000;
}

.button01 a:hover{
	text-decoration:none;
	color:#CC0000;
}

.printer{
    padding:5px 2px 5px 2px;
	text-align:center;
}
/*The layout of the right-hand side */
.box_right{
	width:140px;
	height:100%;
	vertical-align:top;
	margin:0px;
	border-left:1px solid #006699;
	background-color:#EFEFEF;
}

.menu_item_right{
	width:120px;
	/*height:20px;*/
	/*border-bottom:1px dotted #000000;*/
	text-align:left;
	padding:1px;
	text-transform:capitalize;
	font-size:10px;
}

.menu_item_right a:link,.menu_item_right a:visited{
	text-decoration:none;
	color:#000000;
}

.menu_item_right a:hover{
	text-decoration:underline;
	color:#CC0000;
}
/* The layout of the footer-section */
.footer{
	text-align:center;
	padding:8px 5px 10px 5px;
	color:#FFFFFF;
	background-color:#006699;		
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr="#003366",EndColorStr="#0054A8");	*/					
}

.footer a:link,.footer a:visited{
	text-decoration:none;
	color:#FF9900;
	font-weight:bold;
}

.footer a:hover{
	text-decoration:underline;
	color:#FFCC00;
	font-weight:bold;
}


