/*Esisheet css style sheet*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	z-index: 1000;
}

.header
{
 width: 100%;
 height: 30px;
 background-color: #FFFFFF;
 padding-top: 10px;
}

 ul.mainnav
  {
    display: inline;
	list-style-type: none;
	margin-bottom: 10px;
  }
  
ul.mainnav li {
	text-decoration: none;
	font-weight: bold;
	display: inline;
    font-size: 0.7em;
	margin-bottom: 15px;
	margin-right: 10px;
 }

ul.mainnav li a:link, ul.mainnav li a:visited 
{
 font-weight: normal;
 font-weight: bold;
 text-decoration: underline;
 color: #000000;
 }
 
ul.mainnav li a:hover, ul.mainnav li a:active
{
 text-decoration: underline;
 color: #FF0000;
 }
 
 .content
{
 width: 100%;
 height: auto;
 border: none;
 border-collapse: collapse;
 font-size: 0.9em;
 text-align: left;
 color:	#000000;
 }
 
.contlft
{
width: 67%;
height: auto;
vertical-align: top;
padding-left: 15px;
}

.contlft p
{
font-size: 0.8em;
font-weight: bold;
color: #000000;
}

.contrt
{
width: 33%;
height: auto;
vertical-align: top;
}

.contrt img
{
float: right;
}

#reg
{
font-size: 0.7em;
}

.footer
{
width: 100%;
height: auto;
}
 
 .footer p, .footer a:link, .footer a:visited 
{
 text-align: center;
 font-weight: normal;
 font-size: 0.9em;
 text-decoration: none;
 margin-top: 10px; 
 color: #C36F00;
 }
 
.footer p, .footer a:hover, .footer a:active
{
 text-align: center;
 font-weight: bold;
 font-size: 0.9em;
 text-decoration: underline;
 margin-top: 10px; 
 color: #000000;
 }
 
 .footer hr
 {
  width: 95%;
  color: #FF0000;
  }
 
 #footxt
 {
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
 }
 
 #footxt a:link, #footxt a:visited 
{
 text-align: center;
 font-weight: normal;
 font-size: 1.0em;
 text-decoration: none;
 margin-top: 10px; 
 color: #C36F00;
 }
 
#footxt a:hover, #footxt a:active
{
 text-align: center;
 font-weight: bold;
 font-size: 1.0em;
 text-decoration: underline;
 margin-top: 10px; 
 color: #000000;
 }
 
 

 
