/* styles */

body {
  background: #4c7aff;
  color: #666666;
  font-family: georgia, "Times New Roman", serif;
  font-size: 12px;
  margin: 0 75px;
}

td, p, dt, dd, li {
  color: #666666;
  font-family: georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  color: #3c8a1c;
}

h1 {
  font-family: georgia, "Times New Roman", serif;
  font-size: 24px;
}

h2 {
  font-family: georgia, "Times New Roman", serif;
  font-size: 21px;
}

h3 {
  font-family: georgia, "Times New Roman", serif;
  font-size: 18px;
}

h4 {
  font-family: georgia, "Times New Roman", serif;
  font-size: 15px;
}

h5 {
  font-family: georgia, "Times New Roman", serif;
  font-size: 12px;
}

h6 {
  font-family: georgia, "Times New Roman", serif;
  font-size: 10px;
}

a:link {
  color: #2b4583;
  text-decoration: none;
}

a:visited {
  color: #3c8a1c;
  text-decoration: none;
}

a:hover {
  color: #2b4583;
  text-decoration: underline;
}

a:active {
  color: #2b4583;
  text-decoration: underline;
}

img {
  border: 0;
/*  display: block; */
}

img.imgAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
}

img.imgAlignRight {
  float: right;
  margin: 0 0 10px 10px;
}

img.imgAlignCenter {
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}

table.tableAlignLeft {
  background-color: #3c8a1c;
  margin: 0 10px 0 0;
}

table.tableAlignLeft td, table.tableAlignLeft p, table.tableAlignLeft a:link, table.tableAlignLeft a:visited, table.tableAlignLeft a:hover, table.tableAlignLeft a:active {
  color: #ffffff;
}

table.tableAlignRight {
  background-color: #3c8a1c;
  margin: 0 0 0 10px;
}

table.tableAlignRight td, table.tableAlignRight p, table.tableAlignRight a:link, table.tableAlignRight a:visited, table.tableAlignRight a:hover, table.tableAlignRight a:active {
  color: #ffffff;
}

table.tableAlignCenter {
  background-color: #3c8a1c;
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
}

table.tableAlignCenter td, table.tableAlignCenter p, table.tableAlignCenter a:link, table.tableAlignCenter a:visited, table.tableAlignCenter a:hover, table.tableAlignCenter a:active {
  color: #ffffff;
}

div.divAlignRight {
  float: right;
  width: 250px;
  margin: 0 0 0 10px;
  padding: 10px;
  border: 1px solid #000000;
  background-color: #3c8a1c;
  background-image: url(/images/h3_bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  color: #ffffff;
}

div.divAlignRight h4, div.divAlignRight p, div.divAlignRight dt, div.divAlignRight dd, div.divAlignRight li {
  color: #ffffff;
}

div.divAlignRight a:link, div.divAlignRight a:visited, div.divAlignRight a:focus, div.divAlignRight a:hover, div.divAlignRight a:active {
  color: #ffffff;
}

.alignHeader {
/*  background-color: ''; */
  color: #ffffff;
}

hr {
  height: 1px;
  width: 100%;
  color: #2b4583;
}

ol {
  text-align: left;
}

dt {
  font-weight: bold;
}

form {
  margin: 0;
}

fieldset {
  padding: 3px 10px 3px 10px;
  width: 400px;
  text-align: center;
  margin: auto;
}

fieldset td {
  text-align: left;
}

legend {
  font-family: georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 0 3px 6px 3px;
}

.formHeadingRequired {
  text-align: right;
  color: #3c8a1c;
  vertical-align: top;
}

input, textarea, select {
  font-family: georgia, "Times New Roman", serif;
  font-size: 12px;
}

textarea {
  overflow: auto;
}

input.inputText, textarea.inputText {
  background-color: #ffffff;
  color: #000000;
}

input.inputSubmit {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px 0 10px;
}

.errorMessage {
  color: #ff0000;
  text-align: left;
}

.errorIcon {
  text-align: right;
}

p.intro {
  font-weight: bold;
}

#layout {
  width: 800px;
  max-width: 800px;
  margin: 25px auto 0 auto;
}

#header {
  background-color: #3c8a1c;
  background-image: url(/images/header_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: left;
  width: 648px;
  padding-left: 150px;
  border: 1px solid #000000;
}

#navigation {
  background-color: #3c8a1c;
  font-family: georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #ffffff;
  width: 600px;
  text-align: left;
  border: 1px solid #ffffff;
  padding: 4px;
  margin: 0;
}

#navigation .bottom {
  display: none;
}

#navigation a.navigationLink:link, #navigation a.navigationLink:visited, #navigation a.navigationLink:hover, #navigation a.navigationLink:active {
  font-family: georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

#navigation a.navigationLinkSelected:link, #navigation a.navigationLinkSelected:visited, #navigation a.navigationLinkSelected:hover, #navigation a.navigationLinkSelected:active {
  color: #ffffff;
  font-family: georgia, "Times New Roman", serif;
  font-size: 18px;
  text-decoration: none;
}

#navigation .bottom {
  height: 59px;
  width: 138px;
}

#content {
  font-family: georgia, "Times New Roman", serif;
  font-size: 11px;
  background-color: #ffffff;
  width: 640px;
}

#content h2 {
  background-color: #ffffff;
  color: #3c8a1c;
  padding: 3px 6px 3px 6px;
}

#content h3 {
  background-color: #ffffff;
  color: #3c8a1c;
  padding: 2px 4px 2px 4px;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
  text-decoration: underline;
}

#footer {
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  line-height: 180%;
  width: 640px;
  margin: 0 auto 25px auto;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
  text-decoration: underline;
}

#footer a:hover, #footer a:active {
  color: #ffffff;
  text-decoration: underline;
}

blockquote {
  font-style: normal;
  margin: 0 auto 20px auto;
  background-image: url(/images/quote-open.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: none;
}

blockquote div {
  padding: 15px 30px;
  background-image: url(/images/quote-close.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

blockquote cite {
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0px auto;
  text-align: right;
}

