﻿html, body, h1, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: black; /* #464544; */
}
a:hover {
	color: Yellow;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
    height: 34px;
}

body {
	background: #6699ff;
	text-align: center;
	font: medium, arial, sans-serif;
	color: black; /*#E5D19C;*/
	padding: 20px 0 0 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 678px;
  position: relative;
    top: -1px;
    left: 3px;
}

/** header **/
#header {
  padding-top: 1px;
}
#header h1 {
  font-weight: normal;
  position: absolute;
  text-align:center;
  left: 3px;
  top: 35px;
/*  color: Blue; /** #F2CD91; **/
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-size: 32px;
    font-family: "Times new roman", serif;
    width: 651px;
}
#nav-top {
  margin-left: 33px;
}
#nav-top ul {
  margin: 6em 0 0 2em;
  padding: 0;
  height: 31px;
  width: 521px;
}
#nav-top li {
  float: left;
/**  background: #C19855 url(PDimages/tab_left.gif) no-repeat;    **/
  background: #1A71FF url(PDimages/tab_left.gif) no-repeat;
  list-style: none;
  text-align: center;
  /*  color:Black; */
  height: 31px;
  line-height: 31px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18px;
  font-family: "Times new roman", serif;
  width: 99px;
  margin-left: 3px;
}
#nav-top li div{
  background: url('PDimages/tab_right.gif') no-repeat right top;
    width: 99px;
    margin-left: 0px;
}
#nav-top a {
  color: white; /** #443816; **/
  text-decoration: none;
}
#nav-top a:hover {
  color: #241D0A;
}

#nav {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0031ff;
  border-style: inset;
  border-color: Blue;
}
#nav2 ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #9E9479;
  background: bottom left url(PDimages/nav_lit.gif) repeat-x;
}
#nav2 li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#nav2 li.home {
  background: bottom left url(PDimages/nav_drk.gif) repeat-x;
  padding-left: 25px;
}
#nav a {
  font: 16px "Times new roman", serif;
  color: #FFE5C3;
  text-decoration: none;
}
#nav a:hover {
  color: #F2E7D6;
}

/** content **/

#content {
  padding-left: 20px;
}
#content h2 {
  color:  Black;
  font-weight: normal;
/*  border-left: 3px solid black; /* #615331; */
/*  border-right: 3px solid black; /* #615331; */
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
    font-style: normal;
    font-variant: normal;
    font-size: 24px;
    line-height: normal;
    font-family: "Times new roman", serif;
    width: 625px;
}
#content h3 {
  font: 18px "Times new roman", serif;
  color:  Black;
  font-weight: normal;
  border-left: 3px solid black; /* #615331; */
  border-right: 3px solid Black; /* #615331; */
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}
#content p {
/*  margin-left: 11px; */
  line-height: 1.4;
    width: 410px;
}
p.1st 
{
    width: 100px;
}

#content .left-col {
  float: left;
    width: 657px;
}

#footc
{
    height: 80px;
    font-size: small;
}
#footer {
  background: #1A71FF;
  text-align: center;
  /*color: Black; */
  padding: 14px;
}

 .boh1 {
    background:#F3F0E7;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    border:1px solid #C8BA92;
    padding:5px;
    width:150px;
 }
         
 .bob1 {
    background:#FFFFFF;
    font-family:arial;
    font-size:12px;
    border-left:1px solid #C8BA92;
    border-right:1px solid #C8BA92;
    border-bottom:1px solid #C8BA92;
    padding:5px;
    width:150px;
 }
