/* CSS Document */

/* Mosaic Academy CSS file */

body {
   background-color: #F9FFFF;
  }
     
#masthed {
   width: 100%;
   text-align: center;

}

h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
    font-size: 12pt;
}



#quotes {
     padding:05px;
     font-family:arial;
     font-size:12pt;
     color:#000000;
     width: 98%;
     height:20px;
     text-align:center;
	 margin-left:auto;
	 margin-right:auto;
   }

#centercontent {
    text-align: center;
	margin-left: 05px;
	margin-right: 15px;
	padding-left: 40px;
	padding-right: 20px;
	}
	


#operations {
    color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	width: 98%;
	margin-right: 15px;
	padding: 03px;
}

#associations {
   text-align:center;
}	