/* Strengthening Leaders Site wide CSS */

BODY {
	margin:0;
	color: #000000;
  }
	
p { font-size: small;FONT-FAMILY: Arial;}
	
a:link {color:#111111;}      /* unvisited link */
a:visited {color:#111111;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}
	
	
/* add teal bottom border to Nav on  every page */
#nav {
  border-bottom: 10px solid #006890;
  }

/* remove bottom border for nave on home page only */  
.mainhome #nav {
    border-bottom: medium none;
}

/* Div (a) Layout 2 rows row 1 1 column, row 2 2 equal columns */

#lr1c1r2c1c2 #col1 {
    width: 100%;
}

#lr1c1r2c1c2 #col2 {
    float: left;
    width: 50%;
}

#lr1c1r2c1c2 #col3 {
    float: right;
    width: 50%;
}


#col2 div, #col3 div {
    padding: 10px;
}

.hideit {display: none;}
