body{
	margin:2px 0 40px 0;
	text-align:center;
	font-family:Verdana, "sans serif";
	background-color:#333;
	color:#000;
	font-size:62.5%;
}
div.dTop{
	margin:0 auto;
	padding:0;
	border:0;
	width:760px;
	background-image:url(../images/logo_rti.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:143px;
}
div.dCont{
	border:0;
	padding:0;
	width:760px;
	margin:0 auto;
	background-color:#FFFFFF;
	color:#000;
}
/* same in every page? */
h1.h1PageTop{
	float:right;
	border:0;
	margin:60px 50px 0 0;
	padding:0;
	font-size:1.8em;
	font-weight:bold;
	font-style:italic;
	/*line-height:3.5em;*/
	background-color:transparent;
	color:#FFFFFF;
}
/*- Menu Tabs H--------------------------- */
    #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
	  	font-weight:bold;
		margin:0;
		border:0;
		padding:0;
		/*height:30px;*/
      }
    #tabsH ul{
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url(../images/tableftH.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url(../images/tabrightH.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

    #tabsH #current a {
                background-position:0% -42px;
        }
    #tabsH #current a span {
                background-position:100% -42px;
        }
/*end tab navigation*/
div.dItem{
	clear:both;
	margin:10px 20px 20px 20px;
	border:0;
	padding:0;
}
h2.h2Heading{
	margin:20px 0 0 0;
	border:0;
	padding:0;
	font-size:1.5em;
	text-align:left;
	font-variant:small-caps;
	color:#1c4314;
	clear:both;
}
h3.h3Sub{
	margin:0 0 10px 15px;
	border:0;
	font-size:1.4em;
	padding:0;
	text-align:left;
	color:#1c4314;
}
h4.h4Foot{
	margin:20px 0 0 0;
	border:0;
	padding:0 0 10px 0;
	clear:both;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	background-color:#000000;
	color:#FFFFFF;
}
p.pBody{
	margin:10px 0 10px 0;
	border:0;
	padding:0;
	font-size:1.2em;
	line-height:1.3em;
	text-align:justify;
}
ul.ulGen{
	margin:0 5px 5px 10px;
	padding:0 0 0 20px;
	border:0;
	width:450px;
	text-align:left;
}
li.liGen{
	margin:0;
	border:0;
	padding:0;
	font-size:1.3em;
	list-style:disc outside;
	text-align:left;
	line-height:1.4em;
}
/* used as divider */
br.brClear{
	clear:both;
}
a.main:link, a.main:visited, a.main:active{
   color: #484848;
   text-decoration: none;
}
a.main:hover {
	color: white;
	text-decoration: none;
	
}
/* Images with captions */
table.tabImageL{
	float:left;
	margin:5px 5px 5px 0;
	padding:0;
	border:0;
	text-align:center;
	table-layout:auto;
	width:1px;
}
table.tabImageR{
	float:right;
	margin:5px 0 5px 5px;
	border:0;
	padding:0;
	text-align:center;
	clear:right;
}
td.tdImage{
	margin:0;
	border:0;
	padding:0;
	text-align:center;
	font-size:0.9em;
	font-style:italic;
}
img.imgInTd {
	margin:0;
	padding:1px 1px 2px 1px;
	border:1px solid black;
}
hr.hrDivider {
width:100%;
height:1px;
margin:5px 0 0 0;
clear:both;
border-top:0;
border-right:0;
border-bottom:1px solid black;
border-left:0;
}

/* table form */
table.tabForm{
	margin:0 auto;
	border:0;
	padding:0;
	width:500px;
}

td.tdLeft {
	text-align:right;
}


td.tdRight {
	text-align:left;
}







