/*** Reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	zoom: 1;
	color: #000000;
	background: #ffffff;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/* Note: tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/********* ELEMENTS ***********/
html {
	height: 100%;
	margin-bottom: 0.01em;
}
body {
	background-color: #e7eaf1;
	display: table;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
}

h1 {
	font-size: 19px;	/*14pt;*/
	font-weight: normal;
	white-space: nowrap;
	padding-bottom: 15px;
}
h2 {
	font-size: 16px;	/*12pt;*/
	font-weight: bold;
}
p {
	font-family: Arial, sans-serif;
	color: #1e2140; 
	font-size: 15px;	/*11pt;*/
	line-height: 1.7;
	padding-top: 15px;
}
p.link {
	font-family: Arial, sans-serif;
	font-size: 16px;	/*12pt;*/
	padding-top: 0px;
	padding-bottom: 10px;
}
p.link a {
	color: #d2222a;	
	text-decoration: none;
	white-space: nowrap;
}
p.link a:hover {
	color: #7391C5;
}
/********* PAGE LAYOUT ***********/
html #container {
	position: absolute;
	display: block;
	top: 0;
	width: 750px;
	text-align: left;
	border-left: solid 1px white;
	border-right: solid 1px white;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
#container a {
	margin: 0px;
	padding: 0px;
}
#content {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
}

/*** FOOTER ***/
div#footer {
	clear: both;
	position: relative;
	width: 748px;
	*width: 750px;	/* IE hack */
	height: 33px;
	border: 1px #002a5f solid;
	background-color: #b3bbd3;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	color: #333;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}	
#footLeft {
	float: left;
	padding-left: 20px;
	margin-top: 7px;
}
#footRight {
	float: right;
	padding-right: 20px;
	margin-top: 7px;
}

/*** Content Layout ***/
.left {
	display: inline;
	float: left;
	width: 360px;
}
.right {
	float: right;
	width: 300px;
}
.full {
	clear: left;
	float: left;
	width: 695px;
}

/*** General Classes ***/
.bold {	
	font-weight: bold;
}
.topPad {
	padding-top: 10px;
	line-height: normal;
}
.top20 {
	padding-top: 20px;
}
.top25 {
	padding-top: 25px;
}
.top40 {
	padding-top: 40px;
}
.nopt {
	padding-top: 0;
}
.mt15 {
	margin-top: 15px;
}
.clear {
	clear: both;
}
.lbl {
	padding-left: 40px;
	padding-right: 5px;
	text-align: left;
	vertical-align: super;
	width: 165px;
}
.txtbox {
	width: 300px;
	padding-left: 3px;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}
.txtbox25 {
	width: 25px;	
}
.txtbox_90 {
	width: 90px;
	height: 22px;
	float: right;
	padding-left: 3px;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}
.txtbox100 {
	width: 100px;	
}
.txtbox_150 {
	width: 150px;	
}
.txtbox_156 {
	width: 156px;
	height: 22px;
	padding-left: 3px;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}
.ddl_46 {
	width: 46px;
	height: 22px;
	font-family: Arial, sans-serif; 
	font-size: 13px;
}
.ddl50 {
	width: 50px;
	margin-right: 3px;
}
.ddl75 {
	width: 75px;
}
.ddl100 {
	width: 100px;
}
.ddl150 {
	width: 150px;
}
.multi {
	height: 96px;
}
.noSee {
	z-index: 100;
	position: absolute;
	top: 55px;
	left: 100px;
	background-color: #ffffff;
	color: #ffffff;
	border: none;
}
.noDot {
	list-style-type: none;
}
.txtHidden {
	width: 5px;
	visibility: hidden;
	float: right;
	display: inline;
}
.rdHidden {
	width: 5px;
	visibility: hidden;
}

/*** Right Column - BOARD ***/
#board {
	padding: 15px 10px 10px 20px;
}
#board h1 {
	font-family: Arial, sans-serif; 
	font-size: 16px;	/*12pt;*/
	font-weight: bold;
	color: #010066;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#board p {
	font-family: Arial, sans-serif; 
	font-size: 13px;	/*10pt;*/
	font-weight: bold;
	color: #010066;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height: 2;
}
#board p span {
	font-style: italic;
	font-weight: normal;
}
#board p.pt20 {
	padding-top: 20px;
}
#board p.lh14 {
	line-height: 1.4;
}

/*** Main Section ***/
.divDisbs {
	padding-bottom: 30px;
	margin-top: 15px;
}
.pnlYr h1 {
	font-size: 16px;	/*12pt;*/
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: Arial, Sans-Serif;
}
.divYr {
	position: relative;
	width: 670px;
}
.gridCons,
.tblYr,
.tblCompare {
	font-family: Arial, Sans-Serif;
	font-size: 13px;	/*10pt;*/
	font-weight: normal;
	text-align: left;
}
.gridCons td,
.gridDisbs td,
.tblYr td {
	border: solid 1px #ACACAC;
	padding: 2px 5px;
}
.gridCons th,
.tblYr th {
	font-weight: bold;
	padding: 2px 5px;
	background-color: #7391C5;
	color: #ffffff;
}
.tblYr th, 
.tblYr td {
	border: 1px solid #ACACAC;
	width: 213px;
}
.tblYr td.wide {
	width: 407px;
}
.tblYr td.medium {
	width: 163px;
}
.tblCompare {
	width: 670px;
}
.tblCompare th, 
.tblCompare td {
	padding: 3px;
	border: solid 1px #ACACAC;	
}
.tblCompare th {
	background-color: #7391C5;
	color: #ffffff;
	font-size: 15px;	/*11pt;*/
	font-weight: bold;
	text-align: center;
}
.tblLinks {
	border-collapse: collapse;
	border-spacing: 0;
	width: 80%;
}
.tblLinks td {
	font-family: Arial, sans-serif;
	font-size: 16px;	/*12pt;*/
	padding-top: 0px;
	padding-bottom: 10px;
}
.tblLinks td a {
	color: #d2222a;	
	text-decoration: none;
	white-space: nowrap;
}
.tblLinks td a:hover {
	color: #7391C5;
}

/*** Content Section - CONTACT ***/ 
#contact {
	z-index: 105;
	position: relative;
	width: 653px;
}
#contact h2 {
	color: #7391C5;
	font-size: 18px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: normal;
}
#contact table {
	text-align: left;
	vertical-align: baseline;
	margin-left: 12px;
	margin-top: 15px;
}
#contact table tr {
	font-family: Arial, sans-serif; 
	font-size: 16px;	/*12pt;*/
	height: 39px;
}
#contact table tr td {
	text-align: left;
}
#contact table tr td.lblContact {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
td.required {
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
}
p.button {
	width: 200px;
	padding-top: 10px;
	float: right;
}
#contact table tr.multiRow {
	vertical-align: top;
	height: 110px;
}
#contact table tr.multiRow td {
	padding-top: 8px;
}

/*** Main Section - ENROLL ***/ 
#enroll {
	z-index: 105;
	position: relative;
	margin: 0 15px;
}
#enroll h1 {
	padding-bottom: 0;
}
#enroll h2 {
	color: #7391C5;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: normal;
}
#enroll p.next {
	text-align: right;
}
#enroll p.continue {
	text-align: center;
}
#enroll p.law {
	line-height: 1.3;
	font-size: 15px;	/*11pt;*/
	font-style: italic;
	margin-bottom: 15px;
	padding-right: 20px; /*30px;*/
	padding-left: 20px;
}
#enroll .lbl {
	padding-right: 5px;
	text-align: right;  /*left;*/
	vertical-align: super;
	width: 150px;  /*132px;*/
}
.lgBox {
	margin: 15px 0px 0px 0px;
	border: solid 1px #ADADAD;
	padding: 20px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	line-height: 1.4;
}
#enroll table {
	line-height: 1.8;
	margin-top: 15px;
	font-family: Arial, Sans-Serif;
}
#enroll table.tblInd {
	margin-left: 35px;
}
#enroll table.tblCC {
	margin-left: 5px;
	margin-top: 20px;
}
#enroll table.tblCC tr td.lbl {
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	width: 160px;
	white-space: nowrap;
	text-align: left;
	padding-left: 0;
}
#enroll table.stmts td {
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	vertical-align: baseline;
	padding-bottom: 10px;
	padding-right: 5px;
}
#enroll table.stmts td.leftSp {
	padding-left: 5px;
}
.smBox {
	margin: 35px 25px 0px 25px;
	border: solid 1px #ADADAD;
	padding: 5px 10px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;	/*10pt;*/
	line-height: 1.2;
	text-align: center;
}

/*** Content Section - THANK YOU ***/
p.ty {
	margin-top: 50px;
	padding-bottom: 300px;
	text-align: center;
}

/*** Navigation ***/ 
#menu {
	width: 750px;
	background-image: url(IMAGES/bg1.png);
	top: 0px;
	padding: 0px;
}
#menu a {
	font-family: Arial, sans-serif; 
	font-size: 13px;	/*10pt;*/
	font-weight: bold;
	color: white;
	text-decoration: none;	
}
#menu a.active {
	text-decoration: underline;		
}
#menu a:hover {
	text-decoration: underline;	
}


.btn_red {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #a91c21;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}
.btn_red:hover {
  background: #c92227;
  text-decoration: none;
}
.w350{width:350px;}