/* ------------------- GENERAL FORMATING ------------------- */

body , dt , dd , dl , sl , caption, u , blink , select , option , form , font , li {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#222222;
	text-decoration: none;
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-color: #D5DDED;
	background-image: url(images/bckgd_diag.gif);
}

A:LINK {
	color: #073583;
	text-decoration: none;
} 
A:HOVER {
	text-decoration: underline;
	color: #0066CC;
} 
A:ACTIVE {
	color: #073583;
	text-decoration: none;
} 
A:VISITED {
	color: #073583;
	text-decoration: none;
}
h1 {
	color: #073583;
	font-weight:bold;
	margin-top:12px;
	font-size : 16px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}  
h2 {
	color: #CC0000;
	font-weight:bold;
	margin-top:12px;
	font-size : 16px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}  
h3 {
	font-size : 12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  
h4 {
	font-weight:bold;
	margin-top:2px;
	font-size : 11px;
	color: #003399;
}

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #073583;
	text-decoration: underline;
}
A.bodytext:HOVER { 
	color : #0066CC;
	text-decoration: underline;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #335599;
	text-decoration: none;
	font-weight: bold;
}
/* ------------------- HEADER basic text link navigation ------------------- */

.hdrnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #FFFFFF;
}
	
A.hdrnav:LINK { 
	color : #FFFFFF;
	text-decoration: none;
}
	
A.hdrnav:VISITED {
	color : #FFFFFF;
	text-decoration: none;
}
A.hdrnav:HOVER {
	color : #FFDA2F;
	text-decoration: underline;
}

/* ------------------- more general text styles ------------------- */

.white {
	font-family : "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	color : #FFFFFF;
	font-weight: normal;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #FFFFFF;
	text-decoration: none;
}

A.white:HOVER {
	color : #CCCCCC;
	text-decoration: underline;
}

.quote {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color : #444444;
	font-weight: normal;
}
	
A.quote:LINK , A.quote:ACTIVE , A.quote:VISITED {
	color : #4F4F4F;
	text-decoration: none;
}

A.quote:HOVER {
	color : #CCCCCC;
	text-decoration: none;
}

.footer { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #666666;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	font-weight : normal;
	color : #333333;
	text-decoration: underline;
}

A.footer:HOVER { 
	color : #003366;
	text-decoration: underline;
}



/* ------------------- Table cell styles ------------------- */

#tdTopBar {
	background-color: #002E78;
	border-bottom: 1px solid #D1D1D1;
	padding: 2px;
	background-image: url(images/hrtp_hm1_topbar_bckgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#tdContent {
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
	height: 300px;
}

#tdBorderBtm {
	border-bottom: 1px solid #073583;
}
#tdHdrBar {
	background-image: url(images/hrtp_hm1_hdr_bckgd.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#tdNav {
	background-color: #002E78;
	background-image: url(images/hrtp_nav_bckgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#tdNews {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #073583;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #073583;
	padding: 5px;
}

#tdBorderAll { 
border: solid 1px #073583; 
}



/*------Horizontal Navigation style ------*/
/* -- 	list-style-type: none; -- */

div#navcontainer
{
	background-image: url(images/hrtp_nav_bckgd.gif);
}

div#navcontainer ul 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	list-style-type: none;
	background-image: url(images/hrtp_nav_bckgd.gif);
}

div#navcontainer ul li 
{
display: inline; 
margin-left: -3px; 
}

div#navcontainer ul li a 
{
padding: 3px 12px 3px 12px; 
text-decoration: none; 
border-right: 1px solid #073583; 
color: #FFFFFF;
}

div#navcontainer ul li a:hover 
{
	color: #FFFFFF;
	background-image: url(images/hrtp_nav_bckgd2.gif);
	background-repeat: repeat-x;
	color: #FFDA2F;
	text-decoration: underline;

}

/*-- #active a { border-left: 1px solid #999999; } --*/

