
/* Basic structure of site */

html,body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    height:100%
    padding:0px;
    margin:0px;
    color: #000000;
}

table.body {
    width: 780px;
    height: 100%;
    margin:0px auto 0px auto;
}

td.header_top {
    text-align:right;
    font-size: 12px;
    height: 10px;
    padding-bottom: 5px;    
}

td.header {
    height: 119px;
    background: #FFFFFF url('../template_images/header/banner.jpg') no-repeat top right;
    vertical-align:top;
}

td.menu {
    text-align: left;
    background: url('../template_images/header/menu_bg.jpg') no-repeat top right;
    height: 36px;
    vertical-align: top;
    margin-left: 25px;
}  

td.outer {
    text-align:left;
    color: #000000;
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    vertical-align: top;
}

table.outer{
    width: 100%;
    height: 100%;
}

td.footer {
    text-align:center;
    font-size: 10px;
    height:30px;
    color: #000000;
    border-top: 1px solid #CCCCCC;
}

/* HEADER */

/* header - top */

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
    color: #CCCCCC;
}    

td.header p {
    padding: 20px 0px 0px 0px;
}

/*header - menu*/      

td.menu div.container {
    position: relative;
    color: #FFFFFF;
    width: 100%;
    vertical-align: top;
}

td.menu div.container div.cnr {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 36px;
}

a.navitem:link     {font-size: 11px; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px;padding: 0px 10px 0px 10px}
a.navitem:visited  {font-size: 11px; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px;padding: 0px 10px 0px 10px}
a.navitem:active   {font-size: 11px; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px;padding: 0px 10px 0px 10px} 
a.navitem:hover    {font-size: 11px; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px;padding: 0px 10px 0px 10px}

/*ENTRY*/

td.entry {
   font-size: 12px;
   background: #FFFFFF;
   width: 500px;
   padding: 0px 5px 20px 5px;
   vertical-align: top;
}

td.rhs {
    width: 135px;
    padding-left: 5px;
    vertical-align: top;
}


/*INFO*/

td.info {
   font-size: 12px;
   background: #FFFFFF;
   width: 640px;
   padding: 0px 5px 20px 5px;
   vertical-align: top;
}  

/*SIDEBAR*/

td.sidebar {
    width: 135px;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
}

a.s_nav               {display: block;width:127px;color: #666666;border: 1px solid #CCCCCC;height:18px;line-height:18px;padding: 0px 3px 0px 3px;margin-bottom:5px;background: #FFFFFF}
a.s_nav:link          {display: block;width:127px;color: #666666;border: 1px solid #CCCCCC;height:18px;line-height:18px;padding: 0px 3px 0px 3px;margin-bottom:5px;background: #FFFFFF}
a.s_nav:active        {display: block;width:127px;color: #666666;border: 1px solid #CCCCCC;height:18px;line-height:18px;padding: 0px 3px 0px 3px;margin-bottom:5px;background: #FFFFFF}
a.s_nav:visited       {display: block;width:127px;color: #666666;border: 1px solid #CCCCCC;height:18px;line-height:18px;padding: 0px 3px 0px 3px;margin-bottom:5px;background: #FFFFFF}
a.s_nav:hover         {display: block;width:127px;color: #666666;border: 1px solid #CCCCCC;height:18px;line-height:18px;padding: 0px 3px 0px 3px;margin-bottom:5px;background: #FFFFFF}

* html a.s_nav                  {width: 135px}
* html a.s_nav:link             {width: 135px}
* html a.s_nav:active           {width: 135px}
* html a.s_nav:visited          {width: 135px}
* html a.s_nav:hover            {width: 135px}

a.s_nav_active               {display: block;width:127px;color: #0186C9;font-weight: bold;height:18px;line-height:18px;border: 1px solid #CCCCCC;padding: 0px 3px 0px 3px;margin-bottom:5px;background: url(../template_images/sidebar/title.jpg) repeat-x top right;}
a.s_nav_active:link          {display: block;width:127px;color: #0186C9;font-weight: bold;height:18px;line-height:18px;border: 1px solid #CCCCCC;padding: 0px 3px 0px 3px;margin-bottom:5px;background: url(../template_images/sidebar/title.jpg) repeat-x top right;}
a.s_nav_active:active        {display: block;width:127px;color: #0186C9;font-weight: bold;height:18px;line-height:18px;border: 1px solid #CCCCCC;padding: 0px 3px 0px 3px;margin-bottom:5px;background: url(../template_images/sidebar/title.jpg) repeat-x top right;}
a.s_nav_active:visited       {display: block;width:127px;color: #0186C9;font-weight: bold;height:18px;line-height:18px;border: 1px solid #CCCCCC;padding: 0px 3px 0px 3px;margin-bottom:5px;background: url(../template_images/sidebar/title.jpg) repeat-x top right;}
a.s_nav_active:hover         {display: block;width:127px;color: #0186C9;font-weight: bold;height:18px;line-height:18px;border: 1px solid #CCCCCC;padding: 0px 3px 0px 3px;margin-bottom:5px;background: url(../template_images/sidebar/title.jpg) repeat-x top right;}

* html a.s_nav_active                  {width: 135px}
* html a.s_nav_active:link             {width: 135px}
* html a.s_nav_active:active           {width: 135px}
* html a.s_nav_active:visited          {width: 135px}
* html a.s_nav_active:hover            {width: 135px}

a.nav_sub_item               {color: #666666;line-height:18px}
a.nav_sub_item:link          {color: #666666;line-height:18px}
a.nav_sub_item:active        {color: #666666;line-height:18px}
a.nav_sub_item:visited       {color: #666666;line-height:18px}
a.nav_sub_item:hover         {color: #0186C9;line-height:18px}

a.nav_sub_item_active               {color: #0186C9;font-weight: bold;line-height:18px}
a.nav_sub_item_active:link          {color: #0186C9;font-weight: bold;line-height:18px}
a.nav_sub_item_active:active        {color: #0186C9;font-weight: bold;line-height:18px}
a.nav_sub_item_active:visited       {color: #0186C9;font-weight: bold;line-height:18px}
a.nav_sub_item_active:hover         {color: #0186C9;font-weight: bold;line-height:18px}


/* MODULE (side) BOX(S) */

div.mod_box {
    width: 135px;
    margin: 0px 0px 5px 0px;
}

div.mod_box span {
    text-align: left;
    display: block;
    line-height: 18px;
    font-weight: bold;
    font-size: 12px;
    color: #0186C9;
    background: url(../template_images/sidebar/title.jpg) repeat-x top right;
    height: 18px;
    border: 1px solid #CCCCCC;
    padding-left: 5px;
    margin-bottom: 5px;
}    

div.mod_box div {
    border: 1px solid #CCCCCC;
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 95px;
    height: 20px;
    border: 1px solid #CCCCCC;
}    

#adspace {
    padding-left:5px
}

/*footer*/

td.footer a             {color: #000000}
td.footer a:link        {color: #000000}
td.footer a:active      {color: #000000}
td.footer a:visited     {color: #000000}
td.footer a:hover       {color: #000000}

td.footer div.container {
    position: relative;
    color: #FFFFFF;
    background: url('../template_images/footer/bg.jpg') repeat-x top left;
    height: 34px;
    line-height: 24px;
    width: 100%;
}

td.footer div.container a             {color: #FFFFFF}
td.footer div.container a:link        {color: #FFFFFF} 
td.footer div.container a:active      {color: #FFFFFF} 
td.footer div.container a:visited     {color: #FFFFFF} 
td.footer div.container a:hover       {color: #FFFFFF} 

td.footer div.cnr_L {
    position: absolute;
    width: 26px;
    height: 33px;
    top: 0px;
    left: 0px;
}

td.footer div.cnr_R {
    position: absolute;
    width: 26px;
    height: 33px;
    top: 0px;
    right: 0px;
}

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   padding-top: 9px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
}

/* HELP */

#help {
    color: #666666;
}

#help a {
    color: #666666;
}

table.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

table.help_body {
    width: 100%;
    border-top: 1px solid #006AC;
    padding-top: 10px;
}

td.help_icon {
    text-align: left;
    width: 16px;
}

a.help_addresslink:link     {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:visited  {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:active   {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:hover    {color: #000000; font-size: 12px; text-decoration: underline}

td.help_section {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}    

td.help_question {
    font-weight: bold;
    color: #666666;
    padding: 3px 0px 3px 10px;
}    

td.help_answer {
    color: #000000;
    padding-left: 20px;
}    

table.help_topten {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    margin-top: 25px;
}

td.help_topten_header {
    font-weight: bold;
    color: #000000;
}   

#filerow {}

#filerowalt {
    background: #F8F8F8;
}

/* NEWS */

div.news h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.news span {
    display: block;
    font-style: italic;
}

/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #CCCCCC;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #666666;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_right input, textarea {
   font-size: 11px;
   color: #000000;
   width: 200px;
   border: 1px solid #CCCCCC;
   margin: 5px 0px 5px 0px;
   overflow: auto;
   font-family:  Arial, Helvetica, sans-serif;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  

input.field {
   font-size: 11px;
   color: #000000;
   border: 1px solid #666666;
}

input.comments{
   font-size: 11px;
   color: #000000;
   border: 1px solid #666666;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #CCCCCC;
   border: 1px solid #666666;
}

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

/*common*/  

#location {
    text-align: left;
    color: #666666;
    height: 20px;
    padding: 5px 0px 5px 5px;
}    

#location a {
    color: #666666;
}

a               {color: #666666; text-decoration: none}
a:link          {color: #0186C9; text-decoration: none}
a:active        {color: #666666; text-decoration: none}
a:visited       {color: #0186C9; text-decoration: none}
a:hover         {color: #0056A5; text-decoration: none}

table           {font-size: 12px;color: #666666}
td              {font-size: 12px;color: #666666} 

div             {margin: 0px;padding: 0px}

p               {font-size: 12px;color: #666666;margin: 0px; padding: 5px 0px 10px 0px}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 10px;color: #666666}
textarea        {font-size: 11px;color: #000000}
input           {font-size: 11px}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #0056A5;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

h2              {
    font-size: 14px;
    font-weight: bold;
    color: #0186C9;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

h3              {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


hr  {
    border-width: 0px;
    color: #DECEB4;
    background: #CCCCCC;
    height: 1px;
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ol {
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

li {
    font-size: 12px;
    color: #666666;
}

html>body li {
    padding: 0px;
    margin: 0px;
}