/* CSS Document */



/*** Spacing for Table Cells ***/

.logo-banner-spacing {
height:19px;
}

.banner-body-spacing {
height:19px;
}

.nav-spacing1 {
height:8px;
}

.nav-spacing2 {
height:2px;
}

.right-column-spacing {
height:16px;
}

.body-line-spacing {
height:4px;
}

.body-paragraph-spacing {
height:18px;
}

.body-link-spacing {
height:10px;
}

.body-nav-spacing {
width:25px;
}

.form-spacing {
height:19px;
}


/*** Styles for Banner and Body Content ***/

.main-table {
width: 900px
}

.main-content-td {
background-color:#eef0ef;
border: 1px solid #CCCCCC;
vertical-align:top;
}

.alltext {
font-family:Arial, Helvetica, sans-serif;
}

.smalltext {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#595959;

}

.main-headertext {
font-size:19px;
color:#595959;
font-weight:bold;
}

.bodytext {
font-size:11px;
line-height:13px;
color:#595959;
}

.sub-subheadtext {
font-size:12px;
color:#a01d21;
font-weight:bold;
}

a.text:link {
color:#003997;
font-size:11px;
}

a.text:visited {
color:#003997;
font-size:11px;
}

a.paragraph:link {
color:#003997;
font-size:11px;
}

a.paragraph:visited {
color:#003997;
font-size:11px;
}

h3 {
font-size:11px;
}


.form-asterisk {
color:#ff0000;
}


/*** Styles for Navigation ***/

.step-headertext {
color:#595959;
font-size:12px;
color:#595959;
font-weight:bold;
height:17px;
vertical-align:top;
}

.navcell {
border:1px solid #cccccc;
background:url(../images/nav_gradient.gif);
background-repeat:repeat-x;
}

* html .navcell {
  /* IE hover alternative */
  behavior: expression( 
    this.onmouseenter=new Function("this.className+=' hover'"),
    this.onmouseleave=new Function("this.className=this.className.replace(' hover','')"),
    this.style.behavior=null);
    }

.navcell:hover, .hover {
background:url(../images/nav_gradient_on.gif);
background-repeat:repeat-x;
}
	
.navcell a {
text-decoration:none;
color:#2f6782;
cursor:pointer;
}

.navcell:hover a, .hover a {
text-decoration:none;
color:#ffffff;
cursor:pointer;
}

.navstep {
font-size:13px;
font-weight:bold;
}

.navtext {
font-size:11px;
}

.nav-on {
background:url(../images/nav_gradient_on.gif);
background-repeat:repeat-x;
border:1px solid #cccccc;
}

.nav-on a {
text-decoration:none;
color:#ffffff;
cursor:pointer;
}


/*** Styles for Chat ***/

.chat-header {
background-color:#356567;
font-size:14px;
text-transform:uppercase;
color:#ffffff;
font-weight:bold;
}

.chatcell {
border-left:1px solid #356567;
border-bottom:1px solid #356567;
border-right:1px solid #356567;
}

.chatcell2 {
border-left:1px solid #999999;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
border-top:1px solid #999999;
}

.chattext {
font-size:11px;
line-height:13px;
color:#595959;
}

a.chat:link {
font-size:14px;
font-weight:bold;
color:#2f6782;
}

a.chat:visited {
font-size:14px;
font-weight:bold;
color:#2f6782;
} 


/*** Styles for Registration ***/

.register-header {
background-color:#999999;
font-size:11px;
font-weight:bold;
color:#ffffff;
}

.registercell {
border-left:1px solid #999999;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
color:#595959;
height:55px;
}

.registercell-headertext {
font-size:12px;
font-weight:bold;
}

.registercell-bodytext {
font-size:11px;
line-height:13px;
}

.callcell {
border-left:1px solid #999999;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
color:#595959;
height:40px;
}