/* CSS Document */

a:link {
	color: #294055;
}

a:visited {
	color: #294055;
}

a:active {
	color: #294055;
}

a:hover {
	color: #294055;
	background-color: #BBCBD9;
}

.email a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.email a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.email a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.email a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.wrapper {
	width: 100%;
}

.content {
	width: 818px;
}

.frmLft {
	width: 18px;
	background-image: url(images/frm_2a.gif);
	background-repeat: repeat-y;
}

.frmRt {
	width: 18px;
	background-image: url(images/frm_2c.gif);
	background-repeat: repeat-y;
}

.frmCnt {
	background-color: #ffffff;
}

.colfrmLft {
	width: 14px;
	background-image: url(images/rtcol_2a.gif);
	background-color: #bbcbd9;
	background-repeat: repeat-y;
}

.colfrmRt {
	width: 5px;
	background-color: #bbcbd9;
	background-repeat: repeat-y;
}

.colfrmCnt {
	width: 185px;
	background-color: #bbcbd9;
}

/*///////// BLANKET STYLES ///////////*/

body {
	background-image: url(images/bg_tile.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 25px;
}

/* li {
	list-style-image: url(images/arrows.gif);
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
} */

ul {
	list-style-image: url(images/arrows.gif);
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}


.column {
	list-style-image: url(images/arrows_wht.gif);
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
}

.copy {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #294055;
	text-decoration: none;
}
.copyHdr {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #294055;
	text-decoration: none;
	letter-spacing: -.03em;
	margin: 10px 0 0 0;
	
}
hr.e {
	/*border: none 0;*/
	border-top: 1px dashed #294055;
	border-bottom: 1px dashed #ADC0D1;
	/*width: 100%;*/
	/*height: 2px;*/
	/*margin: 5px auto 10px 0;*/
	/*text-align: left;*/
}	
hr.ee {
	border: none 0;
	border-top: 1px solid #CBD8E3;
	width: 100%;
	height: 1px;
	margin: 3px auto 6px 0;
	text-align: left;
}	
.copyRt {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.copyHdrRt {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.03em;

}
.photo {
	margin: 10 0 6 10;
}
.arrow {
	margin: 0 5 1 0;
}

.ico {
	vertical-align: middle;
	margin-left: 3px;
}

.newsLink {
	margin-bottom: 10px;
}

.arrow {
	padding-right: 3px;
	padding-top: 4px;
}

/*////////// FORM STYLES ///////////*/

.txtField {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #294055;
	text-decoration: none;
	width: 200px;
}

.txtBox {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #294055;
	text-decoration: none;
	width: 200px;
	height: 100px;
}

.btn {
	border: double 3px #294055;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #294055;
	text-decoration: none;
}

.btnHov {
	border: double 3px #849eb5;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #849eb5;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	margin: 6px 0;
}

ol {
	padding: 0;
	margin-top: 0;
	margin-left: 40px;
}

.subscribeform {
	display: block;
	margin: 10px 0;
}

.subscribeform table td {
	font-size: 11px;
	color: #294055;
}

.required {
	color: #f00;
}

