.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer * {
    color: #000033;
    }

q, h2,  .sideBox, .sideBox div, #footer {
    border-color: #172244;
    }

.sideBox div, .sideBox a:hover {
    background-color: #5368A6;
    }

q, .sideBox a, .sideBox span, #footer {
    background-color: #00478B;
    }

#bodyText {
    line-height: 1.5em;
    margin: 30px 0px 10px 220px;
    padding: 0 10px 10px 10px;
    width: 532px;
    border-right: 1px solid #00478B;
    border-bottom: 1px solid #00478B;
}

#bodyText p {
    padding-bottom: 1ex;
}

.topOfPage {
    font-size: 90%;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
    padding-left: 1ex;
    padding-right: 1ex;
    float: right;
}

body {
	background-color: White;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: auto;
}

h1, h2, h3 {
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-style: italic;
}

h1 {
    font-weight: bold;
    font-size: 200%;
    border-bottom: 1px solid;
    padding-bottom: 0.5ex;
}

img {
    border: 0;
}

ul {
    list-style: square;
}

/* ###### Header ###### */

#header {
	height: 90px;
	margin-bottom: 5mm;
	padding: 0px 10px 0px 585px;
	background: White url(images/bg.header.png) repeat-x;
}

.headerTitle {
  font-size: 300%;
}

/* ###### Side Box ###### */

.sideBox {
  margin-left: 15px;
  float: left;
  clear: left;
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 180px;
  margin-top: 10px;
}

[class~="sideBox"] {
  margin-left: 30px;
}

.sideBox div {
  font-weight: bold;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox span {
  font-weight: bold;
  color: #efefef;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}

/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

#footer div {
  padding-left: 3mm;
  font-size: 80%;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

div.row {
  clear: both;
  margin: 0px;
  padding: 0px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  line-height: 24px;
  padding-right: 5px;
  }
  
input.contact, textarea.contact {
	border: 1px solid black;
	background: White;
}

input.button {
	border: 1px solid Black;
	background: #6495ED;
}