body {
	background-color: #e0e4e8;
	font-family: "Georgia", "Bitstream Vera Serif", Serif;
	font-size: medium;
	color: black;
	margin: 0px;
	padding: 0px;
}
p {
    margin-top: 6px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 10px;
    line-height: 125%;
}
/* top of page banner */
.content {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    background-color: white;
    border: 1px dotted #304088;
}
.header {
    background-image: url(graphics/headersuv.jpg);
    height: 200px;
    margin-top: 3px;
    padding-top: 0;
}
.headText {
    background-image: url(graphics/titlebg.png);
    width: 660px;
    height: 88px;
    padding-left: 10px;
    margin-top: 0;
    padding-top: 12px;
}
.title {
    font-family: Arial, sans-serif; font-weight: bold; font-size: 24pt;
    text-shadow: 2px 2px #ffffff;
    margin-top: 12px;
    margin-bottom: 0;
}
.sub {
    font-family: Arial, sans-serif; font-weight: bold; font-size: 14pt;
    margin-top: 0;
    padding-bottom: 0;
}
/***  Top navigation tables  ***/
table.nav {
    border-collapse: collapse;
    margin-top: 68px;
    font-size: 90%;
	color: black;
    text-shadow: 1px 1px #ffffff;
}
table.nav td {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    background-image: url(graphics/navbg.png);
}
a.nav {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: black;
    text-shadow: 1px 1px #ffffff;
}
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;
}
.navBar {
    width: 100%;
	font-size: smaller;
	line-height: normal;
    padding: 0;
    height: 30px;
    border-bottom: 1px dotted #304088;
    border-top: 1px dotted #304088;
}
.navBar p {
    float: left;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 3px;
    padding: 0;
    /*  width: 150px;  */
}
/* left side navigation */
.leftMenu {
	float: left;
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: smaller;
	line-height: normal;
	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 {
    margin-left: 155px;
}
/*  Right Column */
.rightCol {
    margin-left: 675px;
    width: 300px;
    padding: 3px;
    font-size: smaller;
    line-height: normal;
}
.mainCol {
    float: left;
    width: 665px;
    padding: 3px;
}
/*  footer  */
.footerAds {
    border-top: 1px dotted #304088;
    font-size: smaller;
    line-height: normal;
}
.footer {
    clear: both;
	border-top: 1px solid black;
	font-size: 75%;
	text-align: center;
	margin-top: 15px;
	height: 85px;
	background-color: #f0f0f0;
}
.footer p {
	padding: 0;
	margin-top: 3px;
	margin-bottom: 0;
}
/*  Main content area */
.crumbs {
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-bottom: 1px dotted #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: 3px;
	line-height: normal;
}
.picBox {
    width: 506px;
	border: 1px solid black;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 3px;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
}
/*  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;
}
/*  blog styles  */
.meta {
    font-size: .75em;
}
.meta li, ul.post-meta li {
    display: inline;
}
.meta ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.meta, .meta a {
    color: #808080;
    font-weight: normal;
    letter-spacing: 0;
}
