﻿body {
	margin: 0px;
	color: #003183;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 10pt; 
}
img {
 border-width: 0px;
}
h1 {
  text-align: center;
  margin-bottom: 3px;
}
h2, legend {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin: 3px 3px 5px 3px;
	color: #003183;
  font-weight: bold;
}
#logo {
    z-index: 20;
    position: absolute;
    top: 24px;
    left:150px;
    text-align: center;
}
#googlesearch {
    z-index: 19;
    position: absolute;
    top: 65px;
    right:25px;
}
#banner {
  /*position: absolute;*/
  width: 100%;
  height: 100px;
  background-image: url(banner.gif);
  background-repeat: repeat-x;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #FF7B00;
}
#main {
  margin-left: 20px;
  margin-right: 20px;
}
#footer {
  margin-left: 40px;
  margin-right: 40px;
}
a:link, a:visited, a:hover{
	color: #FF7B00;
}
td {
  vertical-align: top;
  
}
td.leftBorder {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: color: #003183;
}
td.rightBorder {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: color: #003183;
}

#links {
  width: 48%;
  float: left;
}
#details {
  width: 48%;
  float: right;
}
#text {
	position: absolute;
	width: 100%;
	top: 300px;
	height: 175px;
	text-align: center;
}
#text p {
	margin-left: 180px;
	margin-right: 180px;
}
#text h2 {
  text-align: center;
}
#header
{
	text-align: center;
}

