body {
  background-color: #58574b;
  color: #555555;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
a {
  color: #7f221b;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
#canvas {
  background-color:#ffffff;
  background: url(images/grad_tan_med.jpg) #ffffff repeat-x left top;
}
#siteTitle {
  color: black;
  font-family: 'Times New Roman', Palatino, serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: normal;
}
#siteSubtitle {
  color: #131313;
  font-family: Tahoma, Arial, sans-serif;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  font-weight: normal;
}
.pageTitle {
  color: #7f221b;
  border-bottom: solid 1px #7f221b;
  font-size: 15px;
  font-weight: bold;
}
#sidebarTitle {
  color: #7f221b;
  border-bottom: solid 1px #7f221b;
  font-size: 15px;
  font-weight: bold;
}
.sidebarLink {
	color: #555555;
}
#pageContentPartial {
  background: url(images/background_pageContentPartial.gif) no-repeat left top;
}
#pageContentFull {
  background: url(images/background_pageContentFull.gif) no-repeat left top;
}
#pageSidebar {
  background: url(images/background_pageSidebar.gif) no-repeat left top;
  font-size: 11px;
  line-height: 18px;
  font-family: Arial,sans-serif;
  /*text-align: justify;*/
}
#pageFooter {
  border-top: 1px solid #7f221b;
  color: #555555;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
  font-family: Arial,sans-serif;
  font-size: 10px;
  text-align: center;
}
#pageFooter a {
  color: #555555;
}
#navigation_menu {
  background-color: #7f221b;
  color: #ffffff;
  text-align: left;
}
#navigation_menu a {
  color: #dedec6;
  font-size: 12px;
  font-weight: bold;
}
#navigation_menu a:hover {
  color: #ffffff;
}
.fieldHighlight {
  border-color:#6464ff #9797ff #9797ff #6464ff;
}
.fieldFocus {
  background: #e8e8ff;
  border-color:#6464ff #9797ff #9797ff #6464ff;
  color: #3e3eff;
}
.image_right {
  float: right;
  margin: 10px 0px 10px 10px;
}
.fieldName {
  font-size: 10px;
  display: inline;
}
.fieldPercentage {
  width: 25px;
  text-align: center;
  vertical-align: middle;
}
.fieldTextInput {
  background: #ffffff url(images/background_input_text.gif) repeat-x scroll left top;
  border-color: #999999 #cbcbcb #cbcbcb #999999;
  border-style: solid;
  border-width: 1px;
  color: #555555;
}
.highlight {
  background-color: #ffffe1;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* BUTTONS */

.buttons a, .buttons button{
    display:inline;
    margin: 0 7px 25px 0;
    background-color: #7f221b;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;

    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    font-size: 11pt;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}

.buttons button:hover, .buttons a:hover{
    background-color: #dff4ff;
    border:1px solid #c2e1ef;
    color: #336699;
    text-decoration: none;
}
.buttons a:active{
    background-color: #6299c5;
    border:1px solid #6299c5;
    color: #ffffff;
}


