
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#000;
padding:0;
background-color:#fff;
width:auto; line-height:1.2em;
}

a{color: #666;text-decoration: none;}
a:link{color: #666;text-decoration: none;}
a:visited{color: #666;text-decoration: none;}
a:hover{color: #666;text-decoration: underline;}

h1{ font-family:"Times New Roman", Times, serif; font-weight:lighter; font-size:1.8em; color:#9ba4b0;}
h2{ font-size:100%; color:#9ba4b0;margin: 0px;padding: 0px;}
h3{font-size:100%; color: #999;margin: 0px; padding: 0px;}

hr{ height:1px; color:#ccc;}
p{ line-height:1.2em;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logoTopNav {width:90%; height:100px; background-image:url(images/logo_RTC.gif); background-position:right; background-repeat:no-repeat; float:left; color:#999;}
#logoTopNav p{ display:none;}
#boxFrame {width:90%; border:1px solid #364f6f; margin:0; padding:20px;}
#boxLeft { display:none;}
#boxLeft1 { display:none;}
#boxLeftBottom { display:none;}
#boxLeftBottom p{ display:none;}
#boxLeftBottomWhite { display:none;}
#boxLeftBottomWhite p{ display:none;}
#boxNav { display:none;}
#boxNav a{ display:none;}
#boxNav a.activ{ display:none;}
#boxNav p{ display:none;}

#subNav { display:none;}
#subNav a{ display:none;}
#subNav a.activ{ display:none;}

#content {width:100%;}
.story { padding:0;}
.story a:link,a:hover{text-decoration:none;}
.story ul{ list-style-type:circle; line-height:1.5em;}


#footer { display:none;}

