﻿body 
{
  text-align:center;
  font-family: Georgia, Serif;
  background-color: #3399ff;
  margin-left:0px;
  margin-right: 0px;
  margin-top: 0px;
}

#frame 
{
    width: 800px;
}

#banner 
{
    width: 800px;
    height: 200px;
    
}

#menu 
{
    width: 800px;
    height: 27px;
    background-color: #3399ff;
    
}

#mainbody 
{
  width:800px;
  margin-top:0px;
  text-align:left;
  background-color:White;
  border:solid 1px #000000;
  padding-bottom: 5px;
}

#leftcontent 
{
  float:left;
  width: 550px;
  height:auto;
  background: #F5F5F5;
  padding: 10px;
  margin:5px;
  }
  
#HSleftcontent 
{
  float:left;
  width: 770px;
  height:auto;
  background: #F5F5F5;
  padding: 10px;
  margin:5px;
  }
  
#rightcontent 
{
  float:right;
  position:absolute;
  width:185px;
  height: auto;
  background: #DDEEFF;
  border: 1px dashed #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#disclaimer
{
    width: 790px;
    height: auto;
    font-size: x-small;
    background:white;
    border:solid 1px #000000;
    border-top: none;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#footer
{
    width: 800px;
    height: 33px;
    font-size: x-small;
    background:white;
    border:solid 1px #000000;
    border-top:none;
}

#rightcontent p {
  font-size:11px;
  font-family: Tahoma;
  text-align:left;
  padding-left: 5px;
}

#rightcontent h2 
{
  text-align:center;
  font-size:medium;
  font-weight:bold;
  color: #cc6666;
}

#leftcontent a {
  font-size:12px;
  line-height:2;
}

#leftcontent h1 
{
  text-align:center;
  font-weight:bold;
  font-size:x-large;
  color:Blue;
  line-height:2;
}

#leftcontent h2 
{
  text-align:left;
  font-size:12px;
  line-height:2;
}


#leftcontent p 
{
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
    font-size:12px;
}

h1 {
  font-size:x-large;
  }
  
h1#center {
  font-size:x-large;
  text-align:center;
  }
    

p#center
{
    text-align:center;
    font-size:small;
}
   
   
p#left
{
    text-align:left;
    font-size:small;
}
     