* {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

body {
  text-align: center;
  font-family: sans-serif;
}

.bl {
  border-left: 1px solid #878471;
}

.br {
  border-right: 1px solid #878471;
}

.bt {
  border-top: 1px solid #878471;
}

.bb {
  border-bottom: 1px solid #878471;
}

.ltblue {
  background-color: #E3E6E5;
}

.dkblue {
  background-color: #0D0659;
}

div#all {
  margin: auto;
  text-align: left;
  width: 748px;
  padding-bottom: 20px;
}

div#logo {
  padding: 20px 0px;
}

div#logo img 
{
	border: none;
}

div#header {
  height: 188px;
}

div#links {
  float: left;
  width: 128px;
  height: 188px;
  background-color: #B3AD18;
  font-weight: bold;
  line-height: 1.75em;
  overflow: hidden;
}

div#links ul {
  list-style-type: none;
  margin: 10px;
}

div#links a {
  color: #E0F1F3;
  text-decoration: none;
}

div#links a:hover,
div#links a.active {
  color: white;
}

div#page_img {
  float: right;
  width: 617px;
  height: 188px;
}

div#spacer table {
  border-collapse: collapse;
}

td#spc1 {
  clear: both;
  width: 129px;
  height: 23px;
}

td#spc2 {
  width: 83px;
  height: 23px;
}

td#spc3 {
  height: 23px;
  width: 354px;
}

td#spc4 {
  width: 179px;
  height: 23px;
}

div#mainarea {
  clear: both;
}

div#mainarea table {
  width: 748px;
  border-collapse: collapse;
}

div#mainarea td {
  vertical-align: top;
  font-size: 10px;
}

div#mainarea td#news {
  background-color: #ECEAB8;
  width: 119px;
  padding: 5px;
  height: 109px;
}

td#news a {
  text-decoration: none;
  color: black;
}

td#news p {
  padding: 5px 0px;
}

td#news a:hover {
  text-decoration: underline;
}

td#news h6 {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 5px;
}

div#mainarea td#whitespc {
  padding-top: 20px;
  padding-bottom: 38px;
  height: 80px;
}

td#whitespc p {
  height: 22px;
}

div#mainarea td#content {
  width: 417px;
  min-height: 258px;
  padding: 10px;
  text-align: center
}

div#mainarea td#content h1 
{
	font-size: 20px;
}

div#mainarea td#content h2 
{
	font-size: 18px;
}

div#mainarea td#content h3 
{
	font-size: 16px;
}

div#mainarea td#content h4 
{
	font-size: 14px;
}

div#mainarea td#content p {
  font-size: 11px;
}

div#mainarea td#content ul li {
  font-size: 11px;
  text-align: left;
  font-weight: normal;
}

div#mainarea td#content b 
{
	font-weight: bold;
}

div#mainarea td#content table {
  width: 350px;
  border-collapse: none;
  margin: auto;
}

div#mainarea td#content table td {
  padding: 10px;
  border: 3px solid #999999;
}

div#mainarea td#content table#office {
  width: 416px !important;
}

div#mainarea td#content table#office td {
  padding: 5px;
  border: 1px solid #999999;
  width: 32%;
}

div#mainarea td#contact {
  text-align: right;
  width: 180px;
}

td#contact p {
  padding: 20px 15px 20px 0px;
  font-size: 9px;
  font-weight: bold;
  line-height: 2em;
}


td#contact h6 {
  padding-right: 15px;
  font-size: 9px;
  color: #0D0659;
}

td#contact h5 {
  background-color: #B3AD18;
  color: white;
  font-size: 11px;
  padding: 3px 15px;
}

td#contact a {
  color: #B3AD18;
  text-decoration: none;
  font-weight: bold;
  line-height: 2em;
}

div#mainarea td#copy {
  vertical-align: bottom;
  height: 70px;
  font-size: 8px;
  text-align: center;
  color: #999999;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: .05em;
}

td#copy a {
  color: #999999;
  text-decoration: none;
}

td#copy a:hover {
  text-decoration: underline;
}





