* {
         padding:0;
         margin:0; 
}

a:link{
         color: gray;
}

a:hover{
         color: gray;
         font-style:oblique;
}

a:active{
         color: gray;
}

a:visited{
         color: gray;
         text-decoration: none;
}


body {
         background-color:#eee
}

#wrapper {
         margin: 10px auto;
         background-color:#fff;
         border:outset #eee 3px; 
         width:780px;
         padding: 10px;
}

#coop {
         position: relative; 
         left: 650px; 
         top: -15px; 
         padding: 0px; 
         margin: 0px; 
}

#iso {
         position: relative; 
         left: 620px; 
         top: -28px; 
         padding: 0px; 
         margin: 0px; 
}

#header {
         width:100%; 
         margin-bottom: 5px; 
         
}
#information {
         position: relative;
         left: 610px; 
         top: 30px;  
}

#global-nav {
          width:100%; 
          
}

#global-nav li {
           list-style-type:none;
           display:inline;
           margin-top: 5px; 
}

#container {
           width:100%; 
           margin: 10px 0px 0px 0px; 
}
#container:after {
 content: "";
 display: block;
 clear: both;
}

.content {
           width:540px;
           float: left
}

.banner {
           margin-top: 20px; 
           margin-bottom: 20px; 
}

br {
           height:8px; 
}

#news{
	paddin : 0px; 
	margin : 0px;
	margin-top: 15px;
	width : 500px; 
	height : 400px; 
	border = 1px solid #eee; 
}

.news {
	font-size : 15px;
	margin-left : 35px;
	margin-top : 10px; 
	list-style-image : url("../../img/001_21.gif"); 
}

#side {    
           position:relative;
           left: -45px; 
           width:220px; 
           float:right; 
}

.list {    
          list-style-type: none;  
          list-style-position: inside; 
          font-size: 12px; 
          padding-left: 0px;
         
}

ul.list li {
          
}

.innerlist {
           list-style-type: none; 
           list-style-position: inside; 
           font-size: 12px; 
           background-color: #ffffff; 
           padding-left: 12px;
           margin: 5px 0px 0px 0px; 
}

.caption { 
           padding-left: 10px;
           border-left:solid #000 3px;   
           vertical-align: center        
}

.index {   
           padding-left: 0px; 
           background-color: #fff; 
           height: 25px; 
           margin: 0px 0px 0px 0px;           
           vertical-align: center;
}

p#footer {
           width:100%;
           overflow: visible;
           margin-top: -28px; 
           padding-top: 10px; 
           color: gray; 
           position:relative; 
           text-align: center; 
           border-top: 1px solid #eee;
}


