body {

  text-align: center;

  padding: 25px;

  margin: 0px;

  background-color: #33405A;

  font-family: verdana, arial, helvetica, sans-serif;

  font-size: 12px;

  color: #C6CCD9;

}



div#container {

  width: 780px;

  margin: auto;

  text-align: left;

}



div#left {

  float: left;

  height: 472px;

  width: 166px;

  background-repeat: no-repeat;

  background-image: url(images/menuback.jpg);

}



div#right {

  height: 500px;

  width: 780px;

  background-repeat: no-repeat;

  background-position: top right;

  background-image: url(images/contentback.jpg);

}



div#content {

  height: 420px;

  width: 556px;

  overflow: auto;

  padding: 14px;

  padding-left: 10px;

    SCROLLBAR-ARROW-COLOR: #FFFFFF;

	SCROLLBAR-BASE-COLOR: #000000;

	SCROLLBAR-FACE-COLOR: #33405A;

	SCROLLBAR-HIGHLIGHT-COLOR: #96a2b9;

	SCROLLBAR-SHADOW-COLOR: #96a2b9;

	SCROLLBAR-3DLIGHT-COLOR: #000000;

	SCROLLBAR-TRACK-COLOR: #33405A;

}



a#info {

  display: block;

  width: 50px;

  margin-top: 110px;

  margin-left: 85px;

  height: 15px;

}


a#current {

  display: block;

  width: 100px;

  margin-top: 25px;

  margin-left: 35px;

  height: 15px;

}



a#next {

  display: block;

  width: 60px;

  margin-top: 20px;

  margin-left: 74px;

  height: 15px;

}



a#past {

  display: block;

  width: 54px;

  margin-top: 20px;

  margin-left: 80px;

  height: 15px;

}



a#submit {

  display: block;

  width: 81px;

  margin-top: 23px;

  margin-left: 53px;

  height: 15px;

}



a:link {

	color: #C6CCD9;

	text-decoration: none;

	font-weight: bold;

}

a:visited {

	text-decoration: none;

	color: #C6CCD9;
    
    font-weight: bold;

}

a:hover {

	text-decoration: underline overline;

	color: #5E6D8C;

}

a:active {

	text-decoration: none;

	color: #C6CCD9;

}

