* {
  margin:0;
  padding:0;
}

body {
  background: #223;
}

#all {
	width: 900px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 5px auto;
	padding: 5px;
	border: medium groove #333333;
}

#homeheader {
  height:195px;
  background: url('../images/barlowheader.jpg') !important;
}

#homeheader #searchform {
  margin-top: 164px;
}

#homeheader1 {
  height:195px;
  background: url('../images/barlowheader.jpg') !important;
}

#homeheader1 #searchform {
  margin-top: 164px;
}

#innerheader {
  height:72px;
  background: url('../images/2ndbarlowheader.jpg') !important;
}

#innerheader #searchform {
  margin-top: 45px;
  padding-right: 1px;
}

#innerheader1 {
  height:72px;
  background: url('../images/2ndbarlowheader1.jpg') !important;
}

#innerheader1 #searchform {
  margin-top: 45px;
  padding-right: 1px;
}

#searchform {
  float: right;
  padding: 5px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}

#searchform a {
  text-decoration: none;
  color: white;
}

#searchform a:hover {
  text-decoration: underline;
  color: #8888FF;
}

#menubar {
  font-size: 12px;
  background: #016883;
  position: relative;
  padding:5px 0;
}

#menubar li {
  display: inline;
  padding:0 15px;
}

#menubar li a {
  padding: 4px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

#menubar li a:hover {
  background: #000033;
}

#main {
  background: #000033 url('../images/barlowfooter.jpg') bottom left no-repeat;
  padding: 2px 0;
}

.bordered {
  border: #999999 1px solid;
  margin: 0 3px;
  padding: 3px;
}

#image {
  float:right;
  width:600px;
  height:300px;
}

#text {
  color: #DDD;
  width: 274px;
  height:300px;
  position: relative;
}

#text h2 {
  font-size: 18px;
  padding: 5px 0;
  text-transform: uppercase;
}

#text li {
  list-style: none;
  margin: 0 0 2px 10px;
}

#text a img {
  border: 2px solid transparent;
  position: absolute;
  right: 2px;
  top: 2px;
}

#text a:hover img {
  border-color: #999;
}

#text a {
	color: #DDD;
	text-decoration: none;
}

#text a:hover {
	color: #CCC;
	text-decoration:underline;
}

#sidebar {
  color: #DDD;
  width: 180px;
  height:300px;
  float: left;
}

#sidebar a {
  color: #FFF;
}

#sidebar a:hover {
  color: #88F;
}

#sidebar li {
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  padding-top: 12px;
}

#sidebar li li {
  font-size: 12px;
  font-weight: normal;
  margin-left: 12px;
  padding-top: 8px;
}

#content {
  margin-left: 195px;
  color: #DDD;
}

#content h1 {font-weight: bold; font-size: 21px; padding: 9px 0;}
#content h2 {font-weight: bold; font-size: 17px; padding: 8px 0;}
#content h3 {font-weight: bold; font-size: 15px; padding: 7px 0;}
#content h4 {font-weight: bold; font-size: 13px; padding: 6px 0;}

#content p {
  margin-bottom: 10px;
  line-height: 1.3em;
}

#content img {
  padding: 2px;
  border-width: 0px;
}	

#content ul, ol {
  margin-bottom: 1em;
  margin-left: 3em;
}

#content li {
  margin-bottom: 0.25em;
}

#content a {
  color: #FFF;
}

#content a:hover {
  color: #88F;
}

#content p {
  padding-left: 7px;
}

#footer {
  clear:both;
  text-align: center;
  font-size: 9px;
  padding: 5px;
  color: #FFF;
  letter-spacing: 1.5px;
}

#footer a {
  text-decoration: none;
  color: #C0C0C0;
}

#footer a:hover {
  text-decoration: underline;
  color: #88F;
}

#printBanner {
	display: none;
}
