BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align:center;
}

P{
  text-align:justify;
}

H1 {
 font-size:22px;
 text-align:center;
}

a:link {color:#000099;}
a:visited {color:#000099;}
a:hover {color:#366289;}

#wrapper {
  width:1000px;
  background: url(images/mainbg.gif);  
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: #366289 1px solid;
}

#header {
  width: 100%;  
  background: url(images/topbg.gif);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  z-index:0;
  float:left;
}

#bodybox {
 height:100px;
 background: transparent url(images/bodyboxBG.gif) no-repeat;
 background-position: bottom;
}

#headerText {
position:relative;
 width:300px; 
 height:28px; 
 z-index:1; 
 top: 16px;
 float:right;
 /*background:red;*/
}

#leftSide {
  width: 215px;  
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*background: url(images/bottomCurve2.gif);*/
}

#mainContent {
  width: 570px;  
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  /*background: white;*/
}

#rightSide {
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
  clear:both;  
  width: 100%; 
  background: #B5C5D4;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: #366289 solid 1px;
}

.leftCallout{
  padding: 5px 5px 5px 5px;
}

.rightCallout{
  padding: 5px 5px 5px 0px;
  width:165px;
  float:right;
}

.heading {
  color:black;
  font-size: 19px;
}

.faqQuestion {
  font-weight:bolder;
}

.faqAnswer {
  margin-left:20px;
}

.floatLeft {
  float:left;
  text-align:left;
}

.floatRight {
  float:right;
  text-align:right;
}

.center {
  margin: 0px auto 0px auto;
  text-align:center;
}

a.linkPad {
  line-height:21px;
}
