h1,h2,h3,h4, hr, i
{
  color: #257ed0;
  font-weight:bold;
}

i
{
margin-bottom:5px;
}

body
{
  background:#dddddd;
  margin-top:0px;
  margin-bottom:0px;
}
#container
{
	width:800px;
	margin: 0px auto;
  font-family:verdana;
  font-size:10pt;
  background:#FFFFFF;
}

	#header
	{
		width:800px;
	
	}
	#content
	{
		width:800px;
    background-color:#FFFFFF;
    overflow:auto;

	}
  #header
  {
    margin-bottom:-3px;
  }
  
  

		#content_center
		{
			width:520px;
			float:left;
      background:#FFFFFF;
      padding:7px;
      height:670px;
      _margin-top:15px;
         
		}
		#content_right
		{
			width:200px;
			float:left;
      margin-left:36px;
      padding-top:50px;
      font-size:11px;
      background:#FFFFFF;
      padding:5px;
      height:674px;
		}
    
    .linkstyle
    {
      text-decoration:none;
      font-size:13pt;
      color:#257ed0;
    }
    
     .linkstyle:hover
    {
      text-decoration:none;
      font-size:13pt;
      color:#3185d3;
    }



#copyright
	{
		width: 800px;
    height: 20px;
    margin: 0px;
    padding-top: 10px;
    float: left;
    text-align: center;
    color: #000000;
    font-family: verdana;
    font-size: 8pt;
    font-weight: bolder;
    background-color:#DDDDDD;
	}