body {
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
img {
  border: none;
}
p{
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

p a {;
  text-decoration: none;
  color: blue;
}

ul li a{
  text-decoration: none;
}

#PH {
   width: 1024px;
   margin: auto;
   position: relative;
}
#main {
    position: absolute;
    top: 100px;
    left: 0px;
	width: 100%;
	margin: 0px;
	padding: 4px;
    height: 668px;
/*	background: url(../images/bg_tile.jpg);
	border: 3px solid #9e9e9e;*/
}
#footer {
 position: realtive;
 width: 1024px;
 text-align: center;
 background-color: #FFFFFF;
}
#header {
 top: 0px;
 left: 0px;
 height: 100px;
 width: 100%;
 text-align: center;
 background-color: #FFFFFF;

}
#menuBar {
  width: 125px;
  border: 2px solid #000000;
  margin: 0px 0px 0px 0px;
  background-color: #FFF;
  position: absolute;
}
#menuBarContent{
  background-color: #FFFFFF;
}
#subMenuBarContent{
  background-color: #FFFFFF;
}
#menuBarImageBtm{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#breadcrumb {
 width: 895px;
 background-color: #FFFFFF;
 /*border: 3px groove #9e9e9e;*/
 position: absolute;
 text-align: left;
 left: 140px;
 padding: 5px;
}
div#bodyLeft ul li{
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}
#quickMenuSection{
  width: 75%;
  float: right;
}

#bodyLeft {
 width: 565px;
 background-color: #FFFFFF;
 /*border: 3px groove #9e9e9e;*/
 position: absolute;
 text-align: justify;
 top: 25px;
 left: 140px;
 padding: 5px;
}
#bodyRight {
 width: 265px;
 background-color: #FFFFFF;
 position: absolute;
 /*border: 3px groove #9e9e9e;*/
 left: 735px;
 top: 25px;
 padding: 5px;
}
.boxContainer {
	padding: 0;
	margin: 10px auto 5px auto;
	border: 3px solid #FF0000;
}
.boxHeader {
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}
.boxContent {
	padding: 3px;
	background-color: #FFFFFF;
	color: #000000;
}
.boxContent p {
	padding: 0 10px ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.boxContent li {
	line-height: 20px;
}

.rightFloat {
	float: right;
}
#contactInfo {
	font-size: 14px;
	font-weight: bold;
}
a.menuBar{
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
td.menuBar{
  padding: 0px 2px 4px 2px;
  text-align: center;
}
.i{;
  font-style: italic;
}
.b{
  font-weight: bold;
}


