@charset "utf-8";
/* CSS Document */

/* this is for links page only ! */

#container { width: 99%;
			background-color: white;
			margin: auto;
            padding: 0;
			border: 1px solid #C7C7D5;
			height: 4560px;
}

h3 {width: 97%;
    margin-bottom: 2%;
     }

.right          {text-align: center;
                 width: 12%;
		         float: left;
                 height: 4283px;
				 border: 1px solid #B5B5C7;
				 background-color:#fff;
				 margin-bottom: 1em;
				 margin-top: 1em;
				 margin-left:0;
				 margin-right: 0;
				 
				 }
				 
.content ul li {font-weight: bold;
                 line-height: 2em;
				 font-size: 80%;
				 margin-bottom: 1em; 
				}
				
.content ul li li {
                 line-height: 1.5em;
				 font-size: 100%;
				 margin-bottom: 2em; 
				}					

