body
{
  background-color: #565656;
  font-family: "Arial";
  font-size: 12px;
}


#main
{
  width: 980px;
  background-color: #FFFFFF;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
}


#header
{
  width: 980px;
  height: 140px;
  background-color: #5700ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image:url(../images/header_bg.png);

}


#mainnavigation
{
  font-size: 16px;
  font-weight: bold;
}


#mainnavigation a
{
  background-image:url(../images/overlay.png);
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  color: #ff9900;
  margin-left: 3px;
  margin-right: 3px;
}


#mainnavigation a:hover
{
  color: #0000AA;
}

#content
{
  width: 980px;
  height: 600px;
}

#content_2
{
  padding-left: 15px;
  padding-right: 15px;
  width: 950px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  font-size: 14px;
}


#content_2 li
{
  line-height: 19px;
}


#content_2 h2
{
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}


#content_2 h3
{
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


#leftnavigation
{
  width: 105px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  background-color: #DDDDFF;
  padding-left: 5px;
  border-radius: 5px;

}




#leftnavigation a
{
  text-decoration: none;
  color: #ff9900;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}


#leftnavigation a:hover
{
  color: #0000AA;
}





#rightcontent
{
  float: right;
  width: 830px;
  height: 580px;
  font-size: 14px;
  padding-top: 3px;
  padding-left: 10px;
  text-align: justify;
  overflow-y: auto;

}


#rightcontent li
{
  line-height: 19px;
}


#rightcontent h2
{
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}


#rightcontent h3
{
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


#rightcontent a
{
  text-decoration: none;
  color: #ff9900;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}


#rightcontent a:hover
{
  color: #0000AA;
}

#overflowtext
{
  width: 790px;
  padding-left: 10px;
}



#overflowtext a
{
  text-decoration: none;
  color: #ff9900;
  display: block;
  font-size: 14px;
  font-weight: bold;
}


#overflowtext a:hover
{
  color: #0000AA;
}




#footer
{
  clear: both;
  width: 960px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  background-color: #5700ff;
  font-size: 10px;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}


#footer h1
{
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: bold;
  text-align: justify;
}


#footer a
{
  text-decoration: none;
  color: #ff9900;
  font-size: 12px;
  font-weight: bold;
}


#footer a:hover
{
  color: #0000AA;
}