body {
	background-color: white;
	font-family: "Georgia", "Bitstream Vera Serif", Serif;
	font-size: medium;
	color: black;
	margin: 0px;
	padding: 0px;
}
/* top of page banner */
.header {
	color: white;
	background-color: #7090a8;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 10px;
	padding-bottom: 15px;
}
p.pghdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.nav {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: white;
}
a.nav:hover {
	color: red;
	text-decoration: underline;
}
#dropmenudiv {
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a {
    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: yellow;
}
/* left side navigation */
.leftMenu {
	position: absolute;
	top: 200px;
	left: 0;
	width: 130px;
	float: left;
	border-right: 1px solid #7090a8;
	text-align: right;
	font-weight: bold;
	line-height: normal;
	padding-right: 10px;
}
.leftMenu p {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 0;
}
a.menu {
	text-decoration: none;
	color: black;
}
a.menu:hover {
	color: red;
	text-decoration: underline;
}
.wrapper {
}
/*  Right Column */
.rightside {
	position: absolute;
	top: 200px;
	right: 0;
	float: right;
	width: 320px;
	padding: 7px;
	font-size: smaller;
}
.rightside p {
    margin-left: 10px;
}
/*  footer  */
.footer {
	border-top: 1px solid black;
	font-size: 75%;
	text-align: center;
	margin-left: 160px;
	margin-right: 350px;
	margin-top: 15px;
}
.footer p {
	padding: 0;
	margin-top: 3px;
	margin-bottom: 0;
}
/*  Main content area */
.content {
	margin-left: 157px;
	margin-right: 330px;
    margin-top: 0px;
    padding-top: 0;
}
.crumbs {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom: 2px solid #7090a8;
}
h1 {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
}
h2 {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}
.content p {
    margin-right: 10px;
    padding-right: 15px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #205061;
}
a:visited {
	color: #40a0c2;
}
a:hover {
	color: red;
	text-decoration: underline;
}
dl {
	padding-left: 15px;
}
dt {
	padding-top: 7px;
}
ul {
   list-style-type: square;
}
img {
    border: none;
    margin: 3px;
    padding: 0px;
}
ul.stop {
}
ul.stop li {
   margin-bottom: 7px;
   list-style-image: url(/graphics/stop.png);
}
li.dot {
   list-style-image: none;
}
.big {
	font-size: large;
	font-weight: bold;
}
.picRight {
	border: 1px solid black;
	float: right;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 7px;
	line-height: normal;
	margin: 7px;
}
.picBox {
    width: 506px;
	border: 1px solid black;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 7px;
	line-height: normal;
	margin: 7px;
}
/*  Special Tables  */
.box {
}
.box td {
    border: 1px solid black;
    padding: 3px;
    margin: 3px;
}
/*  Forms styles  */
input.button {
	font-family: Arial, Sans Serif;
	font-weight : bold;
	text-align : center;
	background-color : #7090a8;
	color : White;
	border: 1px black solid;
}
input.text {
	font-family: Arial, Sans Serif;
	border: 1px #7090a8 solid;
    padding: 3px;
}
textarea {
	font-family: Arial, Sans Serif;
	border: 1px #7090a8 solid;
    padding: 3px;
}
select {
	font-family: Arial, Sans Serif;
	background-color: #FFFF99;
	border: 1px #7090a8 solid;
}
