body#main_body {
    margin: 0;
    padding: 8px 0px 8px 0px;
    text-align: center;
}

#container {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

#header {
    padding: 0px 0px 3px 0px;
    margin: 0;
    width: 967px;
}

#main_container {
    padding: 0px;
    margin: 0px;
}

#layout_table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#sub_nav_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#content_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#left_column_container {
    margin: 0;
    padding: 0;
}

#sub_container1 {
    margin: 0;
    padding: 0;
}

#sub_container2 {
    margin: 0;
    padding: 0;
}

#content_container {
    overflow: hidden;
    width: 897px;
    margin: 0;
    padding: 25px 35px 20px 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: #eeeeee;
}

#content_container1 {
    overflow: hidden;
    width: 957px;
    margin: 0;
    padding: 5px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: #eeeeee;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    width: 967px;
    height: 110px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    padding: 12px 30px 5px 30px;
    height: 20px;
    margin: 3px 0px 0px 0px;
    text-align: right;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 907px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 240px;
    height: 51px;
    position: absolute;
    top: 0px;
    margin: 67px 0px 0px 727px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    padding: 0;
    margin: 1px 0px 0px 0px;
    overflow: hidden;
    line-height: 0;
    width: 967px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

A:link 
{
 font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #1361A4;
}

a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #1361A4;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #723333;
}
a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #723333;
}

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 20px 0px 20px;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
    height: 26px;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-repeat: repeat-x;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    line-height: 0;
    padding: 0px 20px 0px 20px;
    margin: 0;
    overflow: hidden;
    width: 927px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 15px 0px 15px;
    display: block;
    float: left;
    line-height: 20px;
    text-align: left;
    height: 21px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 967px;
    height:10px;
    clear: both;
}

#footer_text {
    padding: 0px 35px 22px 35px;
    margin: 0;
    text-align: left;
    height:10px;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    
}

.content table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}

.content select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    
}

.content input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content td {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
}

.content th {
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content legend {
    font-size: 14px;
    font-weight: bold;
}

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/


#slogan {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
a.main_nav_active_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  color: #C7CE0F;
  background-color: #707070;
}
a.main_nav_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  color: #C4C6C6;
}
a.main_nav_item:hover {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  background-color: #707070;
}
a.sub_nav_active_item 
{
  background-color: #707070;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  color: #C7CE0F;
  
}
a.sub_nav_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #C4C6C6;
}
a.sub_nav_item:hover {
  background: url(sn1active.gif) no-repeat;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  background-position: top left;
}
#h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 29px;
  font-weight: bold;
  color: #637178;
}
#h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  color: #1560A0;
}
.content h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  
  color: #0F4E6F;
}
.content, .content p ,#p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  
  color: #1A1A1A;
}
#footer_text {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  background-color: #155F9F;  
  color: #dddddd;
}

#text {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  color: #dddddd;
}

/*--- header ---------------------------------------------------------------*/

#header {
    background-color: #404040;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container 
{
	background-color: #000000;
}

/*--- sub navigation -------------------------------------------------------*/

.sub_nav_container {
	background-color: #404040;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat;
}

/*--- caption --------------------------------------------------------------*/

#slogan {
    background: #155F9F no-repeat;
    background-image: url(sloganbg.gif);
}

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #1A1A1A;
    background-color: #404040;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #1A1A1A;
}

.content table {
    color: #1A1A1A;
    border-color: #1D1C1C;
}

.content select {
    color: #1A1A1A;
}

.content input {
    color: #1A1A1A;
    border-color: #010101;
}

.content textarea {
    color: #1A1A1A;
    border-color: #010101;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-color: #1D1C1C;
    color: #ffffff;
    background-color: #1D1C1C;
}

.content tr.odd {
    color: #000000;
    background-color: #E4E4E4;
}

.content tr.even {
    color: #000000;
    background-color: #FFFFFF;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #010101;
}

.content legend {
    color: #1261A5;
}

.content label {
    color: #010101;
}

/*--------------------------------------------------------------------------*/

