BODY {
  font-family: Georgia, serif;
  color: black;
  background-color: white;
  background-image: url("../images/back.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 100px;
  font-size: 11pt;
  padding: 0;
  margin-left: 1em;
  margin-right:1em;
  margin-bottom: 1em;
  margin-top: 98px;
}

BODY.popup {
	margin-top: 2em;
	background-position: center center;
}

P {
	line-height: 14pt;
}

.backpanel {
	background-color: white;
	background-color: rgba(255,255,255,0.5);
	/* margin: 1em; */
	padding-top: 1px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1px;
}

.pageimage {
	background-color: #00001F;
	padding: 1em;
}

IMG.home, IMG.floatLeft, IMG.floatRight {
  border: thin solid transparent;
  padding: 10px;
}

.thinblackborder, IMG.articleInset {
	border: thin solid black;
}

IMG.home:hover, IMG.floatLeft:hover, IMG.floatRight:hover {
    border: thin solid black;
    background: #001F00;
}

IMG.floatLeft, IMG.floatRight, IMG.articleInset {
  margin-bottom: 1em;
  margin-top: 0;
}

IMG.floatLeft, IMG.articleInset {
    float: left;
    margin-right: 1em;
}

IMG.floatRight {
  float: right;
  margin-left: 1em;
 }

IMG.menu
{
	border: solid thin;
}	

IMG.middleRight {
  float: right;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 1em;
  margin-bottom: 1em;
  border: none;
}

H1, H2, H3, H4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}

H1, H3, A.h3link {
	color: darkblue;
}

H2, H4 {
	color: blue;
}

H2 {
  font-size: 16pt;
}

H3 {
  font-size: 14pt;
}

H4 {
  font-size: 12pt;
}

A, A.h3link, EM {
    text-decoration: none;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12pt;
}
A {
    color: green;
}

EM {
	font-style: normal;
	color: blue;
}

A:hover {
    color: white;
    background-color: green;
}

TABLE.home {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.fullWidth {
	width: 100%;
}

#qsmenu:hover {
    background-image: url("../images/gradient.jpg");
    background-repeat: repeat-x;
    background-position: top;
}

A.mainMenu {
    color: white;
    background-color:  transparent;
    font-size: 10pt;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

A.mainMenu:hover {
    background-image: url("../images/gradient2.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
}

.right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: right;
    clear: right;
}

.left, .galleryNode, .homePageNode {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.left, .galleryNode {
    text-align: left;
}

.left {
    clear: left;
}

.galleryNode, .homePageNode {
  width: 300px;
}

.homePageNode {
  text-align: center;
}

.galleryImg {
  width: 240px;
}

#qsmasthead, #qsmenu {
	left: 0;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed;
}

#qsmasthead {
	top: 0;
	height: 76px;
	background-color: white;
	z-index: 999; /* Override Ad-Sense Z-Index */
}

#qsmenu {
	height: 23px;
	padding-top: 4px;
	padding-left: 2.5in;
	top: 76px;
	z-index: 998; /* Override Google Ad-Sense Z-Index */
}

A.menu {
	color: white;
	background-color: black;
	font-size: 13pt;
	font-weight: bold;
}

A.menu:hover {
	color: black;
	background-color: white;
}

/* Hack to eliminate hover highlight over images in IE, Opera, Safari */
.noHover {
    border: none;
}

.noHover:hover {
    background-color: transparent;
}

.logo {
    border-color: blue;
    border-width: 1px;
    border-style: solid;
}

.logo:hover {
    border-color: red;
}

.homecell {
	width: 200px;
	vertical-align: middle;
}

/*
.paragraph, .sentence, .fullParagraph, .fullSentence {
	clip: auto;
	resize: none;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #EEEEFF;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.paragraph, .sentence {
	width: 95%;
}

.fullParagraph, .fullSentence {
  width: 100%;
  margin-left: 0;
}

.sentence, .fullSentence {
	height: 20px;
}

.paragraph, .fullParagraph {
	height: 100px;
}

.paragraph {
	margin-left: 1em;
}

*/

TABLE.proposal {
	width: 100%;
	margin-left: 1em;
}

TR.proposal {
	vertical-align: top;
}

TD.proposal {
	width: 25px;
}

TABLE.specials {
  background-color: white;
  border-collapse: collapse;
  border: 2px solid;
  padding: 1em;
  /* margin: auto; */ /* do not center */
}

TD.specials, TH.specials {
  border: 1px solid;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}