body {
  background:url("../images1/rcback.gif") repeat;
}

#container 
{
  display: table;
  width: 930px;
  margin: 10px auto;
  background-color: #fff;
  color: #333;
  line-height: 100%;
} 
 
#top 
{
  display: table-row;
  padding: .5em;
  height: 122px;
  border-bottom: 1px solid gray;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #b9cee9;
} 
 
#top2
{
  display: table-row;
  height: 18px;
  background-color: #25527f;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
} 

#top2 a:link
{
  color: yellow;
  text-decoration: none;
} 

#top2 a:visited
{
  color: white;
  text-decoration: none;
} 

#top2 a:hover
{
  color: white;
  text-decoration:underline;
}

#top2 a:active
{
  color: white;
}

#footer 
{ 
  display: table-row;
  background-color: #b9cee9;
  font-weight: bold;
  font-size: 10px;
  font-family: verdana, sans-serif;
  color: blue;
  text-align: center;
} 
 
#main
{
  display: table;
  width: 930px;
  border-collapse: collapse;
}

#leftnav 
{ 
  display: table-cell;
  width: 150px;
  margin: 0; 
  padding: 1em; 
  background-color: #e5eef9;
  vertical-align: top;
} 
 
#leftnav p {
  margin: 0 0 1em 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 

#content 
{ 
  display: table-cell;
  width: 534px; 
  margin: 0; 
  padding: 1em;
  text-align: justify;
  vertical-align: top;
} 
 
#content h1
{ 
  font-weight: bold;
  font-size: 18px;
  color: #25527f;
  font-family: arial, helvetica, sans-serif;
  text-align: left;
} 
 
#content h2 { 
  margin: 0 0 .5em 0;
  font-family: Arial, Helvetica, sans-serif;
} 

#content p {
  margin: 0 0 1em 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 

#rightnav 
{ 
  display: table-cell;
  width: 150px; 
  margin: 0; 
  padding: 1em; 
  background-color: #e5eef9;
  vertical-align: top;
} 
 
#rightnav p {
  margin: 0 0 1em 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 

.header_info {
  font-weight: bold;
  font-size: 12px;
  color: red;
  font-family: verdana, arial, helvetica;
}

.header_text {
  font-size: 11px;
  color: gray;
  font-family: verdana, arial, helvetica;
  text-decoration: none;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #ff0000;
}

a:hover {
  color: #ff0000;
}

a:active {
  color: #ff0000;
}
