body {
	margin: 0px;
	background-color: #E5E5E5;
	font-family: Tahoma;
	font-weight:normal;
	font-size: 12px;
	color: #333333;
}

p {
text-align:justify;
}

a.forgot {
	font-size:9px;
	color:#fffbf3;
	font-weight:normal;
	text-decoration:underline;
}

.nav {
	font-size: 11px;
	font-weight:bold;
	color:#5782bb;
}
a.nav:link {
	color:#5782bb;
	text-decoration:underline;
}
a.nav:hover {
	color:#4c71a2;
	text-decoration:none;
}

/*** services.html page ***/
.servicesLinks{
	color:#003366;
	text-decoration:none;
}
a.servicesLinks:active {
	color:#003366;
	text-decoration:none;
}

a.servicesLinks:link {
	color:#003366;
	text-decoration:none;
}
a.servicesLinks:hover {
	color:#666666;
	text-decoration:none;
}
a.servicesLinks:visited {
	color:#003366;
	text-decoration:none;
}
/****************************/



/* general links */
a:visited {color: #0000ff;
  font-weight: normal;
  background: transparent;
  text-decoration: none; }
a:link {color: #0000ff;
  font-weight: normal;
  background: transparent;
  text-decoration: none; }
a:hover {color: #666666;
  font-weight: normal;
  background: transparent;
  text-decoration: none; }
a:active  {color: #999999;
  font-weight: normal;
  background: transparent;
  text-decoration: none; }


h1 {
	font-size:11px;
	font-family:Tahoma;
	color:#ffffff;
	margin:0px;
}

h2 {
	font-size:12px;
	color:#d2752b;
	margin:0px;
	text-decoration:underline;
}

h3 {
	font-size:12px;
	color:#333333;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

.content {
	font-size:11px;
}

.services {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
.PaymentFormItems{
	font-weight:bold;
	text-align:left;
}

.footer {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.asterisks{
	font-size: 14px;
 	color: #cc0000;
  	font-weight: bold;
    vertical-align:middle;
}
a.footer:link {
	color:#FFFFFF;
	text-decoration:underline;
}
a.footer:hover {
	color:#FFFFFF;
	text-decoration:none;
}

a.terms {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006666;
	font-weight:bold;
	text-decoration:underline;
}

.formAltColor {
	background-color: #fff1dd;
}

.helpButton{
cursor:pointer;
border:none;
vertical-align:text-bottom;
}
img {
	border-color: #000000;
	border-style: none;
	border-width: 0px;
}

.dividerHR{
  width:100%;
  color:#E9E9E9;
  background-color:#E9E9E9;
  height:1px;
  border:0px;
}
.dividerTrBB{
  border-bottom:1px;
  border-bottom-color:#CCCCCC;
  border-bottom-style:solid;
}
.state_links{
   text-align:left;
   margin-left:5px;
   margin-right: 5px;
   margin-bottom:10px;
   font-size:11px;
}
.leftalign {text-align:left;} 
.centeralign {text-align:center;}
.rightalign {text-align:right;}



/****Hover box **********/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
        text-decoration: none;
	color:#ffd502;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
    text-decoration: none;
	color:#ffd502;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #000000;
	border-style: none;
	border-width: 0px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 300px;
}

.helpButton{
cursor:pointer;
border:none;
vertical-align:text-bottom;
}

 /* Drop Down Menu link colors and bg controlled in html*/
.ddm1 {
	font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
 }


.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1:visited,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 4px 2px 4px 2px;
    text-decoration: none;
    display: block;
    position: relative;
	
 }


.ddm1 .item1,
.ddm1 .item1:visited {
    background: transparent;
    color:#000000;
  }

.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: transparent;
    color: #666666; }

.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 4px 8px 8px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    text-align:left;
    border: 2px #ffffff; /*line under each item in sub menu*/ 
    border-style: none none solid none;
    font-size:90%;
 }

.ddm1 .item2,
.ddm1 .item2:visited  {
    background: #F1EEFD;
    color: #000000;
    text-align:left;
    border: 2px #ffffff; /*line under each item in sub menu*/ 
    border-style: none none solid none;
    font-size:90%;
 }

.ddm1 .item2:hover {
    background: #F1EEFD;
    color: #999999;
    text-align:left;
    font-size:90%;
 }

.ddm1 .section {
	border: 2px #ffffff; /*lines around sub menu*/ 
	border-style: solid solid none solid; 
    position: absolute;
	margin-left:-277px;
	margin-top:24px;
    visibility: hidden; /*sub menu hidden until mouseover*/ 
    z-index: -1;  /*moves sub menu behind main menu*/ 
    white-space: nowrap; }

.ddm1 .left, .ddm1 .left:hover { border-style: none none none none; }
.ddm1 .right, .ddm1 .right:hover { border-style: none none none none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */


