@charset &quot;utf-8&quot;;
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
body  {
  font-family: arial;
  text-align: center;
  min-width: 770px;
}
a:link {color: #0000FF}     /* blue unvisited link */
a:visited {color: #FF0000}  /* red visited link */
a:hover {color: #FF00FF}   /* purple mouse over link */
a:active {color: #000000}   /* selected link */
a.bkgn {background-color: #ffff00}

h1,h2,h3,h4,h5,h6   {
  Text-align: center;
}
img  {
        border-style:none;
}
img.center  {
    display: block;
    margin-left: auto;
    margin-right: auto
}
p {
  padding: 5px;
}
#header {
  padding-top: 40px;
  padding-left: 2px;
}
#header img  {
        border-style:none;
    vertical-align:top;
}
#header h1 {
 padding-bottom:5px;
 }
#container {
  background-image: url('/img/largeR25.PNG');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
   text-align:left;
   margin-left:5%;
   margin-right:5%;
   position:relative;
   margin:0 auto;
   padding:0 0 9px;
   width:770px;
}
#nav {
  padding: 0px;
}
#cssmenu {
  width:612px;
  height:50px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
 }
#sidebar {
  float: right;
  margin-left: 10px;
  width: 160px;
}
#announcement {
        float: left;
    margin-right:2px;
    width: 570px;
}
#announcement p {
  border-bottom-style: ridge;
  border-bottom-width: 5px;
  border-bottom-color: #0080ff;
}
#announcement p.first {
  border-bottom-style: ridge;
  border-bottom-width: 5px;
  border-bottom-color: #0080ff;
  background-color: #33ffff;
}
#announcement p.date {
  border-style: none;
}
#content {
  clear: both;
  margin-left: 2px;
  margin-right: auto;
  width: auto;
  padding: 10px;
}
#content p.ann {
  border-bottom-style: ridge;
  border-bottom-width: 5px;
  border-bottom-color: #0080ff;
}
#purpose {
  clear: both;
  margin-left: 2px;
  margin-right: auto;
  width: auto;
  padding: 10px;
}
#purpose img  {
        border-style:none;
    vertical-align:middle;
}
#purpose p {
  border-bottom-style: ridge;
  border-bottom-width: 5px;
  border-bottom-color: #0080ff;
  padding-bottom: 1cm;
  padding-top: 1cm;
}
#footer {
  clear: both;
  bottom: 4em;
  text-align: center;
}
/*#footer td {
  background-color:#FFFFFF;
  }*/
.pbutton {
  text-align:center;
  }
.jswarn {
 text-align:center;
 font-weight:bold;
 color:red;
 }
