body  {
  padding: 0;
  margin: 0 auto; 
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: #9EA8C9;
}

h1 {
	color: #858A3A;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

h2 {
	color: #221E1F;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

h3 {
	color: #221E1F;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

a {
	color: #263B87;
	text-decoration: underline;
}

a:hover {
	color: #263B87;
	text-decoration: none;
}


/************* OVERALL CONTAINER OF PAGE CONENT *************/

.container {
  position: relative;
  width: 765px;
  padding: 16px;
  text-align: left;
}


/************* MAIN BOX HOLDING PAGE CONTENT *************/


.mainBox {
  position: relative;
  text-align: left;
  background-color: #FFFFFF;
}

.mainBoxTable {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}



/************* CONTENT **************/


.contentAreaLeft {
  	width: 520px;
  	background-color: #FFFFFF;
  	padding: 0px 5px 20px 10px;
	color: #221E1F;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.contentAreaLeft strong {
	color: #858A3A;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.contentAreaLeft b {
	color: #221E1F;
	font-size: 12px;
	line-height: 14px;
}

.contentAreaLeft a b {
	color: #263B87;
	text-decoration: underline;
}

.contentAreaLeft a:hover b {
	color: #263B87;
	text-decoration: none;
}


.contentAreaLeft .title {
	color: #25427C;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.07ex;
}


.contentAreaCOL1 {
  	width: 181px;
  	background-color: #FFFFFF;
  	padding: 10px 10px 20px 10px;
  	border: 1px solid #7083BA;
	color: #221E1F;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.contentAreaCOL1 strong {
	color: #221E1F;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

.contentAreaCOL1 a b {
	color: #263B87;
	text-decoration: underline;
}

.contentAreaCOL1 a:hover b {
	color: #263B87;
	text-decoration: none;
}

.contentAreaCOL1 table {
	width: 181px;
}


/************* LANDING BOXES ************/

.landing2Box{
  	width: 329px;
  	background-color: #F2F6B8;
  	padding: 0px;
}

.landing2Box .menu {
  	background-color: #F2F6B8;
  	padding: 10px 2px 5px 4px;
  	text-align: right;
}

.landing2Box .menu img {
  	border: 1px solid #D8DF61;
}

.landing2Box .menu img:hover {
  	border: 1px solid #858A3A;
}


.landing3Box{
  	width: 170px;
  	background-color: #F2F6B8;
  	padding: 7px 11px 10px 10px;
}

.landing3Box .labelArea {
  	background-color: #F2F6B8;
  	padding-bottom: 10px;
  	color: #858A3A;
  	font-size: 18px;
  	line-height: 22px;
  	text-decoration: none;
	font-weight: bold;
}


.highlightBox2 {
	display: block;
	width: 160px;
  	background-color: #D3DF15;
  	padding: 15px 10px 15px 10px;
  	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
  	font-size: 13px;
  	line-height: 18px;
  	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.highlightBox2:hover {
	display: block;
	width: 160px;
  	background-color: #C2CC1A;
  	padding: 15px 10px 15px 10px;
  	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
  	font-size: 13px;
  	line-height: 18px;
  	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.smallBox {
	display: block;
	width: 160px;
	border: 1px solid #000000;
	padding: 10px 10px 10px 10px;
}

.smallBox table {
	width: 160px;
}



/************* HOME STYLES ************/

.contentAreaCOL2 {
	background-color: #F2F6B8;
  	padding: 10px;
  	text-align: left;
  	color: #000000;
  	font-size: 12px;
}

.highlightBox {
	display: block;
	width: 224px;
  	background-color: #D3DF15;
  	padding: 15px 0px 15px 0px;
  	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
  	font-size: 13px;
  	line-height: 18px;
  	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.highlightBox:hover {
	display: block;
	width: 224px;
  	background-color: #C2CC1A;
  	padding: 15px 0px 15px 0px;
  	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
  	font-size: 13px;
  	line-height: 18px;
  	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.featureBoxArea a {
	text-align: left;
	display: block;
	width: 108px;
	height: 60px;
  	background-color: #A9AEC3;
  	background-image: url(/images/home-FeatureBoxBG.gif); 
  	background-repeat: no-repeat;
  	padding: 15px 25px 15px 25px;
  	border: 1px solid #D3DF15;
  	color: #FFFFFF;
  	font-size: 13px;
  	line-height: 18px;
  	text-decoration: none;
}

.homeMenu {
	border: 1px solid #D3DF15;
}


/************* FOOTER ************/

.footerArea {
	background-color: #EFEFEF;
	padding-top: 10px;
	font-size: 9px;
}

#footer {
  	text-align: left;
  	padding-top: 6px;
	padding-bottom: 10px;
  	color: #4f4f4f;
  	font-size: 9px;
	text-transform: uppercase;
}

#footer a {
  	color: #25427C;
  	text-decoration: none;
  	padding-right: 6px;
}

#footer a:hover {
  	color: #25427C;
  	text-decoration: none;
}

/********* FROM BCBSVT.COM ***********/

.gutsbcbsvt         {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; line-height: 18px; }
.gutsbcbsvt a       {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #0202C4; text-decoration: none; line-height: 18px; }
.gutsbcbsvt a:hover {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #0202C4; text-decoration: underline; line-height: 18px; }
.gutsbcbsvt p       {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; line-height: 18px; }
.gutsbcbsvt ul      {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; line-height: 18px; }
.gutsbcbsvt li      {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; line-height: 18px; }
.gutsbcbsvt td      {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; line-height: 18px; }

.gutsbcbsvtRed      {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #CC0000; text-decoration: none; font-style: normal; line-height: 18px; font-weight: normal; font-variant: normal; text-transform: none; }

.italicguts         { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-style: italic; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; }
.redguts            { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 10px; color: #FF0000; text-decoration: none; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; }
.boldgutsCAPS       { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: uppercase; }

.smallguts          { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 10px; color: #000000; text-decoration: none; }
.smallguts a        { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 10px; color: #0202C4; text-decoration: none; }
.smallguts a:hover  { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 10px; color: #0202C4; text-decoration: underline; }

.boldguts           { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-decoration: none;  font-weight: bold; }
.boldguts a         { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #0202C4; text-decoration: none;  font-weight: bold; }
.boldguts a:hover   { font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #0202C4; text-decoration: underline;  font-weight: bold; }

.formLabel         {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; text-align: right; line-height: 18px; }
.formLabelBad      {  font-family: "Myriad Roman", Tahoma, Arial, sans-serif; font-size: 12px; color: #FF0000; text-align: right; line-height: 18px; }

