@charset "utf-8";
/* CSS Document */

* {
  padding:0;
  margin:0;
  font-family:Geneva, Arial, Helvetica, sans-serif;
}
body {
background-image:url(../imgs/pemailpagebg.png);
background-attachment: fixed;
}
.headertitle {
  font-size:48px;
  font-stretch:expanded;
  font-weight:bolder;
}
.headermenu {
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
  color:#86B1F2;
}
#centercontent {
  width:100%;
  text-align:center;
  min-height:490px;
  _height:490px; 
}

.footer {
  width:100%;
  text-align:center;
}

.footer_table{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size:11px;
}
.boxdivcontainer {
  position:relative;
  z-index:101;
}

.boxdivcontent {
	position:absolute;
	top:180px;
	right:-17px;
	width:70px;
	text-align:center;
}
.subheaders {
   font-size:12px;
  font-weight:bold;
  color:#6F6F6F;  

}
.bodytext {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}
.textboxstyle {
  font-size:10px;
}
.pageheaders {
  font-size:20px;
  font-weight:bolder;
  font-stretch:extra-expanded;
  color:#ACC1F2;
  font-family:Verdana, Arial, Helvetica, sans-serif;

}
.headerlinks:link {
  text-decoration:none;
  font-weight:bold;
  color:#5581F4;
}
.headerlinks:visited {
  text-decoration:none;
  font-weight:bold;
  color:#86B1F2;
}
.headerlinks:hover {
  text-decoration:none;
  font-weight:bold;
  color:#07A7FC;
}
.headerlinks:active {
  text-decoration:none;
  font-weight:bold;
  color:#ADADAD;
}
.sublinks {
  font-size:12px;
  text-decoration:none;
  color:#ADADAD;
}
.bodylongparagraph {
  font-size:12px;
  margin:5px 5px 5px 25px;
}

.footertext {
  font-size:10px;
  font-weight:100;
  text-decoration:none;
}
.regulartext {
  font-size:13px;
  color:#000000;
}

ul {
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position:outside;
list-style-type: square;
margin: 20px;
}

.ul_about {
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position:outside;
list-style-image:url(../imgs/pin.png);
list-style-type: square;
padding: 6px;
}

.ul_features_small {
font-size:11px;
line-height: 1.2em;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position:outside;
list-style-type: square;
margin-top:10px;
}

ol {
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 5px;
list-style-position:outside;
list-style-type: square;
padding: 6px;
margin: 20px;
}

.emstyle {
  font-stretch:extra-expanded;
  text-decoration:underline;
}

.common_p {
  text-indent:20px;
  text-align:justify;
  font-size:11px;
}
