* {
    padding: 0;
    margin: 0;
} 

body {
  background: #fff url('images/slash.png');
	font-family:Tahoma, Helvetica, sans-serif;
  font-size:12px;;
	line-height: 1.5em;
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.tooltip span {display:none; padding:0px; margin-left:8px; }

a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}
	
table { table-layout: fixed; }

	/* Menu */
	#topmenu, #topmenu ul { list-style: none; text-align:center; }

	#topmenu li.headlink { float: left;  text-align: center; padding: 2px;}

	#topmenu li.headlink ul { z-index:999;  position: absolute; left: %100; margin-top:-2px; border-top:1px solid #000; border-bottom:1px solid #000; background-color: #fff; display: none; width: 150px; text-align: left; }
	#topmenu li.headlink:hover ul { display: block;}
	#topmenu li.headlink ul li a { padding: 5px; height: 17px;  display:block; width: 150px;}
	#topmenu li.headlink ul li a:hover { text-decoration: none; font-weight:bold; }
	#topmenu li.headlink ul li:hover { background-color: #DEF0FA; }


img{
  border:0;
}


#wrap {
margin: 0px auto;
width: 630px;
}

#content {
margin-top:3px;
float:right;
display:block;
width: 500px;
}

.header {
height: 150px;
background: url('images/isprs.png')no-repeat;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }


.breadcrumbs {
  background: #fff;
  height: 70px;
}

.middle {
	margin: 0px;
  width: 500px;
  min-height:550px;
  background: #fff;
}

.min250px {
    height:50px;
}


.middle h3 {margin-left:3px; padding-left:13px; font-size: 14px; color: #426D94; background: url('images/bullet.png') no-repeat left;}
.middle p {margin-left:17px; padding-right:6px; padding-top:6px;}

#left {
	float: left;
	padding: 0;
  margin: 0;
	position: realtive;
}

.member_box {
  margin:0px 0px 5px 0px;
	position: realtive;
}

.member_box_top {
   background: url(images/tl.png) no-repeat top left;
   width: 129px;
   height: 10px;
}

.top {
   background: url(images/top.png) no-repeat top left;
   width: 500px;
   height: 10px;
}

.bottom {
   background: url(images/bottom.png) no-repeat bottom left;
   width: 500px;
   height: 10px;
}

.member_box_bottom {
   background: url(images/bl.png) no-repeat bottom left;
   width: 129px;
   height: 10px;
}

.member_box_content {
  background: #fff;
  padding-left:7px;
  margin: 0px;
  width: 117px;
}

.member_box_content li{
 list-style: none;
}

.member_box_content li a{
    text-decoration: none;
    color: #666666;
    font-size: .90em;
    outline: none;
}

.member_box_content li a:hover, .member_box_content li a:active {
    color: #FF9900;
    text-decoration: none;
    }

.widget {
    width: 440px;
    margin-left: 20px;
    padding: 10px;
    border: 1px solid #99CCFF;
    margin-bottom: 15px;
    }

.widget h3 {
    text-align: left;
    list-style: none;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #99CCFF;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    }

.widget h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #426D94;
    font-weight: bold;
    padding: 4px 6px;
    outline: none;
    }

.widget h3 a:hover, .widget h3 a:active {
    color: #000;
    text-decoration: none;
    }

.widget div {
    margin-top: 2px;
    margin-left: 3px;
    background: #fff;
    border: 1px solid #FF9900;
    padding-bottom: 5px;
    overflow: auto;
}

.widget ul{
	padding: 0px 0 15px 20px;
	margin:0;

}


.right ul {
	padding: 20px 0 15px 20px;
	margin:0;

}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; }
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


