
/* 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;
	background: url('../template_images/main_bg.jpg') repeat-y top center;
}

table.body {
    width: 780px;
    height: 100%;
    margin:0px auto 0px auto;
}

td.header_top {
    text-align:center;
    font-size: 12px;
    color: #000000;
    height: 10px;
    padding-bottom: 5px;    
}

td.header {
    height: 84px;
    background: #FFFFFF;
}

td.menu {
    height: 26px;
}  

td.outer {
    text-align:left;
    color: #000000;
    background: #FFFFFF;
    vertical-align: top;
}

table.outer{
    width: 100%;
    height: 100%;
}

td.footer {
    text-align:center;
    font-size: 10px;
    height:100px;
    color: #666666;
    border-top: 0px solid #E3E3E3;
	background: url(../template_images/header/menu_right.jpg) repeat-x top left;
}

/* HEADER */

/* header - top */

div.headertop_L {
    text-align: left;
    color: #AAAAAA;
    font-size: 10px;
    float: left;
    bottom: 0px;
}    

html>body div.headertop_L {
    height: 10px;
}

div.headertop_R {
    color: #AAAAAA;
    font-size: 9px;
    text-align: right;
    float: right;
}    

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
}    

#header {
    width: 780px;
    position: relative;
}  

#header_L{
    float: left;
    position:relative;
    width:135px;
    height:100px;
    color: #000000;
    padding-top: 20px;
}

#header_M {
    text-align: center;
    position:relative;
    width: 500px;
    height:100px;
    margin-left: 140px;
}   

* html #header_M {
    margin-left: 0px;
    left: 0px;
}

#header_R {
    text-align: left;
    top: 0px;
    right: 0px;
    position: absolute;
    width:250px;
    height:100px;
    color: #000000;
}

html>body #header_R {

}   

/*header - menu*/

div.menu {
   width: 780px;
   clear: both;
   background: url('../template_images/header/menu_right.jpg') repeat-x top left;
}        

table.navitem {
}

td.navitem {
    height: 26px;
}

td.navitem_button {
    width: 30%;
}


a.navitem:link      {text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 9px 0px 9px}
a.navitem:visited   {repeat-x bottom left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 9px 0px 9px}
a.navitem:active    {background: url('../template_images/header/menu_bg2.jpg') repeat-x top left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 9px 0px 9px}
a.navitem:hover     {background: url('../template_images/header/menu_bg2.jpg') repeat-x top left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; height: 26px;text-decoration: none; line-height: 26px;padding: 0px 9px 0px 9px}  

td.nav_border {
    width: 2px;
}

/*ENTRY*/

td.entry {
   font-size: 12px;
   background: #FFFFFF;
   width: 350px;
   border-left: 0px solid #E3E3E3;
   border-right: 0px solid #E3E3E3;
   padding: 0px 0px 20px 0px;
   vertical-align: top;
}

* html td.entry {
   font-size: 12px;
   background: #FFFFFF;
   width: 405px;
   border-left: 0px solid #E3E3E3;
   border-right: 0px solid #E3E3E3;
   padding: 0px 0px 20px 0px;
   vertical-align: top;
}

td.entry_head{
	text-align: left;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background: url(../template_images/header/menu_right.jpg) repeat-x top left;
    height: 26px;
    border-bottom: 0px solid #E3E3E3;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

* html td.entry_head{
	text-align: left;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background: url(../template_images/header/menu_right.jpg) repeat-x top left;
    height: 28px;
    border-bottom: 0px solid #E3E3E3;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

td.rhs {
    width: 175px;
    padding-left: 0px;
    vertical-align: top;
	
}




/*INFO*/

td.info {
   font-size: 12px;
   background: #FFFFFF;
   width: 640px;
   padding: 0px 5px 20px 5px;
   border-left: 0px solid #E3E3E3;
   border-right: 0px solid #E3E3E3;
   vertical-align: top;
}  

td.info2 {
   font-size: 12px;
   background: #FFFFFF;
   width: 100%;
   padding: 0px 5px 20px 5px;
   border-left: 0px solid #E3E3E3;
   border-right: 0px solid #E3E3E3;
   vertical-align: top;
}  

/*SIDEBAR*/

td.lhs {
    width: 175px;
    padding-right: 0px;
    vertical-align: top;
}

* html td.lhs {
    width: 200px;
    padding-right: 0px;
    vertical-align: top;
}

a.s_nav               {display: block;width:127px;color: #000000;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg2.gif') no-repeat center right;}
a.s_nav:link          {display: block;width:127px;color: #000000;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg2.gif') no-repeat center right;}
a.s_nav:active        {display: block;width:127px;color: #000000;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg2.gif') no-repeat center right;}
a.s_nav:visited       {display: block;width:127px;color: #000000;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg2.gif') no-repeat center right;}
a.s_nav:hover         {display: block;width:127px;color: #000000;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg.gif') no-repeat center right;}

* 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: #ff9900;font-weight: bold;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg.gif') no-repeat center right;}
a.s_nav_active:link          {display: block;width:127px;color: #ff9900;font-weight: bold;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg.gif') no-repeat center right;}
a.s_nav_active:active        {display: block;width:127px;color: #ff9900;font-weight: bold;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg.gif') no-repeat center right;}
a.s_nav_active:visited       {display: block;width:127px;color: #ff9900;font-weight: bold;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg.gif') no-repeat center right;}
a.s_nav_active:hover         {display: block;width:127px;color: #ff9900;font-weight: bold;border: 0px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF url('../template_images/icons/button_bg.gif') no-repeat center 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:20px}
a.nav_sub_item:link          {color: #666666;line-height:20px}
a.nav_sub_item:active        {color: #666666;line-height:20px}
a.nav_sub_item:visited       {color: #666666;line-height:20px}
a.nav_sub_item:hover         {color: #FF9900;line-height:20px}

a.nav_sub_item_active               {color: #FF9900;font-weight: bold;line-height:20px}
a.nav_sub_item_active:link          {color: #FF9900;font-weight: bold;line-height:20px}
a.nav_sub_item_active:active        {color: #FF9900;font-weight: bold;line-height:20px}
a.nav_sub_item_active:visited       {color: #FF9900;font-weight: bold;line-height:20px}
a.nav_sub_item_active:hover         {color: #FF9900;font-weight: bold;line-height:20px}

/* sub items */

td.lhs ul {
    list-style-image: transparent;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 19px
}

* html td.lhs ul {
    list-style-image: transparent;
    margin: 0px 0px 10px 21px;
    padding: 0px;
}

td.lhs ul.s_nav li {
    width: 100px;
}

/* MODULE (side) BOX(S) */

div.mod_box {
    width: 100%;
    border: 0px solid #E3E3E3;
    margin: 0px 0px 5px 0px;
}

* html div.mod_box {
    width: 100%;
}

div.mod_box span {
    text-align: left;
    display: block;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background: url(../template_images/header/menu_right.jpg) repeat-x top left;
    height: 28px;
    border-bottom: 0px solid #E3E3E3;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}  

div.mod_box span.sub {
    text-align: center;
    display: block;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background: url(../template_images/header/menu_right.jpg) repeat-x top left;
    height: 28px;
    border-bottom: 0px solid #E3E3E3;
	width: 175px;
}      

div.mod_box div {
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 110px;
} 

div.mod_box div input.field_letter {
    font-size: 11px;
    width: 110px;
	height: 20px;
	background: #FFFFFF url('../template_images/field_bg.jpg') repeat-x top left;
	border: 1px solid #649bd3;
}       

#adspace {
    padding-left:5px
}

/*footer*/

td.footer a             {color: #666666}
td.footer a:link        {color: #666666}
td.footer a:active      {color: #666666}
td.footer a:visited     {color: #666666}
td.footer a:hover       {color: #666666}

#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 {
    font-style: italic;
    color: #000000;
    padding-left: 20px;
}    

table.help_topten {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    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 #E3E3E3;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    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: 10px;
   color: #000000;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  
input.field_letter {
    font-size: 11px;
    width: 110px;
	height: 20px;
	background: #FFFFFF url('../template_images/field_bg.jpg') repeat-x top left;
	border: 1px solid #649bd3;
}       

input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #666666;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   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.black               {color: #000000; text-decoration: none}
a.black:link          {color: #000000; text-decoration: none}
a.black:active        {color: #000000; text-decoration: none}
a.black:visited       {color: #000000; text-decoration: none}
a.black:hover         {color: #000000; text-decoration: none}


a               {color: #F0871A; text-decoration: none}
a:link          {color: #F0871A; text-decoration: none}
a:active        {color: #F0871A; text-decoration: none}
a:visited       {color: #F0871A; text-decoration: none}
a:hover         {color: #F0871A; text-decoration: none}

table           {font-size: 12px;color: #000000}
td              {font-size: 12px;color: #000000} 

div             {margin: 0px;padding: 0px}

p               {font-size: 12px;color: #000000;margin: 0px; padding: 5px 0px 10px 0px}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 10px;color: #000000}
textarea        {font-size: 10px;color: #000000}
input           {font-size: 11px}

h1              {font-size: 14px;
                ;
                font-weight: bold}

h2              {font-size: 12px; 
                
                font-weight: bold}
				
h3              {font-size: 14px; 
                color: #6D9FD0;
				font-family:Georgia, "Times New Roman", Times, serif;
                font-weight: bold;
				}
* html h3 {padding-top: 10px;}				

hr  {
    border-width: 0px;
    color: #DECEB4;
    background: #E3E3E3;
    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: #000000;
}

html>body li {
    padding: 0px;
    margin: 0px;
}