*{
	margin: 0;
	padding: 0;
}

a:link {
	color: #2d5a87;
  text-decoration: none;
}

a:visited {
  color: #2d5a77;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body {
	background-color: #142362;
	background-image: url('../images/bg-repeat.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

#page {
	width: 784px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
#contentArea {
  width: 778px;
  height: 100%;
  background-color: #ffffff;
  border-left: 3px solid #d7d3d3;
  border-right: 3px solid #d7d3d3;
}
#contentArea p{
  padding: 8px 5px;
}
#contentBox {
  padding: 17px 3px;
  margin: 3px;
  background-color: #e4e3e3;
  color:#000000;
  font-size: 11px;
}
#contentBoxRight {
  float: right;
}
#contentBoxLeft {
  float: left;
}
#bold13{
  font-weight: bold;
  font-size: 13px;
}
#bold {
  font-weight: bold;
}
#bottomTagLine{

}
#footer {
  font-size: 10px;
  text-align: center;
  padding: 10px 0 25px 0;
}
#directory {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}