@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px 0px 0px 0px;
	background-image:url(../img/pgbkg.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
}
.content {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#656364;
}
.contentWhite {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#ffffff;
	text-align:left;
}

.contentCaption {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	line-height:16px;
	color:#1ca5e0;
}



.contentBullet {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#ffb017;
	text-align: left;
}

.contentBold {
	font-family: "georgia", verdana, trebuchet MS, helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	color:#153953;
}



td.footerBkg {
background-image:url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}

td.rightsideBkg {
background-image:url(../img/rside_bkg.gif);
	background-repeat: no-repeat;
	background-position:top;
	vertical-align:top;
}

td.blueBox {
	background-image:url(../img/blueboxSM.gif);
	background-repeat: no-repeat;
	background-position:bottom;	
	text-align: left;
}

td.blueBox img {
	border-width: 0px;
}

td.blueBoxLG {
background-image:url(../img/blueboxLG.gif);
	background-repeat: no-repeat;
	background-position:center;
	text-align: left;
}


a:link {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
}
a:visited {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
}
a:active {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
}
a:hover {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
	}
	
	
.footerText a:link {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:9px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
}
.footerText a:visited {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:9px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
}
.footerText a:active {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:9px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
}
.footerText a:hover {
	font-family: "verdana", trebuchet MS, helvetica, sans-serif;
	font-size:9px;
	line-height:18px;
	color:#3a7fb1;
	text-decoration:none;
	}






/* Form Tags */

.dropDown{
  background-image:url('../img/dropdown.gif');

  font-family: "verdana", trebuchet MS, helvetica, sans-serif;	
  font-size:11px;
  color:#007eff;
}
.textBox{
  background-image:url('../img/text_input_field.gif');
  background-repeat:no-repeat;
  padding-left:10px;
  padding-top:5px;
  border:0px;
  width:210px;
  height:25px;
  
  font-family: "verdana", trebuchet MS, helvetica, sans-serif;	
  font-size:11px;
  color:#007eff;
}

.textArea{
  background-image:url('../img/text_area.gif');
  background-repeat:no-repeat;
  padding-left:10px;
  padding-right:5px;
  padding-top:10px;
  border:0px;
  width:315px;
  height:115px;
  
  font-family: "verdana", trebuchet MS, helvetica, sans-serif;	
  font-size:11px;
  color:#007eff;
  line-height:20px;
}
