body {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #3a445f;
  background-image: url('images/digital_bg.jpg');
	background-repeat: repeat-x;
  margin: 0 auto;
  text-align: center;
}

td {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: left;
}

div {
  text-align: left;
}

a:link, a:visited {
  color: #3a445f;
  text-decoration: underline;
}

a:hover {
  color: #59678c;
  text-decoration: underline;
}


.content_left {
	width: 158px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.leftnavi {
	width: 140px;
	padding-top: 10px;
  border-bottom: 1px solid #3a445f;
}

.content_left_padding {
  padding: 5px;
}

.content_padding {
  padding: 20px;
}

table.pc {
  border: 2px solid #0b0e20;
}

.footer {
  width: 766px;
	height:20px;
  font-family: arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
	background-color: #0b0e20;
  background-image: url('images/blue_footer2.gif');
  background-position: bottom left;
	background-repeat: no-repeat;
  margin:auto;
	margin-bottom: 10px;
  padding:  7px 0 7px 0;
}

a.alt:link, a.alt:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.alt:hover {
  color: #cad1db;
  text-decoration: none;
  font-weight: bold;
}

.hdr {
	font-family: arial, sans-serif;
  font-size: 18px;
	color: #525f82;
	padding-bottom: 3px;
}

.hdr2 {
  text-align: right;
	font-family: arial, sans-serif;
  font-size: 30px;
	font-weight: bold;
	color: #3A445F;
	margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #0B0E1F;
  padding-bottom: 5px;
	text-transform: uppercase;
}

.address {
	font-family: arial, sans-serif;
  font-size: 11px;
	font-weight: normal;
	color: #000000;
  margin-top: 25px;
  background-color: #bcc2d0;
  width: 140px;
}
.orange_box {
  background-color: #fc9840;
	padding: 5px;
	margin-left: 140px;
}

.blue_box {
  background-color: #5dbcfc;
	padding: 5px;
}

.sub_left {
  width: 55%;
	float: left;
}

.sub_right {
  width: 36%;
	float: left;
	margin-left: 15px;
}

input {
  border: 1px solid #0b0e20;
  width: 300px;
	padding: 1px;
}

input.red {
  background-color: #FFFFFF;
  border: 1px solid #0b0e20;
  width: 100px;
  float: right;
}

textarea {
  background-color: #FFFFFF;
  border: 1px solid #0b0e20;
  width: 300px;
  margin: 0;
  padding: 1px;
}
li {
  margin-bottom: 5px;
}

a {
outline: none;
}

a:focus {
outline: none;
}