a img {
    border: 0 none;
}

#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: repeat-x;
    background-image: url(pagebg.jpg);
    background-color: #FDFDFD;
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 886px;
    background-color: #FFFFFF;
}
#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 886px;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
}
#main_container {
    padding: 0;
    margin: 0px 0px 0px 0px;
}
#layout_table {
    border-collapse: collapse;
}
#sub_nav_column {
    vertical-align: top;
    background: transparent bottom right no-repeat;
    background-image: url(list.gif);
}
#content_column {
    vertical-align: top;
}
#left_column_container {
    margin: 20px 8px 10px 0px;
    padding: 0;
    width: 165px;
    float: right;
}
#sub_container1 {
    margin: 0 0 0 0px;
    padding: 0;
}
#sub_container2 {
    margin: 0 0px 0 0;
    padding: 10px 0px 12px 0px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 708px;
}
#content_container {
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 0;
    width: 723px;
}
.textns {
    position: absolute; 
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

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

#key_visual {
    clear: both;
    position: relative;
    top: 0px;
    left: 8px;
    width: 870px;
    height: 121px;
    background: url(key_visual1.jpg) no-repeat;
}

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

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 5px 8px 5px 8px;
    width: 870px;
    text-align: right;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 105%;
    text-decoration: none;
    color: #3C3D3C;
    font-weight: bold;
    background-color: #FFFFFF;
}

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

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 8px;
    line-height: 0;
    padding: 0 0px 0 0px;
    margin: 0 0 0px 0;
    overflow: hidden;
    width: 870px;
    background-image: url(menubg.gif);
}
#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

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

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 10px 0px 19px;
    display: block;
    float: left;
    line-height: 28px;
    text-align: center;
    height: 28px;
}
a.main_nav_active_item {
    background: url(n1active.gif) no-repeat;
    background-position: top right;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 105%;
    font-weight: normal;
    text-decoration: none;
    color: #B1B0B0;
}
a.main_nav_item {
    background: url(n1.gif) no-repeat;
    background-position: top right;  
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 105%;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}
a.main_nav_item:hover {
    background: url(n1hover.gif) no-repeat;
    background-position: top right;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 105%;
    font-weight: normal;
    text-decoration: none;
    color: #B1B0B0;
}

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

.sub_nav_container {
    margin: 0px;
    padding: 0;
    float: right;
}
.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sub_nav_list li {
    clear: both;
    margin: 10px 0 0px 0;
    padding: 0;
}
.sub_nav_list a {
    overflow: hidden;
    text-align: left;
    line-height: 22px;
    height: 22px;
    padding: 0 10px 0 25px;
    display: block;
    width: 120px;
}
a.sub_nav_active_item {
    background: url(sn1active.gif) no-repeat;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 105%;
    font-weight: normal;
    text-decoration: underline;
    color: #3C3C3B;
}
a.sub_nav_item {
    background: url(sn1.gif) no-repeat;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 105%;
    font-weight: normal;
    text-decoration: underline;
    color: #3C3C3B;
}
a.sub_nav_item:hover {
    background: url(sn1hover.gif) no-repeat;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 105%;
    font-weight: normal;
    text-decoration: underline;
    color: #3C3C3B;
}

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

#footer {
    margin: 0;
    padding: 0;
    width: 886px;
    height: 42px;
    clear: both;
    background: transparent top left no-repeat;
    background-image: url(footerbg.gif);
    background-color: #ffffff;
}
#footer_text {
    padding: 2px 12px 2px 12px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 75%;
    font-weight: normal;
    text-decoration: none;
    color: #6B6B6A;
}
#footer_text a {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    color: #6B6B6A;
    text-decoration: underline;	
}


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

.content {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
    color: #5B533E;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}
.content, .content p {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 90%;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #5B533E;
}

.content table {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-left: 0;
    margin-bottom: 15px;
    border-left: 0px solid;
    border-top: 0px solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 90%;
    color: #5B533E;
    border-color: #414645;
}

.content select {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #5B533E;
}

.content input {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    color: #5B533E;
    border-color: #B4B8BB;
}

.content textarea {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 90%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    color: #5B533E;
    border-color: #B4B8BB;
}

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

.content h1 {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 150%;
    font-weight: bold;
    text-decoration: none;
    color: #969696;
}
.content h2 {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 150%;
    font-weight: bold;
    text-decoration: none;
    color: #969696;
}
.content h3 {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    color: #969696;
}

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

.content a:link {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
    color: #FF0000;
}
.content a:visited {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
    color: #000000;
}
.content a:hover {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    text-decoration: none;
    color: #FF0000;
}
.content a:active {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
    color: #FF0000;
}


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

.content th {
    border-right: 0px solid;
    border-bottom: 0px solid;
    padding: 2px 20px 2px 1px;
    font-weight: normal;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    text-align: left;
    background-color: #FFFFFF;
    border-color: #414645;
}
.content td {
    border-right: 0px solid;
    border-bottom: 0px solid;
    padding: 2px 20px 2px 1px;
    text-align: left;
    border-color: #414645;
}
.content tr.odd {
    padding: 3px 2px 3px 2px;
    text-align: left;
    color: #525050;
    background-color: #FFFFFF;
}
.content tr.even {
    padding: 3px 2px 3px 2px;
    text-align: left;
    color: #525050;
    background-color: #EFEFEF;
}