body {
    background-color: #eae4dc;
    color: black;
    font-family: "Georgia", "Bitstream Vera Serif", serif;
    font-size : medium;
    margin: 0;
    padding: 0;
}
p {
    margin-top: 6px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 10px;
    line-height: 125%;
}
a {
    color: #000066;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
h1 {
	font-size: 180%;
	font-weight: bold;
}
h2 {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-left: 8px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 10px;
}
h3 {
	font-size: 140%;
	font-weight: bold;
}
dl {
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 6px;
}
dt {
	padding-top: 6px;
	font-weight: bold;
}
img {
    border: none;
    padding: 3px;
}

/***  Page layout blocks  ***/
.header {
    background-image: url(/graphics/newtop.jpg);
    margin: 0;
    padding: 0;
    height: 140px;
    border-bottom: 1px solid black;
}
/* top page navigation */
td.nav {
	 background-color: #eae4dc;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
td.nav:hover {
	background-color: #d4c7b6;
}
p.nav {
}
a.nav {
	text-decoration: none;
	color: black;
}
a.nav:hover {
	color: red;
	text-decoration: underline;
}
#dropmenudiv {
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a {
    font-family: Arial, Bitstream Vera Sans, sans-serif;
    width: 100%;
    display: block;
    text-indent: 7px;
    border-bottom: 1px solid black;
    padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
     background-color: #d4c7b6;
}

.bannerAd {
    margin-left: 155px;
    margin-right: 0px;
    margin-top: 15px;
    padding: 5px;
}

.main {
    margin-left: 155px;
    margin-right: 310px;
    margin-top: 5px;
    padding: 5px;
    border: 1px dotted #c0c0c0;
    background-color: white;
}

/* left side navigation */
.leftNav {
	position: absolute;
	top: 190px;
	left: 0;
	width: 150px;
	float: left;
	font-family: Arial, "Bitstream Vera Sans", sans-serif;
	font-size: smaller;
	line-height: normal;
}
.leftNav a {
	color: black;
}
.leftNav a:hover {
	color: red;
	text-decoration: underline;
}
.navHdr {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-left: 8px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 10px;
}
.navDiv {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    font-size: 25%;
    border-bottom: 1px dotted #c0c0c0;
}
/* right side - advertisements, etc. */
.rightAds {
    position: absolute;
    top: 310px;
    right: 0;
    width: 310px;
    float: right;
    font-family: Arial, "Bitstream Vera Sans", sans-serif;
    font-size: smaller;
    line-height: normal;
}
/*  Footer  */
.footer {
    border-top: 1px solid black;
    font-size: 75%;
    text-align: center;
    margin-left: 155px;
    margin-right: 310px;
    margin-top: 15px;
    line-height: normal;
}
/*  Picture Boxes  */
.dcenter {
	margin-left: auto;
	margin-right: auto;
}
.picBox {
	border: 1px solid black;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	line-height: normal;
	margin: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
.picLeft {
	border: 1px solid black;
	float: left;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 7px;
	line-height: normal;
	margin: 7px;
}
.picRight {
	border: 1px solid black;
	float: right;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 4px;
	line-height: normal;
	margin: 4px;
	width: 258px;
}
.boxNear {
    float: right;
    border: 1px solid black;
    width: 250px;
    padding: 5px;
    font-size: smaller;
    line-height: normal;
}
/*  Spaning styles  */
.big {
    font-size: 110%;
    font-weight: bold;
}
.caption {
	font-size: smaller;
	font-style: italic;
}
/*  Form styles  */
input.text {
    background: #ffffff;
	border: 1px black solid;
	padding: 2px;
	margin-top: 0px;
}
input.req {
    background: #ffeeee;
	border: 1px red solid;
	padding: 2px;
	margin-top: 0px;
}
input.button {
	font-size : smaller;
	text-align : center;
	font-weight: bold;
	background-color : #d4c7b6;
	color : #ffffff;
	border: 1px black solid;
}
input.button:hover {
	color: black;
	background-color: #FFFFFF;
}
input.bigBut {
	font-weight : bold;
	text-align : center;
	background-color : #FF6600;
	color : #ffffff;
	border: 1px black solid;
}
input.bigBut:hover {
	color: black;
	background-color: #FFFFFF;
}
textarea {
	border: 1px black solid;
	padding: 2px;
	margin-top: 0px;
}
select {
    background: #ffffff;
	border: 1px black solid;
	padding: 2px;
	margin-top: 0px;
}
