/* Comments related to color options from various Comps completed to date.

Possible Colors based on Mockups include the following:
  
Dark Backgrounds (Currently 314232)
212D1A
CECC9C
C0BD86

Light Backgrounds (Currently E5E0CA)
CCCC99
E1E1C5

Dark Font (Currently 314232 - to match background)
36432C
5A634A
3a3d28
696f53
4a6e7e
5a634a

Light Font (Currently E5E0CA - to match background))
747349
7f7b60
707054
404040
565840
6D6E43

Highlight Font (Currently F29B40) 
CC6B04

Footer Color (Currently 827E49)

Border Around Left Navigation Links (Currently 98A098)

*/

body,html 
{
  margin: 0px;
  padding: 0px;
  background: #314232;
  color: #CCCC99;
  font: normal 12px/14px Verdana,sans-serif;
}

a img 
{
  border: none
}

p 
{
  text-align: left;
}

h1 
{
  font: normal 16px/18px Verdana,sans-serif;
  margin: 0px;
  padding: 12px 0px 0px 0px;
  font-weight: bold;
}

h1.contenth1 a 
{
  color: #314232; 
  font: normal 16px/18px Verdana,sans-serif;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
}

h1.contenth1 a:hover 
{
  text-decoration: underline;
}

h2
{
  font: normal 14px/16px Verdana,sans-serif;
  margin: 0px;
  padding: 12px 0px 0px 0px;
  font-weight: bold;
}

h2.contenth2 a 
{
  color: #314232; 
  font: normal 14px/16px Verdana,sans-serif;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
}

h2.contenth2 a:hover 
{
  text-decoration: underline;
  font-weight: bold;
}

h3
{
  font: normal 12px/14px Verdana,sans-serif;
  margin: 0px;
  font-weight: bold;
  padding: 12px 0px 0px 0px;
}

h3.contenth3 a 
{
  color: #314232; 
  font: normal 12px/14px Verdana,sans-serif;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
}

h3.contenth3 a:hover 
{
  text-decoration: underline;
  font-weight: bold;
}

a 
{
  color: #314232;
}

td.wpleft 
{
  background-color: #314232;
  color: #CCCC99;
  padding: 19px 24px 19px 45px;
  width: 145px;  /* 214px total, minus 24px minus 45px for the r & l padding */
  text-align: right;
}

a.logo 
{
  width: 139px;
  height: 135px;
  border: none;
}

form#login 
{
  display: block;
  margin: 0px;
  padding: 5px 0px;
}

form#login label 
{
  display: block;
  font: normal 13px/13px Verdana,sans-serif;
  padding: 15px 0px 2px 0px;
}

form#login input#id, form#login input#password 
{
  width: 128px;
  border: 1px solid #6D6E43;
}

div.leftmenu 
{
  background: url(leftmenu-top.gif) right top no-repeat;
  padding-top: 11px;
  margin-top: 24px;
}

div.leftmenu ul 
{
  margin: 0px;
  padding: 0px 0px 11px 0px;
  list-style: none;
  background: url(leftmenu-bottom.gif) right bottom no-repeat;
}

div.leftmenu ul li 
{
  list-style: none;
  margin: 0px;
  padding: 15px 0px;
  border-right: 2px solid #98A098;
  text-align: left;
  font: normal 13px/13px Verdana,sans-serif;
}

div.leftmenu ul li a 
{
  color: #CCCC99;
  text-decoration: none;
}

div.leftmenu ul li a:hover 
{
  text-decoration: underline;
}

div.leftmenu li.activemenu a
{
  color: #F29B40;
  text-decoration: none;
}

div.leftsubmenu 
{

  padding-top: 0px;
  margin-top: 0px;
}

div.leftsubmenu ul 
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style: disc;
  background: url(leftsubmenu-bottom.gif) right bottom no-repeat;
}

div.leftsubmenu ul li 
{
  list-style: disc;
  margin: 0px;
  padding: 5px 3px;
  margin-left: 15px;
  border-right: 0px solid #98A098;
  text-align: left;
  font: normal 11px/13px Verdana,sans-serif;
}

div.leftsubmenu ul li a 
{
  color: #CCCC99;
  text-decoration: none;
}

div.leftsubmenu ul li a:hover 
{
  text-decoration: underline;
}

a.imgbtn 
{
  display: block;
  margin-top: 30px;
  text-align: center;
}

td.wpright 
{
  width: 736px; /* 950px - 214px */
  margin: 0px;
  border: none;
  background: #E5E0CA;
  color: #314232;
}

* html td.wpright 
{
  /*
    A 3px error in IE6. Typically, 3px errors in IE6 are triggered by comments.
    If you uncommented the source the problem may go away. OR, just use the
    cargo cult math.
  */
  width: 739px;
}

div.nameplate 
{
  background: #314232;
  height: 100px;
}

div.mainmenu 
{
  padding-left: 11px;
  background: #314232 url(mainmenu-bend.gif) top left no-repeat;
}

div.mainmenu ul 
{
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
  border-top: 1px solid white;
}

div.mainmenu ul li 
{
  list-style: none;
  display: inline;
  margin: 0px;
  padding: 0px 12px 0px 9px;
  font: normal 13px/20px Verdana,sans-serif;
}

div.mainmenu ul li a 
{
  color: #CCCC99;
  text-decoration: none;
  white-space: nowrap;
}

div.mainmenu ul li a:hover 
{
  text-decoration: underline;
}

div.mainmenu li.activemenu a
{
  color: #F29B40;
  text-decoration: none;
}

div.contentmargins 
{
  margin: 24px 277px 24px 41px; 
}

div.contentmarginsnoimage
{
  margin: 24px 41px 24px 41px;
}

li.contentli a 
{
  color: #314232; 
  font: normal 15px/25px Verdana,sans-serif;
  white-space: nowrap;
  text-decoration: none;
}

li.contentli a:hover 
{
  text-decoration: underline;
}

table.newsbracket 
{
  background: url(newsbracket.gif) top left no-repeat;
  width: 419px;
  border-collapse: collapse;
  border: none;
  margin-top: 16px;
}

table.newsbracket th 
{
  font: normal 16px/16px Verdana,sans-serif;
  text-align: left;
  padding: 10px 20px 0px 20px;
}

table.newsbracket td 
{
  padding: 0px 20px 0px 10px;
}

table.newsbracket td p 
{
  text-align: left;
  font-style: italic;
}

table.newsbracket td a 
{
  color: #314232;
}

td.footer 
{
  background: #827E49;
  color: white;
  height: 30px;
}

td.footer li.activemenu a
{
  color: #F29B40;
  text-decoration: none;
}

td.footer ul 
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

td.footer ul li 
{
  list-style: none;
  display: inline;
  margin: 0px;
  padding: 0px 32px 0px 32px;
  font: normal 9px/20px Verdana,sans-serif;
}

td.footer ul li a 
{
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

td.footer ul li a:hover 
{
  text-decoration: underline;
}