<style type="text/css">
* html {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  height: 100%;
  background-color: #031944;
}

div#outside {
  width: 100%;
  height: 100%;
  text-align: center;
}

div#inside {
  margin: 0 auto;
  background-color: #ffffff;
  width: 678px;
  color: #031944;
  font-family: Arial;
  font-size: 0.75em;
}

div#mainbody {
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

div#header {
  background-color: #ffffff;
  margin-bottom: 1px;
}

div#mainleft {
  width: 465px;
  float: left;
}

div#links {
  background-color: #c10505;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

div#links a {
  color: #ffffff;
  text-decoration: none;
}

div#links a:hover {
  text-decoration: underline;
}

div#mainright {
  margin: 0px;
  padding: 0px;
  width: 207px;
  float: right;
}

div#content h1 {
  text-align: center;
  color: #c10505;
  font-family: Georgia;
  font-size: 2.4em;
  font-weight: normal;
}

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

div#content {
  background-image: url(/images/swoosh.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 35px;
  text-align: left;
}

div#picture {
  height: 100px;
  padding-top: 15px;
  background-color: #0a1a45;
}

div.redspacer {
  background-color: #c10505;
  height: 10px;
}

div#creed h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

div#creed {
  min-height: 327px;
  padding: 15px;
  text-align: left;
  font-size: 1.1em;
  background-color: #0d4a91;
  color: #ffffff;
  margin: 0px;
}

div#specialties h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}

div#specialties {
  height: 100px;

  font-weight: bold;
  padding: 10px;
  background-image: url(/images/gradient.gif);
  background-position: top left;
  background-repeat: repeat-y;
  text-align: left;
}

div#specialties div.left {
  float: left;
}

div#specialties div.right {
  float: right;
}

div.bluespacer {
  margin: 0px;
  padding: 4px;
  color: #ffffff;
  background-color: #5b6ea6;
  text-align: left;
}

div#networks {
  padding: 10px;
  text-align: center;
  height: 50px;
}

div.floatleft {
  float: left;
}

div.compcontainer {
  margin: 10px;
  padding: 10px;
  border: 2px solid #bec1da;
  text-align: left;
  font-size: 0.75em;
}

div.compcontainer h1 {
  font-size: 1.2em;
}

div.compcontainer div.left {
  padding-top: 15px;
  float: left;
  width: 200px;
}

div.compcontainer div.right {
  float: right;
  width: 420px;
}

