html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana,Sans-serif, Arial;
   font-size: 13px;
   background-color: #FFFFFF;
   margin: 0px;
   padding: 0px;
   color: #444444;
}
h1 {
   font-size: 18px;
   text-align: left;
   margin: 0;
   margin-left: -5px;
   padding: 0;
}
h2 {
   font-size: 16px;
   margin: 0px;
   padding: 0px;
   margin-left: -5px;
   text-align: left;
}
h3 {
   font-size: 14px;
   text-align: left;
}
h4 {
   font-size: 12px;
   text-align: left;
}
form {
   display: inline;
}
td {
   font-family: Verdana,Sans-serif, Arial;
   font-size: 13px;
}
a {
   color: #FF1493;
   text-decoration: underline;
}
a:visited {
   color: #f766b4;
   text-decoration: underline;
}
a:hover {
   color: #444444;
   text-decoration: none;
}
.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 2px ridge #FF1493;
   width: 80px;
}
.btn:hover,
.btn:focus {
   border: 2px ridge #444444;
}

#pageBody {
   padding: 10px 5px 20px 20px;
   font-size: 12px;
   font-weight: normal;
}
.mainPage {
}

.top .pLine,
.top .bLine,
.footerTD .pLine,
.footerTD .bLine {
   height: 3px;
   width: 100%;
   /* IE Hack */
   font-size: 3px;
}
.pLine {
   background-color: #FF1493;
}
.bLine {
   background-color: #000000;
}
.leftBorder {
   height: 100%;
   width: 3px;
}

.header { }

#footer {
   font-size: 10px;
   color: #444444;  
   text-align: center;
   padding-top: 10px;
}
#footer a,
#footer a:visited {
   color: #444444;
   text-decoration: none;
}
#footer a:hover {
   color: #FF1493;
   text-decoration: underline;
}
.sep,
#footer .sep {
   font-size: 10px;
   color: #444444;
}

.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}
.strong {
   font-weight: bold;
}
.center {
	text-align: center;
}
.required {
   color: #FF1493;
   vertical-align: sup;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 80px;
}
.quoteFld { 
   font-weight: bold;
   text-align: right;
   width: 120px;
}
.hidden {
   display: none;
}

#nav {
   padding: 10px 0 15px 15px;
}
#nav a,
#nav a {
   font-size: 15px;
   color: #444444;
   font-variant: small-caps;
   text-decoration: none;
   border-bottom: 3px double #444444;
}
#nav a:hover,
#nav a.active {
   color: #444444;
   text-decoration: none;
   border-bottom: 3px double #FF1493;
}
.picBorder {
   border: 3px double #AAAAAA;
}
.pic1 {
	border: 1px solid #333333;
}
.fldMsg {
   font-size: 10px;
   color: #444444;
}
#links h2 {
   padding: 0;
   margin-bottom: 0;
   color: #FF1493;
}
#links a,
#links a:visited {
	color: #008CFF;
}


.testimonial h2 {
   margin: 0px;
}
.testDate {
   padding-top: 5px;
   font-style: italic;
   color: #AAAAAA;
}
.testDate a {
	text-decoration: none;
	font-size: 14px;
}

.testSnip {
   padding-bottom: 15px;
   line-height: 20px;
}
.testPreview {

}
.l2 {
	padding-left: 100px;
	margin-top: -15px;
}
#homeWrapper {
	margin-left: 380px;
}
.fancy { }

#decWrapper {
	margin-left: 420px;
}
#fb {
	float: right;
	padding-top: 5px;
}
.extraPad {
	padding-right: 20px;
}