body 
{
  /*Blue: #69CFEC  Light brown 64574f*/
 	color:#999999;
	font: normal 14px Tahoma, Arial;
	background:url(../../_respub/_site/_img/stage_bg.gif);
	line-height:1.35em;
  text-align:center; /*IE */
  text-align:-moz-center;margin:3px auto 20px auto;/*FF*/   
}

table.wholeWidth 
{
  width:800px;
  border:0px;  
}

td.pgBody 
{
  width:100%;
  text-align:center;
	background:#261406 url(../../_respub/_site/_img/body_bg.gif) top repeat-x;
	min-height:500px;
}

td.bodyMid 
{
  width:100%;
	background:#645146 url(../../_respub/_site/_img/midbody_bg.gif) top repeat-x;
}

td {
	font: normal 14px Tahoma, Arial;
}
.text_content
{
  line-height:1.75em;
}

h1, h2, h3, h4, h5 
{  
  margin: 0px;
}

h1 
{
  color: #216572;
  font-size: 35px;
}

h2 
{  
  color: #216572;
  font-size: 24px;
}

h3 
{
  color: #216572;
  font-size: 18px;
}

h4 
{
  color: #0072bc;
  font-size: 16px;
  background:#ffffff url(../../_respub/_site/_img/bulletBlue.gif) no-repeat left;
  background-color:transparent;
  padding-left:26px;
  
}
h5 
{
  color: #7aaf1d;
  font-size: 14px;  
  background:#ffffff url(../../_respub/_site/_img/bulletGreen.gif) no-repeat left;
  background-color:transparent;
  padding-left:13px;
}

.section_header
{	
	background:#ffffff url(../../_respub/_site/_img/accordion_hdr_bg.png) top repeat-x;
	padding:5px 0 10px 5px;
}

a {
color: #2a92d5;
text-decoration:none;
}

a:hover {
color: #0072bc;
text-decoration:underline;
}

a.no_line {
color: #2a92d5;
text-decoration:none;
}

a.no_line:hover {
color: #0072bc;
text-decoration:none;
}

a.gray_link1 {
color: #4e423a;
text-decoration: none;
}

a.gray_link1:hover {
color:#ad978c;
text-decoration:underline;
}

a.gray_link2 {
color:#716056;
text-decoration: none;
}
a.gray_link2:hover {
color:#ad978c;
text-decoration:underline;
}

a.gray_link3 {
color:#bbbbbb;
text-decoration: none;
}

a.gray_link3:hover {
color:#ad978c;/*Blue: #69CFEC  Light brown 64574f*/
text-decoration:underline;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;
}

.image_with_border {
border: 1px dotted #5fb2e8;
padding:3px;
}
.hdr
{
	padding:2px 0;
}

/************************************************************************************/
.footer 
{
  color:#4e423a;
	height:35px;	
	background-color:Transparent;
	background:url(../../_respub/_site/_img/footer_bg.gif) top repeat-x;
}

/**********************************************************************************************/

.brown-text-regular {
color: #AC4B2E;
text-decoration: none;
}

.brown-text-underline {
color: #AC4B2E;
text-decoration: underline;
}

.broun-text-regular {
color: #de4e06;
text-decoration: none;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}
.gray_text{
color: #cccccc;
text-decoration: none;
}
.blue_text{
color: #69CFEC;
text-decoration: none;
}

/*------------------------------------*/
/*Accordion*/ 
.accordionHeader
{
	background:#e6ebf0 url(../../_respub/_site/_img/Details.png) right center no-repeat;
	padding:5px;
	margin-top:10px;
	cursor:pointer;
}

.accordionHeader:hover
{
	background-color:#c0eda2;
}

.accordionHeaderSelected
{	
	background:#ffffff url(../../_respub/_site/_img/accordion_hdr_bg.png) top repeat-x;
	padding:8px 5px 8px 5px;
	margin-top:10px;
}

.accordionContent
{
	border: 1px dotted #e6ebf0;
	border-top:none;
	padding:5px 10px 15px 0;
	margin-bottom:10px;	
}