body {
	color : navy;
        font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	background-image :  url(images/curlbg.gif);
}
.wrapper {
  position : relative;
  top : 0;
  width : 800px;
  position : relative;
	margin : 0 auto;  
}
.pghdr {
  left : 0;
  margin : 0;
  width : 600px;
  border : 1px solid navy;
  background: white;
  margin-bottom : 5px;
}
.pgtitle {
  left : 0;
  width : 600px;
  background-color : #f0f0f0;
  padding-top: 10px;
  border : 1px solid navy;
  margin-top : 0px;
  margin-bottom : 5px;
}
.pgtitle h1 {
  text-align : center;
}
.pgcontent {
  left : 0;
  width : 590px;
  padding : 5px;
  background-color : #ffffff;
  border : 1px solid navy;
  margin-bottom : 5px;
}
.pgftr {
  left : 0;
  width : 590px;
  padding : 5px;
  background-color : #f0f0f0;
  border : 1px solid navy;
}
.pgftr p {
  text-align : center;
}
.pgmenu {
  top : 88px;
  left : 610px;
  width : 200px;
  position : absolute;
  color : #800000;
  padding-top: 10px;
  background-color : #f0f0f0;
  border : 1px solid #800000;
}
.pgmenu h1{
  color : #800000;
}
.news {
  color : red;
  font-weight : bold;
}
.hlite {
  font-weight : bold;
  font-size : large;
  background-color : #f0f0f0;
  
}
.pnote {
  font-size : smaller;
  font-style : italic;
  padding-left : 10px;
  padding-right : 10px;
  color : black;
}
h1 {
  font-size : 1.5em;
  font-weight : bold;
  text-align : center;
}
h2 {
  font-size : 1.25em;
  font-weight : bold;
}
h3 {
  font-size : 1.0em;
  font-weight : bold;
}
a {
  color : #800000;
  text-decoration : none;
}
a:hover {
  color : #800000;
  background-color: #c0ffff;
}
.menuhdr {
  color : #800000;
  font-weight : bold;
  text-align : center;
  background-color : #f0f0f0;
}
.menuitem {
  width : 190px;
  font-weight : bold;
  padding-left : 5px;
  background-color : #ffffff;
  border : 1px solid #800000;
}
.menuitem a {
  width : 180px;
  display:block;
  color : #800000;
}
.menuitem a:hover {
  width : 180px;
  display:block;
  color : #800000;
  background-color: #c0ffff;
}
.menusub {
  width : 180px;
  padding-left : 10px;
  background-color : #ffffff;
}
.menusub a {
  color : #800000;
  text-decoration : none;
  width : 180px;
  display:block;
  font-weight : bold;
}
.menusub a:hover {
  color : #800000;
  text-decoration : none;
  width : 180px;
  display:block;
  font-weight : bold;
  background-color: #c0ffff;
}
.picright {
  float: right;
}