body {
  background: #CCCCCC url(images/background.png) center repeat-y;
  padding: 0;
  margin: 0;
  font-size:15px;
}
.subheader ul {
  margin: 0px;
  padding: 0px;
}
.subheader ul li {
  margin-left: 10px;
  display: inline;
  list-style-type: none;
  color: #333333;
  }
.subheader a{
  color: #333333;
  text-decoration: none;
}
.subheader a:hover{
  color: #333333;
  text-decoration: underline;
}
.subheader div{
  margin-left: 10px;
  }
.content {
  width:740px;
  margin:0 auto;
  text-align:left;
  }
.header {
  background: #002288;
  height: 125px;
  width:100%;
  position:relative;
  }
.alignbottom{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slogan{
  position: absolute;
  right:15px;
  bottom: 5px;
  color: #fff;
  }
.header#welcome{
  background: #CCCCCC url(images/lowerpews.png) center repeat-y;
  }
.header#aboutus{
  background: #CCCCCC url(images/middlepews.png) center repeat-y;
  }
.header#events{
  background: #CCCCCC url(images/upperpews.png) center repeat-y;
  }
.subheader {
  border-top: 1px  solid  #999999; 
  border-bottom: 1px solid #999999;
  background: #FFFFCC;
  width:100%;
  height:17px;
  padding: 5px 0px;
  }
.dim {
  color: #555533;
  }
.mainspan {
  background: #FFFFFF;
  border-bottom: 1px solid #999999;
  padding: 10px
  }
.main {
  width:465px;
  float:left;
  margin:0px 1px 0px 0px;
  line-height:1.5em;
  }
.text {
  padding: 10px;
  }
.title {
  font-weight: bold;
  font-size: 18px;
  }
.title {
  font-size: 16px;
  }
.info{
  margin-left:10px;
  line-height:1.5em;
  }
.section{
  padding-left:10px;
  padding-right:10px;
  border: 1px solid #bbbbbb;
  background: #FFFFEE;
  }
.sidebar {
  float: left;
  width: 274;
  margin:0px 0 0;
  }
.specialnote {
  font-style: italic;
  }
.dataitem {
  align: center;
  font-size: 11px;
  }
/* calendar start */
.monthtable {
  border-bottom: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  background-color : #FFFFCC;
  table-layout: fixed;
  padding:0px;
  margin:1px;
  }
.monthtable th {
  border-left: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  background-color: #cccccc;
  font-weight : normal;
  }
.monthtable td {
  border-left: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
  background-color: #FFFFdd;
  }
.monthtable .bufferdate {
  color: #888 !important;
  background-color: #FFFFee;
  }
.monthtable .todaydate {
  color: #000000;
  background-color: #FFFFdd;
  }
.monthtable .normaldate {
  color: #333333;
  }
.monthtable .todaydate .calendardate {
  font-weight: bold;
  }
.monthtable  .calendardate {
  font-size:14px;
  text-align: right;
  clear: both;
  }
.monthtable  .calendaritem {
  font-size:12px;
  }
/* calendar end*/
h1, h2, h3, h4, h5{
  line-height: 1.0em;
  margin : 7px 0px;
  }
h1 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  }
h2 {
  font-weight: bold;
  font-size: 18px;
  }
h3 {
  font-weight: bold;
  font-size: 16px;
  }
h4 {
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  }
h5 {
  font-weight: bold;
  font-size: 15px;
  }
form table{
  width:100%;
  }
.registrationform{
  width:100%;
  padding:5px;
  }
.formitem input {
  width:100%;
  }
.formentry label {
  float: right;
  }
.registrationform .label{
  width:20%;
  }
.label{
  vertical-align: top;
  width:20%;
  }
.errormessages {
  border: 1px  solid  #999999;
  background: #FFFFCC;
  padding-left:0px;
  margin:5px 0px;
  }
.errormessages li{
  font-size:12px;
  color:red;
  list-style: none;
  padding:2px 5px;
  margin:0em;
  line-height:1.2em;
  }

