body {
  background-color: #D5D5D5;
  background-image: url('../images/page-bg.gif');
  background-repeat: repeat-x;
  margin: 0px;
}

body, td, p {
  font-family: Verdana, Arial, Helvetica, Tahoma;
  font-size: 8pt;
  color: 333333;
}

p {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-family: Times New Roman;
  font-size: 2em;
  font-weight: normal;
  color: #384C93;
  margin-bottom: 5px;
}

a {
	color: #233E9C;
}

.pageHolder {
  background-color: #FFFFFF;
  width: 855px;
  padding: 10px;
  text-align: left;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.topmost {
  height: 92px;
  background-color: #334172;
  background-image: url('images/topmostright-bg.gif');
  background-repeat: repeat-x;
  border-bottom: 3px solid #33BBDD;
}

.top2 {
  #margin-left: -8;
  width:100%;
  #width:101%;
}
td.top2 {
  background-image: url('images/glass.jpg');
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-top: 5px;
  padding-bottom: 16px;
  vertical-align: bottom;
}

.pageContent {
  border-top: 5px solid #666666;
  margin: 0px 10px;
}

.grayBox {
	width: 233px;
	background-image: url(images/right-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}

.menuTop {
  margin-top: 65px;
  padding-top: 3px;
  padding-right: 10px;
  float: right;
  color: white;
}
.menuTop a {
  color: white;
  text-decoration: none;
}
.menuTop a:hover {
  text-decoration: underline;
}

ul.menuMiddle {
  list-style-image: url('images/mm-bullet.gif');
  margin-left: 30px;
  padding-left: 0px;
  margin-bottom: 15px;
}
ul.menuMiddle li {
  margin-top: 5px;
}
ul.menuMiddle a {
  color: #333333;
  text-decoration: none;
}
ul.menuMiddle a:hover {
  text-decoration: underline;
}

ul.menuMain {
  background-color: #384C93;
  list-style-type: none;
  margin-left: 0px;
  margin-top: 0px;
  padding: 15px 10px;
  float: left;
  width: 225px;
}
ul.menuMain li {
  color: #ffffff;
  font-weight: bold;
  border-top: 1px solid #638BAE;
  padding: 5px;
}
ul.menuMain a {
  color: #ffffff;
  text-decoration:none;
}
ul.menuMain a:hover {
  text-decoration:underline;
}

img#book {
  margin-left: -8;
  #margin-left: 0;
}

.header1 {
  font-family: Times New Roman;
  font-size: 2em;
  font-weight: normal;
  color: #408C8C;
  margin-bottom: 5px;
}
.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
	margin-top: 10px;
}
