hr {
    color: #E0E0E0;
}
a:link,
a:active,
a:visited {
    color: #135586;
    font-size: 94%;
    text-decoration:underline;
    font-weight:bold;
}
a:hover {
    text-decoration:underline;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: left;
    background: #FFFFFF;
    color: #000000;
    line-height:1.2em;
    font: 76% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    padding-top: 20px;
    line-height: 0.5em;
    font-size: 250%;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    color:#7bbdeb; /*#9dceee;*/
    margin-left: 30px; 
    text-align: right;
    font-weight: bold;
    
}

#descr {
    padding-bottom: 30px;
    padding-right: 50px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    color:#1b598a; 
    margin-left: 30px;
    text-align: right;
    font-weight: bold;
    font-size: 100%;
    
}



h2 {
    line-height:1.2em;
    font-size: large;
}

h3 {
    line-height:1.2em;
    font-size: larger;
}

h4 {
    line-height:1.2em;
    font-size: small;
    text-decoration:bold;
}

h6 {font-size: 10px;}

ul {
    line-height:1.7em;
}

.logo {
    margin-left: 20px;
    margin-top: 20px;
    
}

.heads_outline {
    width:100%;
    height:150px;
    background-image: url(/images/heads.gif);
    background-repeat: repeat-x;
    background-position: left bottom;	
}

.leftside {
    float:left;
    width:174px;
    background:transparent url(/images/menu_bg.gif) repeat-y left top;

}

table.leftsidetable {
    width:100%;
}

table.leftsidetable th {
    border: 1px solid #000000;	
    color:#FFFFFF;
    line-height:2em;
    background-color:#484848;
    height:2.4em;
    text-align:left;
    padding-left:15px;
    font-weight:normal;
    font-size:small;
}

.leftside table td {
    line-height: 1.5em;
    color:#CCCCCC;
}

.leftside a:link,
.leftside a:active,
.leftside a:visited {
    color:#FFFFFF;
}

.leftside a:hover {
    background-color:#484848;
    color:#FFFFFF;
    text-decoration:none;
}

/** generic menu item **/
.mainlevel  {
    display:block;
    height:25px;
    line-height:25px;
    padding-left:15px;
    background:transparent url(/images/menu_bg_2.gif) repeat-x center top;
    font-weight:bold;
    text-decoration:none;
}

.mainlevelfirst  {
    display:block;
    height:25px;
    line-height:25px;
    padding-left:15px;
    font-weight:bold;
    text-decoration:none;
}


.content {
    /*margin-left: 24px;*/
    /*margin-right: 44px;*/
    
    
}


.pathway {
    display:block;
    text-align:left;
    color:#000000;
    font-size:x-small;
    font-weight:bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    height:2em;
    margin-bottom:2em;
}

.pathway a:link,
.pathway a:active,
.pathway a:visited {
    color:#999999;
    text-decoration:none;
}

.contenthead {
    color:#3973AC;
    font-size: x-large;
    line-height:1.8em;
    text-decoration:none;
}

.itemhead {
    color:#3973AC;
    font-size: small;
    line-height:1.5em;
    font-weight:bold;
    margin-top:24px;
    margin-bottom:10px;
}

.itemshort {
    margin-left:30px;
}

.itemhead a:link,
.itemhead a:active,
.itemhead a:visited {
    color:#3973AC;
    text-decoration:none;
}


.content table {background-color: #B0B0B0;}
.content table td {background-color: #F5F5F5; padding-left: 0px; padding-right: 0px;}
.content table th {background-color: #C0C0C0;}

.topnav A:active {
    font-size:x-small; 
    COLOR: #ffffff; 
    TEXT-DECORATION: none;
    font-weight:normal;
}
.topnav A:link {
    font-size:x-small; 
    COLOR: #ffffff; 
    TEXT-DECORATION: none;
    font-weight:normal;
}
.topnav A:visited {
    font-size:x-small; 
    COLOR: #ffffff; 
    TEXT-DECORATION: none;
    font-weight:normal;
}

.leftsidelinks A:active {
    COLOR: #ffffff; 
    TEXT-DECORATION: none;
    font-weight:normal;
}
.leftsidelinks A:link {
    COLOR: #ffffff; 
    TEXT-DECORATION: none;
}
.leftsidelinks A:visited {
    COLOR: #ffffff; 
    TEXT-DECORATION: none;
    font-weight:normal;
}

.leftsidelinks {
    vertical-align:top;
}

.content-pad {
    padding-top: 20px;
    padding-left: 55px;
    padding-right: 50px;
} 


#tabsJ {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:110%;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      font-weight: bold;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#135586;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

#reviewcomments {
   
  /*background: #fff url(images/corners/gradient-inner2.png) repeat-x 0 0;*/
  float: left; /* LTR */
  clear: left; /* LTR */
  padding-left: 0em; /* LTR */
  padding-right: 0em;

}


.top-left {

background-image: url('/corners/tl1.png');
height: 38px;
margin-right: 38px;
}


.top-right {

float: right;
margin-top: -38px;
background-image: url('/corners/tr1.png'); 
height: 38px; 
width: 49px;
}


.bottom-left {

background-image: url('/corners/bl1.png');
height: 38px;
margin-right: 38px;
}

.bottom-right {

background-image: url('/corners/br1.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftg {

background-image: url('/corners/tlg.png');
height: 38px;
margin-right: 38px;
}


.top-rightg {

float: right;
margin-top: -38px;
background-image: url('/corners/trg.png'); 
height: 38px; 
width: 49px;
}


.bottom-leftg {

background-image: url('/corners/blg.png');
height: 38px;
margin-right: 38px;
}

.bottom-rightg {

background-image: url('/corners/brg.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftb {

background-image: url('/corners/tlb.png');
height: 38px;
margin-right: 38px;
}


.top-rightb {

float: right;
margin-top: -38px;
background-image: url('/corners/trb.png'); 
height: 38px; 
width: 49px;
}


.bottom-leftb {

background-image: url('/corners/blb.png');
height: 38px;
margin-right: 38px;
}

.bottom-rightb {

background-image: url('/corners/brb.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftgr {

background-image: url('/corners/tlgr.png');
height: 38px;
margin-right: 38px;
}


.top-rightgr {

float: right;
margin-top: -38px;
background-image: url('/corners/trgr.png'); 
height: 38px; 
width: 49px;
}


.bottom-leftgr {

background-image: url('/corners/blgr.png');
height: 38px;
margin-right: 38px;
}

.bottom-rightgr {

background-image: url('/corners/brgr.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftgray {

background-image: url('/corners/tlgray.png');
height: 38px;
margin-right: 38px;
}


.top-rightgray {

float: right;
margin-top: -38px;
background-image: url('/corners/trgray.png'); 
height: 38px; 
width: 49px;
}


.bottom-leftgray {

background-image: url('/corners/blgray.png');
height: 38px;
margin-right: 38px;
}

.bottom-rightgray {

background-image: url('/corners/brgray.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-lefto {

background-image: url('/corners/tlo.png');
height: 38px;
margin-right: 38px;
}


.top-righto {

float: right;
margin-top: -38px;
background-image: url('/corners/tro.png'); 
height: 38px; 
width: 49px;
}


.bottom-lefto {

background-image: url('/corners/blo.png');
height: 38px;
margin-right: 38px;
}

.bottom-righto {

background-image: url('/corners/bro.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftc {

background-image: url('/corners/tlc.png');
height: 38px;
margin-right: 38px;
}


.top-rightc {

float: right;
margin-top: -38px;
background-image: url('/corners/trc.png'); 
height: 38px; 
width: 49px;
}


.bottom-leftc {

background-image: url('/corners/blc.png');
height: 38px;
margin-right: 38px;
}

.bottom-rightc {

background-image: url('/corners/brc.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftb1 {

background-image: url('/corners/tlb1.png');
height: 38px;
/*margin-right: 38px;*/
}

.top-rightb1 {

float: right;
margin-top: -38px;
background-image: url('/corners/trb1.png'); 
height: 38px; 
width: 49px;
}

.bottom-leftb1 {

background-image: url('/corners/blb1.png');
height: 38px;
/*margin-right: 38px;*/
}

.bottom-rightb1 {

background-image: url('/corners/brb1.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftb3 {

background-image: url('/corners/tlb3.png');
height: 38px;
/*margin-right: 38px;*/
}

.top-rightb3 {

float: right;
margin-top: -38px;
background-image: url('/corners/trb3.png'); 
height: 38px; 
width: 49px;
}

.bottom-leftb3 {

background-image: url('/corners/blb3.png');
height: 38px;
/*margin-right: 38px;*/
}

.bottom-rightb3 {

background-image: url('/corners/brb3.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.top-leftg1 {

background-image: url('/corners/tlg1.png');
height: 38px;
/*margin-right: 38px;*/
}

.top-rightg1 {

float: right;
margin-top: -34px;
background-image: url('/corners/trg1.png'); 
height: 34px; 
width: 49px;
}

.bottom-leftg1 {

background-image: url('/corners/blg1.png');
height: 38px;
/*margin-right: 38px;*/
}

.bottom-rightg1 {

background-image: url('/corners/brg1.png');
background-position: 100% 0;
background-repeat: no-repeat;
height: 38px;
margin-top: -38px;
}

.trborder {
border-right: 1px solid #cecece;
border-top: 1px solid #cecece;

} 

table.nobreak td { 
white-space: nowrap; 
}
