
a:link {
text-decoration: underline;
color:#000000
} /* unvisited link */
a:visited {
text-decoration: underline;
color:#000000
} /* visited link */
a:hover {
text-decoration: underline;
color:#000099
} /* mouse over link */
a:active {
text-decoration: underline;
color:#000099
} /* selected link */

a.two:link {
text-decoration: underline;
color:#10e300
} /* unvisited link */
a.two:visited {
text-decoration: underline;
color:#10e300
} /* visited link */
a.two:hover {
text-decoration: underline;
color:#10e300
} /* mouse over link */
a.two:active {
text-decoration: underline;
color:#10e300
} /* selected link */

body
{
  margin: 0px;
  background: url("images/bg.gif");
}

#main
{
  margin: auto;
  width: 980px;
  font-family: Arial;
  color: #000000;
  font-size: 15px;
  text-align: center;
}

#left
{
  background: url("images/left.png");
  background-repeat: repeat-y;
  width: 10px;
  height: 710px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
}

#right
{
  background: url("images/right.png");
  background-repeat: repeat-y;
  width: 10px;
  height: 710px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: right;
}

#top
{
  width: 960px;
  height: 200px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
}

#menu
{
  background: #10e300;
  color: #ffffff;
  text-align: left;
  font-size: 18px; 
  width: 220px;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
}

#maintext
{
  background: #ffffff;
  width: 700px;
  height: 490px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  color: #000000;
  font-size: 15px;
  overflow: auto;
  float: left;
}

#footer
{
  background: url("images/footer.jpg");
  background-repeat: repeat-x;
  width: 960px;
  height: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
}

#jhmedia
{
  text-align: center;
  width: 960px;
  height: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
}

