body,html{
  font-family:"Times New Roman";
  font-size:16px;
  line-height:20px;
  vertical-align:middle;
}
p{
  padding:0px 0px 10px 0px;
}
ul{
  margin:0 0 10px 20px;
  list-style-type: disc;
}
li{
  margin:0 0 0 4px;
}
.header{
  background-color:#7995ee;
  height:127px;
}
#headerWrap{
  margin:0pt auto;
  width:680px;
  height:127px;
  background:transparent url('../images/headerBG.gif') no-repeat bottom right;
}
#logo{
  margin:7px 0 0 0;
  float:left;
  display:inline;
}
.innerHeader{
  color:#ffffff;
  float:left;
  display:inline;
  margin:25px 0 0 24px;
}
#container{
  margin:0pt auto;
  width:900px;
  clear:both;
}
#leftCol{
  float:left;
  display:inline;
  width:180px;
}
#mainContent{
  float:left;
  display:inline;
  width:704px;
  margin-left:16px;
}
.mainTop{
  margin-top:16px;
  /*background:transparent url('../images/mainTop.gif') no-repeat;*/
  height:24px;
  width:600px;
}
.mainBottom{
  /*background:transparent url('../images/mainBottom.gif') no-repeat;*/
  height:24px;
  width:600px;
}
.innerContent{
  width:594px;
  /*border-left:3px solid #7995ee;
  border-right:3px solid #7995ee;*/
}
.menuTop{
  margin-top:16px;
  background:transparent url('../images/menuTop.gif') no-repeat;
  height:24px;
  width:180px;
}
.menuBottom{
  background:transparent url('../images/menuBottom.gif') no-repeat;
  height:24px;
  width:180px;
}
.innerMenu{
  width:174px;
  border-left:3px solid #7995ee;
  border-right:3px solid #7995ee;
  text-align:center;
}
.content{
  padding:0pt 10px;
}
#footer{
  padding-top:32px;
  clear:both;
  text-align:center;
  font-size:73%;
}
.footerTop{
  background:transparent url('../images/footerTop.gif') no-repeat;
  height:24px;
  width:796px;
}
.footerBottom{
  background:transparent url('../images/footerBottom.gif') no-repeat;
  height:24px;
  width:796px;
}
.innerFooter{
  width:790px;
}
.bold{
  font-weight:bold;
}
.clickable{
  cursor:pointer;
  color:#5f7be6;
}
.clickable:hover{
  text-decoration:underline;
}
.newsEntry{
  padding:0px 0px 10px 0px;
}
.newsDate{
  font-size:97%;
  font-style:italic;
  color:#5F7BE6;
  text-align:center;
}
a{
  color:#5f7be6;
}
a:hover{
  text-decoration:underline;
}
