body
{
  font-family:Verdana, Helvetica, Arial, san-serif;
  color:#333333;
  background:#ffffff;
}

#maincontentheader
{
  color: #3f67bd;
  background-color: transparent;
  text-align: left;
  margin: 0px;
  padding: 0px;
  font-size: 28px;
  font-weight: bold;
}

#maincontentheader p
{
  margin: 0px;
}

/* IMAGES */
#logo
{
  vertical-align: middle;
  padding: 0px;
}

/* TEXT ELEMENTS */

h1
{
  color: #bd5f3f;
  background-color: transparent;
}

h2
{
  color: #bd9e3f;
  background-color: transparent;
  font-style: oblique;
}

h3
{
  color: #bd3f5e;
  background-color: transparent;
}

#mainleft p
{
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
}

#footer
{
  font-size: 0.8em;
  margin-top: 1em;
}

/* FORMS */

input, select, textarea
{
  border: 1px solid #5fbd3f;
}

#searchbox input
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  width:185px;
}

input.box, textarea.box
{
    width: 450px;
}

input.button
{
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #eef6ee;
  color: #333333;
  font-size: 0.8em;
}

input.button:hover
{
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #5fbf3f;
  color: #000000;
  font-size: 0.8em;
}

.defaultbutton
{
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #eef6ee;
    color: #333333;
    font-size: 0.8em;
}

.defaultbutton:hover
{
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #5fbf3f;
    color: #ffffff;
    font-size: 0.8em;
}

label
{
    font-weight: bold;
    white-space: nowrap;
    font-size: 0.9em;
}


#mainright p
{
  line-height: 1.25em;
}

fieldset
{
    border-style: none;
    /*Hide in Opera*/
    border-style: hidden;
    padding-left: 0px;
}


/* LINKS */

#mainright a, #footer a, .menuoptions a, #path a, #path a:visited, .menuoptions a:visited
{
  color:#3f67bd;
  background:#ffffff;
}

#mainright a:visited, #footer a:visited
{
  color: #bd3f5e;
  background:#ffffff;
}

#mainright a:hover, #footer a:hover, .menuoptions a:hover, #path a:hover
{
  color: #ffffff;
  background:#3f67bd;

}

#navlinks a:active, #footer a:active, .menuoptions a:active, #path a:active
{
  color: #ffffff;
  background:#3f67bd;
}

.menuoptions a img
{
  border: 0px;
}

#footer
{
  text-align: center;
  font-size: 0.8em;
}

.break
/* Used on an empty tag set after one or more div.*column has been used, to ensure proper floating and breaking of the elements. */
{
    display: block;
    clear: both;
}

/* IMAGES */
/*#logo
{
  margin-left: 10px;
  float: left;
}*/

.imageright
{
  float: right;
  margin-right: 5px;
}

/* FROM CORPORATE  for left_menu_3.tpl template*/
div#header
{
    background-image: url(../images/header_image-repeat.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

div#header div.design
{
    background-image: url(../images/header_image.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 68px;
}

div#logo
{
    float: right;
    margin-top: 0.3em;
    margin-right: 0.1em;
}

div#subheader
{
    background-color: #e4eaf3;
    padding: 0.1em; /* Padding needs to be set to a value other than 0 to stop a Mozilla color bug. */
}

.invisible
/* This style can be used on element that should only be visible in a browser which doesn't support CSS. */
{
    display: none;
}

#mainmenu .level_0
{
  padding: 4px;
}

#mainmenu .level_1
{
  padding: 4px;
  margin-left: 15px;
}

/* End of styles for left_menu_3.tpl template */

