/* St Mary's Brampton CSS Resource */
/* GLOBAL */
body {
  background-color: #ffffff;
  font: normal 10pt 'Times New Roman',serif;
  margin: 0px; padding: 0px;
}
iframe {
  float: left;
  margin: 25px 10px 15px 50px;
}
img {
  border: 0px;
}
#TheLayout {
  border: #cec7c6 1px solid;
  height: 600px; width: 800px;
  margin: 0px auto;
}

/* TOP HALF */
#TheHeaderLogo, #TheMenuBar {
  height: 177px;
}
#TheHeaderLogo {
  width: 230px;
}
#TheMenuBar {
  width: 570px;
}
#TheMenuBar a {
  color: #182094;
  font: normal 10px 'Times New Roman',serif; letter-spacing: 1px;
  margin-right: 15px;
  text-decoration: none; text-transform: uppercase;
}

/* BOTTOM HALF - SPLASH */
#TheSplashPage {
  height: 420px; width: 800px;
  vertical-align: top;
}
#TheSplashPage h1 {
  color: #182094;
  font: normal 19pt 'Times New Roman',serif;
  margin-top: 20px;
}
#TheSplashPage p {
  color: #182094;
  font: normal 14px 'Times New Roman',serif;
  margin-right: 60px;
}

/* BOTTOM HALF - CONTENT */
#TheSidebar, #TheContent {
  border-top: #cec7c6 1px solid;
  height: 420px;
}
#TheSidebar {
  width: 230px;
}
#TheContent {
  background-color: #182094; color: #ffffff;
  vertical-align: top;
  width: 570px;
}
#TheContent div h2 {
  font: normal 19pt 'Times New Roman',serif;
  margin: 0px;
}

/* CONTENT */
#TheContentBox {
  padding: 25px 20px 10px 50px;
  font: normal 10pt 'Times New Roman',serif;
}
#TheContentBox a {
  color: #ffffff;
}
#TheContentBox h4 {
  font: normal 8pt 'Times New Roman',serif;
  margin: 0px; margin-left: -9px;
}
#TheContentBox h4 a {
  color: #ffffff;
  text-decoration: none;
}

/* ABOUT US */
#AboutA, #AboutB, #AboutC, #AboutD, #AboutE, #AboutF, #AboutG {
  color: #182094;
  display: none;
}

/* IFRAME */
.TheFramedContent {
  background-color: #182094; color: #ffffff;
  font: normal 10pt 'Times New Roman',serif;
  width: 450px;
}
.TheFramedContent a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.TheFramedContent h2 {
  font: normal 19pt 'Times New Roman',serif;
  margin: 0px;
}
