@charset "utf-8";
   
.smaller {
		color: #040404;
		font-style: italic;
		font-size: 0.6em;
		font-weight: normal;
		line-height: 120%;
		}
		  
#homenonews {
		margin-right: 40px;
		}
		
#homenews {}  

#news   {
		float: right;
		width: 18em;
		background-color: #faffd3 ;
		border: 2px solid #b7d2d5;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: 30px;
		margin-right: 10px;
		padding: 0 10px 10px 10px; /*top, right, bottom, left*/
		}  

.whitebox {
	border-top: 2px solid #b7d2d5;
	margin: 5px;
	padding: 5px;
	}
	
/* to make bullets with SIP symbol */
.mainlist{
		list-style: none;
		padding: 0;
		margin-top: 0;
		margin-left: 3em;
		}

.SIPsymbol {
		background-image: url(../0images/SIPbullet.gif);
		background-repeat: no-repeat;
		background-position: 0 0.3em;/* horizontal, vertical: to centre bullet on the line but it doesn't work*/
		line-height: 120%;
		padding: 5px 0 5px 22px;/*top, right, bottom, left: pading around the bullet*/ 
		margin: 0.4em 0;/*spacing out the lists more than normal paragraphs*/
		}
		
.innermainlist {
        list-style-type: disc;
        line-height: 140%;
        }
		
.address {
		font-size: 0.7em;
		font-weight: lighter;
		float: right;
		}		
		
