/* Revised this document with Copilot. Didn't like the template's color palletes, so copilot inserted the new colors where the old ones were.*/
html { height: 100%; }


* { margin: 0; padding: 0; }

body {
  font: normal .80em 'times new roman', arial, sans-serif;
  background: #E8EEF5;
  color: #2F2F2F;
}

p { padding: 0 0 20px 0; line-height: 1.7em; font-size: 125%;}

img { border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #1E3A5F;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 {
  font: normal 250% 'candara', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #1E3A5F;
}

h2 {
  font-size: 160%;
  padding: 9px 0 5px 0;
  color: #3A5BA0;
}

h3 { font-size: 140%; padding: 5px 0 0 0; color: #E86A92;}

h4, h6 {
  color: #E86A92;
  padding: 0 0 5px 0;
  font: normal 110% arial;
  text-transform: uppercase;
}

h5, h6 {
  color: #6E7A8A;
  font: normal 95% arial;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover {
  outline: none;
  text-decoration: underline;
  color: #E86A92;
}

a:hover { text-decoration: none; }

blockquote {
  margin: 20px 0;
  padding: 10px 20px 0 20px;
  border: 1px solid #F7C6D0;
  background: #FFF;
}

ul { margin: 2px 0 22px 17px; }

ul li {
  list-style-type: circle;
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { margin: 8px 0 22px 20px; }

ol li { margin: 0 0 11px 0; }

.left { float: left; width: auto; margin-right: 10px; }

.right { float: right; width: auto; margin-left: 10px; }

.center { display: block; text-align: center; margin: 20px auto; }

#main, #logo, #menubar, #site_content, #footer {
  margin-left: auto;
  margin-right: auto;
}

#header {
  background: #BFD7EA;
  border-bottom: 1px solid #A5C4DA;
  height: 186px;
}

#banner {
  background: transparent url(banner.jpg) no-repeat;
  width: 860px;
  height: 180px;
  border: 10px solid #F7C6D0;
}

#credit {
  font-size: 100%;
  text-align: center;
  color: #2F2F2F;
}

#logo {
  width: 880px;
  position: relative;
  height: 140px;
  background: #F0F4FA;
}

#logo #logo_text { position: absolute; top: 10px; left: 0; }

#logo h1, #logo h2 {
  font: normal 300% 'candara', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0 0 0 9px;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
  padding: 22px 0 0 0;
  color: #1E3A5F;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#logo_text h1 a .logo_colour { color: #E86A92; }

#logo_text a:hover .logo_colour { color: #F7C6D0; }

#logo_text h2 {
  font-size: 120%;
  padding: 4px 0 0 0;
  color: #6E7A8A;
}

#menubar {
  width: 872px;
  height: 45px;
  padding-right: 8px;
  background: #A5C4DA;
  border-top: 1px solid #8FB3CC;
}

ul#menu { float: right; margin: 0; }

ul#menu li {
  float: left;
  padding: 0 0 0 9px;
  list-style: none;
  margin: 8px 4px 0 4px;
}

ul#menu li a {
  font: normal 100% 'times new roman', sans-serif;
  display: block;
  float: left;
  height: 20px;
  padding: 6px 20px 5px 20px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #3A5BA0;
}

ul#menu li.selected {
  margin: 8px 4px 0 13px;
  background: #E86A92;
}

ul#menu li.selected a,
ul#menu li.selected a:hover {
  background: #E86A92;
  color: #FFF;
}

ul#menu li a:hover { color: #F7C6D0; }

#site_content {
  width: 880px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;
}

#sidebar_container { float: left; width: 224px; }

.sidebar_top {
  width: 222px;
  height: 14px;
  background: transparent url(side_top.png) no-repeat;
}

.sidebar_base {
  width: 222px;
  height: 14px;
  background: url(side_base.png) no-repeat;
}

.sidebar {
  float: right;
  width: 222px;
  padding: 0;
  margin: 0 0 16px 0;
}

.sidebar_item {
  background: url(side_back.png) repeat-y;
  padding: 0 15px;
  width: 192px;
}

.sidebar p { font-size: 105%; }

.sidebar li a.selected { color: #E86A92; }

.sidebar ul { margin: 0; }

#content {
  text-align: left;
  width: 620px;
  padding: 0 0 0 5px;
  float: right;
}

#content ul { margin: 2px 0 22px 0px; }

#content ul li, .sidebar ul li {
  list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 0 0;
  padding: 0 0 4px 25px;
  line-height: 1.5em;
}

#footer {
  width: 100%;
  font-family: 'times new roman', sans-serif;
  font-size: 100%;
  height: 80px;
  padding: 28px 0 5px 0;
  text-align: center;
  background: #3A5BA0;
  border-top: 1px solid #1E3A5F;
  color: #FFF;
}

#footer a { color: #FFF; text-decoration: none; }

#footer a:hover { color: #F7C6D0; }

#blog p{font-size: 125%;}

#blog h3{font-size: 125%; padding: 0 0 0 0;}

#blog h2{margin: 0 0 0 0; padding: 0 0 0 0;}

#blog {
  width: 800px;
  border-radius: 25px;
  border: 10px solid #1E3A5F;
  padding: 16px;
  margin: 20px;
  background-image: linear-gradient(to bottom, #DCEAFF, #F9DDE7);
}

.search {
  color: #2F2F2F;
  border: 1px solid #A5C4DA;
  width: 134px;
  padding: 4px;
  font: 100% arial, sans-serif;
}

.form_settings { margin: 15px 0 0 0; }

.form_settings p { padding: 0 0 4px 0; }

.form_settings span {
  float: left;
  width: 200px;
  text-align: left;
}

.form_settings input, .form_settings textarea {
  padding: 5px;
  width: 299px;
  font: 100% arial;
  border: 1px solid #F7C6D0;
  background: #FFF;
  color: #2F2F2F;
}

.form_settings .submit {
  font: 100% arial;
  border: 0;
  width: 99px;
  margin: 0 0 0 212px;
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer;
  background: #E86A92;
  color: #FFF;
}

.form_settings textarea, .form_settings select {
  font: 100% arial;
  width: 299px;
}

.form_settings select { width: 310px; }

.form_settings .checkbox {
  margin: 4px 0;
  padding: 0;
  width: 14px;
  border: 0;
  background: none;
}

.separator {
  width: 100%;
  height: 0;
  border-top: 1px solid #F7C6D0;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}

table { margin: 10px 0 30px 0; }

table tr th, table tr td {
  background: #1E3A5F;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}

table tr td {
  background: #E8EEF5;
  color: #2F2F2F;
  border-top: 1px solid #FFF;
}
