body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:40px;
	background:#30A7C5;
	color:#646464;
	text-align:left;
}

p {
	margin:10px 0 10px 0;
}

.lineheight20 {
	line-height:20px;
}

.aquabar {
	padding-left:15px;
	color:#FFF;
	background:#199DBF;
	width:535px;
	height:20px;
	font-weight:bold;
}
.cyanbar { 
	height:2px;
	background:#0099CC;
}
.orangebar {
	padding-left:15px;
	color:#FFF;
	background:#EB891B;
	width:235px;
	height:20px;
	font-weight:bold;
}
.checkBoxTableBorders {
	background:#C0C0C0;
	height:2px;
}

.checkBoxTableTitle {
	padding:3px 5px 3px 0;
	text-align:left;
}
.checkBoxTableTitleRight {
	padding:3px 5px 3px 0;
	text-align:right;
}

.tableCyanBorders {
	background:#199DBF;
	height:2px;
}

/*padding styles*/
.locationsPadding {
	padding:5px;
}
.paddingLeft15 {
	padding:10px 0 0 15px;
}
.mainContentPadding {
	padding:40px 40px 0 15px;
}
.mainContentPadding2 {
	padding:40px 0 0 15px;
}
.topPadding40 {
	padding-top:40px;
}
.checkBoxTablePadding {
	padding:5px 5px 5px 0;
	text-align:right;
}
.checkBoxTablePaddingLeft {
	padding:5px 5px 5px 0;
	text-align:left;
}
.cellPaddingRight15 {
	padding-right:5px;
}
.stepsTable {
	margin:40px 0 0 0 !important;
	margin:20px 0 0 0;
}
.paddingRight30 {
	padding-right:30px;
}

.radioPadding {
	width:100px;
	padding:5px 15px 5px 0;
	text-align:right;
}
.radioTextPadding {
	padding:2px 30px 2px 0;
	text-align:right;
}

.sideBoxMargins {
	margin:0 20px 20px 20px;
}
.homeFormMargin {
	margin-top:18p !important; 
	margin-top:12px;
}
/**************************/

/*Heading styles*/
.orangeH1 {
	font-size:24px;
	color:#D45E0A;
}
.orangeH2 {
	font-size:23px;
	color:#D45E0A;
	font-weight:lighter;
}
.orangeH2Margin0 {
	font-size:23px;
	color:#D45E0A;
	font-weight:lighter;
	margin-top:0;
	padding-top:0;
}
/**************************/

/*Text styles*/
.orange13 {
	color:#D45E0A;
	font-size:13px;
}
.orangeBold13 {
	color:#D45E0A;
	font-size:13px;
	font-weight:bold;
}
.orangeBold16 {
	color:#D45E0A;
	font-size:16px;
	font-weight:bold;
}
.fontsize18Bold {
	font-size:18px;
	font-weight:bold;
}
.limeBold15 {
	color:#7AA817;
	font-size:15px;
	font-weight:bold;
}
.cyan12 {
	color:#199DBF;
	font-size:12px;
}
.fontSize11 {
	font-size:11px;
}
.fontSize9 {
	font-size:9px;
}
.fieldTitles {
	font-size:11px;
	padding-top:10px;
}
.unselectedText {
	color:#999;
}
.selectedText {
	color:#000;
}
.boxTitles {
	color:#0A50A1;
	font-weight:bold;
}
/**************************/

/*Link styles*/
a:link,
a:visited,
a:active {
	color:#646464;
	text-decoration:none
}
a:hover {
	color:#D45E0A;
}

a:link.boldGreen,
a:visited.boldGreen,
a:active.boldGreen {
	font-weight:bold;
	color:#7AA817;
	text-decoration:none;
}
a:hover.boldGreen {
	text-decoration:underline;
}

a:link.green,
a:visited.green,
a:active.green {
	color:#7AA817;
	text-decoration:none;
}
a:hover.green {
	text-decoration:underline;
}


a:link.darkBlue,
a:visited.darkBlue,
a:active.darkBlue {
	color:#0A50A1;
	text-decoration:none;
}
a:hover.darkBlue {
	text-decoration:underline;
}

a:link.grayBlue,
a:visited.grayBlue,
a:active.grayBlue {
	color:#3B5D82;
	text-decoration:none;
}
a:hover.grayBlue {
	text-decoration:underline;
}
/**************************/

/*Img styles*/
img {
	border:none;
}
/**************************/

/*Nav styles*/
a:link.homeBtn, a:visited.homeBtn, a:active.homeBtn {
	background:url(../images/homeBtn.gif) no-repeat;
	display:block;
}
a:hover.homeBtn {
	background:url(../images/homeBtn_over.gif) no-repeat;
}
a:link.communityFocusBtn, a:visited.communityFocusBtn, a:active.communityFocusBtn {
	background:url(../images/communityFocusBtn.gif) no-repeat;
	display:block;
}
a:hover.communityFocusBtn {
	background:url(../images/communityFocusBtn_over.gif) no-repeat ;
}
a:link.benefitsMainBtn, a:visited.benefitsMainBtn, a:active.benefitsMainBtn {
	background:url(../images/benefitsMainBtn.gif) no-repeat;
	display:block;
}
a:hover.benefitsMainBtn {
	background:url(../images/benefitsMainBtn_over.gif) no-repeat;
}
a:link.usingCardBtn, a:visited.usingCardBtn, a:active.usingCardBtn {
	background:url(../images/usingCardBtn.gif) no-repeat;
	display:block;
}
a:hover.usingCardBtn {
	background:url(../images/usingCardBtn_over.gif) no-repeat;
}
a:link.faqBtn, a:visited.faqBtn, a:active.faqBtn {
	background:url(../images/faqBtn.gif) no-repeat;
	display:block;
}
a:hover.faqBtn {
	background:url(../images/faqBtn_over.gif) no-repeat;
}
a:link.enrollBtn, a:visited.enrollBtn, a:active.enrollBtn {
	background:url(../images/enrollBtn.gif) no-repeat;
	display:block;
}
a:hover.enrollBtn {
	background:url(../images/enrollBtn_over.gif) no-repeat;
}

a:link.benefitsBtn, a:visited.benefitsBtn, a:active.benefitsBtn {
	background:url(../images/benefitsBtn.gif) no-repeat;
	display:block;
}
a:hover.benefitsBtn {
	background:url(../images/benefitsBtn_over.gif) no-repeat;
}
a:link.transferMoneyBtn, a:visited.transferMoneyBtn, a:active.transferMoneyBtn {
	background:url(../images/transferMoneyBtn.gif) no-repeat;
	display:block;
}
a:hover.transferMoneyBtn {
	background:url(../images/transferMoneyBtn_over.gif) no-repeat;
}
/**************************/

/*list styles*/
.greenBullet {
	list-style:url("../images/bullet.gif");
	margin-top:0;
	padding-top:0;
}
.faqUL {
	list-style:none; 
}
.faqQuestion {
	color:#7AA817;
	list-style-image:url(../images/Q.gif);
}
.faqAnswer {
	list-style-image:url(../images/A.gif);
}
/**************************/

/*form styles*/
.formWidth410 {
	width:411px !important;
	width:407px;
}
.formWidth195 {
	width:195px !important;
	width:192px;
}
.formWidth158 {
	width:161px !important;
	width:156px;
}
.formWidth156 {
	width:156px !important;
	width:155px;
}
.formWidth152 {
	width:152px !important;
	width:147px;
}
.formWidth80 {
	width:80px;
}
.formWidth70 {
	width:71px !important;
	width:70px;
}
.formWidth40 {
	width:40px;
}

/**************************/





