body {
	margin:0; padding:0;
	background: white;
	background: url('images/pat.jpg') #F2F2F2 center repeat-y;
	text-align: center;
	font-family: Arial; font-size: 12px; color: black;
}

#headerpat{
  height: 182px;
  background: url('images/headerpat.jpg');
}

#spacer{
  padding-top: 64px;
  background: url('images/pat.jpg') #F2F2F2 center repeat-y;
}

#header{
  text-align: left;
  margin: auto;
  width: 850px;
  height: 118px;
  background: url('images/header.jpg');
}

#title{
  /*padding: 15px 0 0 120px;*/
  position: relative; top: 34px; left: 120px;
  font-weight: bold;
  font-size: 280%;
  z-index: 1;
}

#slogan{
  position: relative; top: 26px; left: 160px;
  z-index: 0;
  font-size: 150%;
  color: #35698F;
  font-weight: bold;
}

#menu{
  padding: 20px 0 0 490px;
  font-weight: bold;
}

#contentpat{
  background: url('images/content.jpg');
  width: 650px;
  display: block;
  margin: auto;
}

#content{
  border-right: 1px dotted silver;
  width: 440px;
  text-align: left;
  padding: 20px;
  float: left;
}

#panel{
  text-align: left;
  float: right;
  width: 127px;
  padding: 10px;
  margin-right: 20px;

  
}

#footer{
  background: url('images/footer.jpg');
  width: 713px;
  height: 22px;
  display: block;
  margin: auto;
}

.titleitem{
  font-size: 130%;
}

.contentitem{
  padding-bottom: 0px;
}

.laneitem{
  font-weight: bold;
  color: silver;  padding-bottom: 10px;
}

.titleitem2{
  font-size: 110%;
}

.cleaner{
  visibility: hidden;
  clear:both;
}

/*a.menu
{
  padding: 5px 10px 5px 10px;
	color: #002D4F;
	background-color: white;
	border: 1px solid silver;
	text-decoration: none;
}

a:hover.menu
{
  padding: 5px 10px 5px 10px;
	color: #002D4F;
	background-color: #EAEAEA;
	border: 1px solid silver;
	text-decoration: none;
}*/

a.menu
{
  font-size: 120%;
  padding: 5px 10px 5px 10px;
  margin: 1px;
  background-color: none;
	color: #002D4F;
	text-decoration: none;
	border-bottom: 3px solid #B2CCE7;
}

a:hover.menu
{
  padding: 5px 10px 5px 10px;
  border-bottom: 3px solid #DCE8F8;
  background-color: #B2CCE7;
	color: #002D4F;
	text-decoration: none;
}

a
{
	color: #002D4F;
	text-decoration: underline;
}

a:hover
{
	color: #002D4F;
	text-decoration: none;
}

.reference{
  padding-right: 7px;
  width: 213px;
  margin: auto;
  float: left;
  text-align: center;
}

.reference a img{
  border: 1px solid silver;
}
.reference a:hover img{
  border: 1px solid #5b5b5b;
}

hr{
  color: silver;
background-color: silver;
height: 1px;
border: none;
}