* {
    padding: 0;
    margin: 0;
} 

body {
    background: #FAFAFA ;    /*#fff;*/
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  /*  .74em   */
	line-height: 1.5em; 
}

/* my add */
h2 {  padding-top: 10px; }



a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height:  110px;              /* 100px; */
background: #FFFFFF url('technology_700x120.jpg');     /*  #85ACF7 url('images/hidr.jpg'); */
}

.header h1 { font-size: 20px; font-weight: bold; color: #FFF; padding-left: 17px; padding-top: 18px; }
.header h1 a { font-size: 20px; font-weight: bold; color: #FFF; text-decoration: none;}
.header h2 { font-size: 13px; color: #FFF; padding-left: 17px; padding-top: 0px; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	/* note that we must use a slightly smaller font because of our breadcrumb text length on this page */
	font: 13px "Trebuchet MS" Verdana, Arial, sans-serif; 
}
	
.middle {
	float: none;
	width: 90%;
	margin: 0 ;
	padding: 1% 5% 5% 5%;
	text-align: justify;
	horizontal-align:center ;
	
}

.middle ul {
	padding: 5px 0 5px 20px;
	margin:0;
}

.middle li {
	margin-bottom:5px;
	list-style-type: square;
}


.middle h2 { color: #3B6EBF; font-size: 15px; margin-bottom: 10px; margin-top: 10px;}
.middle h3 { color: #0000BF; font-size: 13px; 	font-style: italic; margin-bottom: 10px; margin-top: 10px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 14px ;
}

th {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #85ACF7;
}

td {
	font-size: 8pt;
	padding: 6px;
	vertical-align: middle;
}
tr {
	vertical-align: middle;
}

