* {
	padding:0;
	margin:0;
}

p {
	padding-top: 10px;
}
fieldset, img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/tophead_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 27px;
}
#topHead b {
	font-weight: normal;
	font-size: 10px;
}


#topHead .left {
	width: 42%;
	height: 27px;
	text-align: left;
	vertical-align: middle;
}
#topHead .right {
	width: 58%;
	height: 27px;
	text-align: right;
	vertical-align: middle;
}
.middle {
	margin-right: auto;
	margin-left: auto;
}

/*** Nav bar styles ***/

#mainNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
#nav li {
	float: left;
	position: relative;
	background-image: url(images/head-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	padding-left: 15px;
	padding-right:15px;
}
#navcontainer { margin-left: 30px; }

/*Fat Erik's Pipelist*/
#courseNav
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	font-weight: bold;
}
#courseNav li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#courseNav li:before { content: "| "; }
#courseNav li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #courseNav li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #courseNav { height: 1%; }

* html #courseNav li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #courseNav li:first-child { border-left: 0; }

#courseNav a:link, #courseNav a:active, #courseNav a:visited {
	color: #325B95;
	text-decoration: none;
	padding-left: 4px;
	padding-right:4px;
}
#courseNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #325B95;
	padding-left: 4px;
	padding-right:4px;
}
/*
#courseNav {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	font-weight: bold;
}
#courseNav ul {
	background-image: none;
	list-style-type: none;
	margin-right:30px;
	background-color: #FFFFFF;
}
#courseNav ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 8px;
	padding-left: 8px;
}
#courseNav a:link, #courseNav a:active, #courseNav a:visited {
	color: #325B95;
	text-decoration: none;
	padding-left: 4px;
	padding-right:4px;
}
#courseNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #325B95;
	padding-left: 4px;
	padding-right:4px;
}
*/
#mainNav #nav a, #mainNav #nav a:link, #mainNav #nav a:active, #mainNav #nav a:visited {
	color: #333333;
	text-decoration: none;
}

#mainNav #nav a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer {
	height: 240px;
	background-image: url(images/footer-blue-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 30px;
}
#innerFooter {
	height: 200px;
	margin-top: 9px;
	_margin-top: 4px;
	margin-bottom: 9px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#innerFooter p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.input100 {
	width: 100%;
}
#mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}
#nav li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}
#nav li > ul {
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul{ 
	display: block;
}
	
#innerFooter input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	padding-left: 3px;
}
#innerFooter2 {
	width: 465px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}
#tabs {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 8px;
}
#body #bodyLeft {
	width: 550px;
	margin-right: 4px;
	float: left;
}
#body #bodyRight {
	width: 206px;
	float: right;
}


#body #bodyText {
	padding: 8px;
}

#body #bodyText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #092B7A;
	letter-spacing: -1px;
	margin-top: 12px;
	line-height: 22px;
}
.padding10px {
	padding: 8px;
}
#bodyPopUp #bodyText td {
	padding: 5px;
}

#body #bodyText ul {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#body #bodyText li {
	background-image: url(images/head-nav-arrow.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;
}
#body #bodyText a:link, #body #bodyText a:visited, #body #bodyText a:active {
	color: #04357D;
	text-decoration: underline;
}

#body #bodyText h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}


#selectState {
	height: 112px;
	width: 205px;
	margin-bottom: 4px;
	background-image: url(images/img-choosestate.gif);
	background-repeat: no-repeat;
}
#selectState h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding-top:45px;
	_margin-top: 45px;
	_padding-top:0px;
	margin-left: 12px;
	margin-right: 12px;
}
#selectState em {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding-top:45px;
	_margin-top: 45px;
	_padding-top:0px;
	margin-left: 12px;
	margin-right: 12px;
	font-style: normal;
	display: block;
}
#selectState select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	margin-top: 5px;
}
#topHead select {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#bodySuccessStories {
	margin-right: 12px;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	width: 180px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 14px;
}
#homeFocusText {
	height: 176px;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/img_homefocus.jpg);
	line-height: 18px;
	padding: 10px;
	background-repeat: no-repeat;
}
#homeSelection {
	/*background-image: url(images/home-section-bg.gif);*/
	background-repeat: no-repeat;
	margin-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
#footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}#homeSelection a:link, #homeSelection a:active, #homeSelection a:visited {
	color: #333333;
	text-decoration: underline;
}
#homeSelection a:hover {
	color: #04357D;
	text-decoration: underline;
}
#topHead a:link, #topHead a:active, #topHead a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 27px;
	text-decoration: none;
}
#topHead a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 27px;
	text-decoration: underline;
}
#bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: -15px;
}
#body #divShadow {
	background-image: url(images/int-body-shadow2.gif);
	text-align: right;
	background-repeat: no-repeat;
}

#body #subNav {
	background-color: #E1EDFF;
	margin-bottom: 4px;
}
#body #subNav blockquote {
	background-image: url(images/img-telephone.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 13px;
	margin-left: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	line-height: 14px;
	margin-bottom: 10px;
}
#body #infoNav {
	background-color: #FFFFE1;
	margin-bottom: 4px;
}
#body #infoNav a:link, #body #infoNav a:active, #body #infoNav a:visited {
	color: #333333;
	text-decoration: none;
}
#body #infoNav ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#body #promos {
	margin-bottom: 4px;
}

#body #subNav ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#body #subNav li {
	list-style-type: none;
	background-image: url(images/li-subnav.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
	background-position: 1px 1px;
}
#body #subNav a:link, #body #subNav a:active, #body #subNav a:visited {
	text-decoration: none;
	color: #333333;
}
#body #bodyText a:hover {
	color: #CC9637;
	text-decoration: underline;
}
#body #bodyText h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8D0000;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#body #bodyText h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -8px;
	text-transform: uppercase;
	color: #04357D;
	letter-spacing: -1px;
}
#body #bodyText h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2043A8;
	font-size: 14px;
	margin-top: 15px;
	letter-spacing: -1px;
}
#body #bodyText blockquote {
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #658CC5;
	border-bottom-color: #658CC5;
	background-color: #FFFFE1;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	float: none;
}
#body #bodyText blockquote strong {
	color: #990000;
}
#body #subNav a:hover {
	text-decoration: none;
	color: #957640;
}
#body #infoNav a:hover {
	color: #957640;
	text-decoration: none;
}
#body #infoNav ul li {
	list-style-type: none;
	background-image: url(images/head-nav-arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	background-position: 2px 6px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DABB85;
	padding-left: 9px;
}
#body #infoNav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DABB85;
	margin-left: 15px;
	letter-spacing: 1px;
}

#body #homeSelection ul {
	list-style-type: none;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#body #homeSelection li {
	background-image: url(images/head-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 10px;
}
#body #infoNav li ol {

	border-top-color: #FFFFE1;
	border-right-color: #FFFFE1;
	border-bottom-color: #FFFFE1;
	border-left-color: #FFFFE1;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#body #bodyText #gpaLargeButton {
	padding:18px 0 0 0;
}
#body #bodyText #gpaLargeButton a {
	background-image: url(/images/b-bg-gpa.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 472px;
	display: block;
	text-decoration: none;
	font-size: 22px;
	line-height: normal;
	letter-spacing: -1px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 10px;
}

#bodyPopUp {

	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 8px;
}
#bodyPopUp #bodyText {
	padding-right: 10px;
	padding-left: 10px;
}

#bodyPopUp #bodyText h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #092B7A;
	letter-spacing: -1px;
	margin-top: 12px;
}
#topLogo #stateHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #092B7A;
	text-transform: capitalize;
	letter-spacing: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #221E1F;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#body #bodyText #selectStateBody {
	background-image: url(images/bg_select-state-box.png);
	height: 51px;
	width: 477px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
	padding-top: 60px;
}

#body #bodyText #selectStateBody select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width: 50%;
	margin-top: 5px;
}
#frmMain #body #bodyText #rewardsRow {
	letter-spacing: -1px;
	background-image: none;
}
#frmMain #body #bodyText #rewardsRow span {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 15px;
	margin-left: 15px;
	display: block;
	margin-top: 15px;
}
#frmMain #body #bodyText #rewardsRow b {
	background-color: #B5B5B5;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


#frmMain #body #bodyText #rewardsRow img {
	margin-top: 8px;
	margin-bottom: 5px;
	display: block;
	margin-left: 15px;
}


#frmMain #body #bodyText #rewardsRow ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#frmMain #body #bodyText #rewardsRow li {
	list-style-type: none;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#frmMain #body #bodyText #rewardsRow strong {
	display: block;
	letter-spacing: 0em;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/head-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	color: #CC0000;
}
#frmMain #body #bodyText #rewardsRow em {
	letter-spacing: 0em;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-left: 15px;
}





.phone {
	font-size: 18px;
	color: #CC0000;
}
.whiteFont {
	color: #FFFFFF;
}
.backgroundTeamRewards {
	background-image: url(/images/img-team-rewards.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 15px;
}

#topLogo #studentLogin {
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 6px;
	font-size: 15px;
	letter-spacing: -1px;
}
#body #bodyText #studentLoginBody ul {
	list-style-image: none;
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#body #promos .handSign {
	cursor: pointer;
}

#body #bodyText #studentLoginBody li {
	list-style-image: none;
	background-image: none;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#body #bodyText #studentLoginBody p {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
}



#topLogo #studentLogin {
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 15px;
	letter-spacing: -1px;
}
#topLogo #studentLogin a:link, #topLogo #studentLogin a:active, #topLogo #studentLogin a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	padding-right: 3px;
	padding-left: 2px;
}
#topLogo #studentLogin a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #999999;
	padding-right: 3px;
	padding-left: 2px;
}
.texasHeading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #B57B24;
	font-weight: normal;
	display: block;
	line-height: 28px;
	text-decoration: none;
}

.blueFont {
	color: #04357D;
}

.redFont {
	color:#CC0000;
}
#body #bodyText #divider {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	margin-top: 20px;
	margin-bottom: 15px;
	clear:both;
}
#body #bodyText #divider2 {

	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}
#body #bodyText h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 14px;
	margin-bottom: -5px;
	letter-spacing: -1px;
	margin-top: 3px;
}
#body #promos2 {

	margin-bottom: 0px;
}
.large {
	font-size: 16px;
}
.larger {
	font-size: 24px;
	line-height: 24px;
}
#body #bodyText h7 {
	font-size: 18px;
}
#horizDiv {
	background-image: url(images/l-hr-verticaldots.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 1px;
}

/* Grey Box CSS */

#GB_overlay {
  background-image: url(images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 22px;
  left: 0;
  position: absolute;
  background-color: #fff;
  border: 5px solid #aaa;
  border-top: 0;
  overflow: visible;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
}

#GB_header {
  margin: 0;
  top: 0;
  border-left: 5px solid #aaa;
  border-right: 5px solid #aaa;
  height: 22px;
  position: absolute;
  background-color: #888;
  z-index: 151;
}

#GB_caption {
  font-family: helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}

#GB_close {
  padding: 2px 5px 0 0;
  float: right;
  cursor: pointer;
}

.greyBg {
	background-color: #F0F0F0;
}
#body #bodyText #backToTopFooter {
	padding: 5px;
	text-align: right;
	background-color: #04357D;
	color: #FFFFFF;
	margin-top: 15px;
}
#body #bodyText #backToTopFooter a, #body #bodyText #backToTopFooter a:link, #body #bodyText #backToTopFooter a:visited, #body #bodyText #backToTopFooter a:active {
	padding: 5px;
	text-align: right;
	background-color: #04357D;
	color: #FFFFFF;
	text-decoration: none;
}
#body #bodyText #backToTopFooter a:hover {
	padding: 5px;
	text-align: right;
	background-color: #04357D;
	color: #FFFFFF;
	text-decoration: underline;
}
.smallFont01 {
	font-size: 9px;
}
.smallFontRed01 {
	font-size: 10px;
	color: #990000;
}
#stateHead h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
}
#body #intFocusHomeRE  {
	background-image: url(/images/intfocus-rel-home.jpg);
	height: 131px;
	width: 550px;
}

#body #intFocusHomeREGreen  {
	background-image: url(/images/intfocus-rel-home-green.jpg);
	height: 131px;
	width: 550px;
}


#body #intFocusHomeLPFORM  {
	background-image: url(/images/intfocus-lpform.jpg);
	height: 131px;
	width: 550px;
}
#body #intFocusHomeALC  {
	background-image: url(/images/intfocus-alc-home.jpg);
	height: 131px;
	width: 550px;
}
#body #intFocusHomeUSPAP  {
	background-image: url(/images/intfocus-uspap-home.jpg);
	height: 131px;
	width: 550px;
}
#body #intFocusHomeBROKER  {
	background-image: url(/images/intfocus-ca-broker-home.jpg);
	height: 131px;
	width: 550px;
}
#body #intFocusHomeRE h2, #body #intFocusHomeALC h2, #body #intFocusHomeUSPAP h2, #body #intFocusHomeBROKER h2, #body #intFocusHomeLPFORM h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding-top: 27px;
	text-align: left;
	padding-left: 10px;
}
#body #intFocusHomeRE ul, #body #intFocusHomeALC ul, #body #intFocusHomeUSPAP ul, #body #intFocusHomeBROKER ul, #body #intFocusHomeLPFORM ul {
	text-align: left;
	padding-left: 42px;
	padding-top: 13px;
	list-style-image: none;
	list-style-type: none;
	color: #FFFFFF;
}
#body #sideCredential {
	padding-top: 10px;
	text-align: center;
}
#frmMain #body #sideCredential ul {
	list-style-type: none;
}
#frmMain #body #sideCredential em {
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
#frmMain #body #sideCredential a {
	display: block;
	text-decoration: none;
	padding: 5px;
}
#frmMain #body #sideCredential a:hover {
	display: block;
	background-color: #F5F5F5;
	text-decoration: none;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid gray;
	background-color:#E4E4E4;
	font-size: 12px;
	font-weight:bold;
	border-style:double;
	border-width:medium;
}
#frmMain #body #bodyText #testimonials ul {
	background-image: none;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 0px;
}
#frmMain #body #bodyText #testimonials li {
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 12px;
	padding-left: 0px;
	background-image: none;
	display: block;
}
#frmMain #body #bodyText #testimonials strong {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	display: inline;
}
#frmMain #body #bodyText #testimonials h6 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: right;
	letter-spacing: 0px;
}
#body #homeFocusText h2 {
	font-weight: normal;
	font-size: 16px;
}
#body #homeFocusText h1 {
	font-size: 26px;
	margin-top: 6px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 10px;
	margin-bottom: 6px;
}
#body #homeFocusText h3 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	margin-top: 3px;
}
a.noStyle {
	text-decoration: none;
}
#body #bodyText #studentLoginBody li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 3px;
}
#body #bodyText #studentLoginBody li a:hover {
	text-decoration: none;
	color: #333333;
	display: block;
	background-color: #FFFFCC;
}
#frmMain #body #bodyText #relSelect {
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 8px;
}
#frmMain #body #bodyText #relSelect a:link, #frmMain #body #bodyText #relSelect a:visited, #frmMain #body #bodyText #relSelect a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#frmMain #body #bodyText #relSelect a:hover {
	border: 1px solid #9CB1E2;
	padding-right: 4px;
	padding-left: 4px;
}
#frmMain #body #bodyText #relSelectDropdown select {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 5px;
}
#frmMain #body #bodyText #relSelectDropdown p {
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#frmMain #body #bodyText #relSelect p {
	margin: 2px;
	padding: 3px;
}
#body #bodyText #greyBox001 {
	background-image: url(/images/greyBox001-bg.png);
	width: 543px;
	margin-top: 18px;
}
#body #bodyText #greyBox001Body {
	background-image: url(/images/greyBox001-top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 14px;
	padding-left: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#body #bodyText #greyBox001 #greyBox001Bottom {
	background-image: url(/images/greyBox001-bottom.png);
	background-repeat: no-repeat;
	height: 3px;
	margin-top: 20px;
}
#body #bodyText #greyBox001Body h1 {
	font-size: 24px;
	color: #333333;
	letter-spacing: -1px;
	font-weight: normal;
	display: block;
	line-height: 24px;
	padding-top: 24px;
	margin: 0px;
}
#body #bodyText #greyBox001 #greyBox001ColL {
	float: left;
	width: 270px;
	padding-left: 10px;
}
#body #bodyText #greyBox001 #greyBox001ColR {
	width: 250px;
	margin-left: 285px;
}



#noScriptNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 27px;
	margin-bottom:40px;
	_margin-bottom:0px;
}
#noScriptNav ul {
	list-style-type: none;
}
#noScriptNav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-right: 4px;
	padding-right: 4px;
}
#frmMain #body #bodyText #homePromo {
	position: relative;
	left: 330px;
	top: -230px;
	display: inline;
}
#coupon {
	height: 221px;
	width: 398px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/bg-coupon.png);
	background-repeat: no-repeat;
}
#body #bodyText #coupon h1 {
	color: #970A0A;
	padding-top:28px;
	_padding-top: 18px;
	padding-bottom: 5px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
#body #bodyText #coupon h2 {
	padding-top: 28px;
	padding-left: 25px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#body #bodyText #coupon em {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-left: 38px;
}
#body #bodyText #coupon p {
	padding-left: 16px;
	padding-top: 20px;
	padding-right: 20px;
}
#body #bodyText #coupon span {
	background-color: #970A0A;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#body #bodyText #coupon h3 {
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	padding-top: 0px;
	margin-left:214px;
	padding-right: 40px;
}
#body #bodyText #coupon sub  {
	padding-left:10px;
	padding-top:20px;
	float:left;
	line-height:10px;
	width:380px;
}
#lpformForm {
	font-size: 11px;
}
input.send-btn {
	margin-top: 10px;
	height: 25px;
	width: 130px;
	background-image: url(/lpform/images/b_submit-off.png);
	margin-bottom: 5px;
}
input.send-btn:hover {
	margin-top: 10px;
	height: 25px;
	width: 130px;
	background-image: url(/lpform/images/b_submit-on.png);
	margin-bottom: 5px;
}

#stateHead span {
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0em;
}

#list001 li {
	background-image: url(/images/head-nav-arrow.gif);
}
#body #bodyText #tableStyle001 td {
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#body #bodyText #tableStyle001 th {
	padding: 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #333333;
	background-color: #E8F3FF;
}
#body #bodyText a:link.greyBox001, #body #bodyText a:visited.greyBox001, #body #bodyText a:active.greyBox001 {
	text-decoration: none;
	height: 60px;
	width: 200px;
	display: block;
	float: left;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #D7EBFF;
	border: 4px solid #CCCCCC;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
}

#body #bodyText a:hover.greyBox001 {
	background-color: #eeeeee;
}
#body #bodyText .greyBox001 small {
	font-size: 12px;
	display: block;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 14px;
}
#body #bodyText .h4Green {
	background-color: #E7F7DF;
	padding-top: 20px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	color: #006600;
	font-weight: normal;
	text-transform: none;
	font-size: 18px;
}
#pricing {
	background-image: url(/images/img-onlinecourse.png);
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 230px;
	background-repeat: no-repeat;
	height: 160px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-bottom: 20px;
}
#body #bodyText #pricing h1 {
	font-size: 1.7em;
	display: block;
}
#body #bodyText #pricing h2 {
	color: #AA0000;
	margin-bottom: 15px;
}
.oneForths {
	float: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#body .oneForths h4 {
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#body .oneForths ul {
	font-size: 11px;
	list-style-type: none;
}
#body  .oneForths  li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#body  .oneForths  a:link, #body .oneForths a:active, #body .oneForths a:visited {
	color: #0E3B59;
	display: block;
	padding: 6px;
}
#body .oneForths a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0E3B59;
}
.oneHalf {
	float: left;
	width: 340px;
	padding: 6px;
	margin-right: 10px;
}
.last   {
	float: right;
}
.clearFix {
	clear: both;
	float:none;
	display:inline-block;
	overflow:hidden;
	height: 1px;
}
