body
{
  margin: 0px;
  background-image: url(images/content_back.gif);
  background-repeat: repeat-y;
  width: 800px;
}

.general_clear
{
  clear: both;
}

a
{
  color: #c2181e;
  cursor: pointer;
}

a.nounderline
{
  text-decoration: none;
}

a.submenu
{
  color: #333333;
  text-decoration: none;
}

a:active.submenu
{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

a:hover.submenu
{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

img
{
  border: 0px;
}

a.underline
{
  text-decoration: underline;
}

/** HEADER **/
.general_header
{
  background-color: #eaeac1;
  background-image: url(images/header_back.gif); 
  background-repeat: no-repeat;
  background-position: right;
  height: 171px;
}

.general_logo
{
  float: left;
  border: 0px;
  margin-top: 60px;
  text-indent: 20px;
}

.general_back
{
  float: right;
  border: 0px;
}
/** /HEADER **/

/** NAVIGATION **/
.general_navigation
{
  border-bottom: 1px solid #ffffff;
  background-color: #c2181e;
}

.general_navigationintern
{
  height: 18px;
  margin-top: 3px;
}

.general_button
{
  float: right;
  border-left: 1px solid #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 130px;
  text-align: center;
  cursor: hand;
}

.general_buttonintern
{
  float: left;
  background-color: #c2181e;
  border-right: 1px solid #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 3px;
  width: 130px;
  text-align: center;
  cursor: hand;
  height: 13px;
}


.general_menu
{
  float: right;
  position: relative;
  width: 130px;
  margin-top: 107px;
  margin-left: 1px;  
}


.general_menuentry
{
  height: 15px;
  background-color: #F4F4DF;
  margin-top: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}

a.general_menulink:hover
{
  background-color: #ffffff;
}
/** /NAVIGATION **/

/** SUBMENU **/
.general_submenu
{
  float: left;
  width: 160px;
}

.general_subhead
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #c2181e;
  margin: 8px;
  margin-top: 10px;
}

.general_subentry
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  margin-left: 8px;
  margin-bottom: 3px;
}
/** /SUBMENU **/

/** TEXT **/
.general_text
{
  float: left;
  width: 620px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 15px;
  margin: 8px;
  margin-left: 12px;
}

.general_contenthead
{
  font-weight: bold;
  color: #c2181e;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #c2181e;
}

.general_contenthead2
{
  font-weight: bold;
  color: #c2181e;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 3px solid #c2181e;
}

h1
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #c2181e;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px solid #c2181e;
}
/** /TEXT **/

/** IMAGES **/
.general_images
{
  float: right;
  width: 165px;
  text-align: center;
  margin-top: 6px;
}

.general_headimage
{
  float: right;
  width: 300px;
  text-align: center;
  margin-top: 8px;
  margin-right: -8px;
}

.general_imagestext
{
  color: #c2181e;
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
}
/** /IMAGES **/

/** COPYRIGHT **/
.general_copyright
{
  border-top: 1px solid #EFEFEF;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #58595B;
  margin-top: 20px;
  margin-left: 160px;
}
/** /COPYRIGHT **/

