* {
  margin: 0px;
  padding: 0px; }

body {
  font-family: arial, Sans-Serif;
  background-color: white; }

img {
  border: none; }

#page_container {
  width: 760px;
  margin: auto;
  padding: 0px;
  border: 1px solid #C2D3DF; }

#page_content {
  padding-left: 8px;
  padding-right: 8px; }

ul {
  list-style-image: url('../images/list_item.png'); }

#header {
  padding: 0px;
  background-image: url("../images/header-background-image.png");
  background-repeat: repeat-x;
  margin-bottom: 5px; }
  #header img {
    margin: 0px;
    margin-right: -3px;
    float: right; }
  #header h2 {
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 5px; }

.note {
  font-size: smaller; }

.spacer {
  height: 0px;
  clear: both; }

.courses {
  background-color: #99CCFF;
  color: black;
  padding: 10px;
  text-align: center;
  border: 1px solid black;
  width: 90%;
  margin: auto;
  margin-bottom: 30px; }
  .courses h3 {
    margin-top: 0px;
    text-decoration: underline; }
  .courses ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
    line-height: 2em; }

#contact_details {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px; }

.footer {
  margin: auto;
  margin-top: 5px;
  background-color: #E6EEFF;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  clear: both; }

#logo {
  position: relative;
  right: 3px; }

table {
  margin-top: 10px;
  width: 100%; }
  table td {
    text-align: center;
    vertical-align: top; }
  table td.left, table td.right {
    width: 40%; }
  table td.images {
    width: 250px; }
    table td.images img {
      width: 200px; }

.box {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 360px;
  border: 1px solid #004c98; }
  .box h3 {
    background-color: #E6EEFF;
    color: #002976;
    padding: 0.2em;
    font-size: 1.3em;
    text-transform: capitalize; }
  .box .content {
    margin: 0px;
    padding: 0.8em; }
    .box .content ul {
      margin: 0px;
      margin-left: 1em; }
      .box .content ul li {
        margin-top: 0.2em; }

#description_box_container, #description_image_container {
  margin-top: 8px; }

#description_box_container {
  float: left; }

#description_image_container {
  float: right; }
  #description_image_container .contact_us {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 320px;
    border: 3px solid #A85900;
    text-align: center;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 1.3em;
    color: white;
    background-color: #FFA32E; }
    #description_image_container .contact_us a, #description_image_container .contact_us a:hover, #description_image_container .contact_us a:visited {
      color: white; }
    #description_image_container .contact_us img {
      width: 300px;
      margin: 0px; }

hr {
  margin-top: 6px;
  margin-bottom: 6px; }

#course_aims {
  width: 100%; }

#horiz_menu {
  padding-left: 5px; }
  #horiz_menu ul li {
    list-style-image: none;
    list-style-type: none; }

.license_testing h1 {
  text-transform: capitalize; }
