/*

9/28/06
1. removed: 
	
	table#header {
	width: 100%;}
	
	td.headTop{
	color: #fff;
	background-color: #306;
	text-align: right; }
	
	td.headBot{
	color: #fff;
	background-color: #306;
	text-align: right; 
	font-size: larger;
	font-weight: bold;}	
	
10/12/06
	1. The form tag was causeing an extra padding at bottom of header in IE.
12/12/07
	1. Add	.require 
2/9/2009
	1. Add img.center	
8/26/09
	1. Add a:link img a:visited img 
4/16/2010
	1. Add a.noLine:link  - remove underline for links esp for images
*/
	
body{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; }

#HeadTop {
	color: #fff;
	background-color: #fff;
	text-align: right;
	width: 100%;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
}
#HeadTop a {
	text-decoration: none;	
	 border-width:0;
}
#HeadTop img {
		 border-width:0;
}
#HeadMid {
	color: #141D70;
	text-align: right;
}

.left {
	float: left; }
.imgLeft {
	float: left;
	margin-right: 10px; }
.imgRight {
	float: right;
	margin-left: 10px; }	
.right {
	float: right; }
.clear {
	clear: both; }
#HeadBottom {
	color: #fff;
	background-color: #66669A;
	text-align: right;
	clear: both;
	font-size: larger;
	font-weight: bold;
	padding-right: 5px; }		

table.main{
	width: 100%; }
#menu{
	vertical-align: top;
	width: 150px;
 }	

#contentMain {
	background-image: url(../img/contentmainback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	border-top: 2px solid #9c9a9c;
	border-right: 2px solid #9c9a9c;
	border-left: 2px solid #9c9a9c;
}	

	
table.features{
	border-top: 2px solid #9c9a9c;
	width: 100%;
	clear: both; }
	
table.features td{
	vertical-align: top;
	width: 33%;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #000; }	
.headerRt {
	width: 270px;
	float: right; }		

#footer {
	color: #fff;
	font-size: smaller;
	background-color: #66669A;
	clear: both; }
#footerSub {
	color: #9c9a9c;
	font-size: smaller;
	margin: 0;
}	
.indent19 {
	margin-left: 19px;
}

/* table extras ----------------------------------- */

table.border{
	width: auto;
	border: solid 1px #999; }

th.border  {
	color: #306;
	text-align: left;
	vertical-align: bottom;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom: 2px solid #000; }


td.dash {
	vertical-align: top;
	margin: 0;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom: 1px dashed #000; }
	
.provider {
	font-size: x-small;
	text-align: center;
	width: 130px; }
.noWrap {
	white-space: nowrap; }
/* images ----------------------------------- */
.imgLeft  {
	float: left ;
	margin-right: 5px;
	margin-bottom: 5px; }
.imgRight {
	float:right;
	margin-bottom: 5px;
	margin-left: 5px; }
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }
		
hr.pur {
	color: #999;
	background-color: #666699;
	width: 90%;
	height: 1px;
	clear: both;
	margin-left: 0;
	border-style: none;
}
/* Text ----------------------------------- */
.u {
	text-decoration: underline; }
.i {
	font-style: italic; }	
.b {
	font-weight: bold; }
.bLarge {
	font-size: larger;
	font-weight: bold; }
.iu {
	font-style: italic;
	text-decoration: underline; }
.ib {
	font-style: italic;
	font-weight: bold; }
.iub {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold; }
.bCaps {
	font-weight: bold;
	text-transform: capitalize; }
.bUpper {
	font-weight: bold;
	text-transform: uppercase; }
.sup {
	font-size: smaller;
	vertical-align: top; }	
.quoteIn{
	padding: 13px 15px; }
.indent {
	padding-left: 15px; }
.quoteInBold{
	font-weight: bold;
	padding: 13px 15px; }
.quoteInItalic{
	font-style: italic;
	padding: 13px 15px; }
.pur {
	color: #666699;
	background-color: transparent;
}
.purItalic {
	color: #306;
	font-style: italic;
	background-color: transparent; }	
.purBold {
	color: #666699;
	font-weight: bold;
}
.purBoldLrg {
	color: #666699;
	font-size: larger;
	font-weight: bold;
}	
.purBoldLCtr {
	color: #306;
	font-size: smaller;
	font-weight: bold;
	text-align: center; }
a.greenBoldLrg {
	color:#217865;
	font-size: larger;
	font-weight: bold;
}		
.smaller {
	font-size: smaller; }
a.white {
	color: #fff;
	text-decoration: none; }
a.white:hover {
	color: #ccc;
	text-decoration: underline; }
a.blue {
	color: #141D70;
	text-decoration: none; }
a.blue:hover {
	color: #141D70;
	text-decoration: underline; }	
a.greenBoldLrg {
	color:#217865;
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
}	
a:link img a:visited img {
    border-style: none;
	border-color:#FFFFFF;
	}	
a.noLine:link  {
	border-style: none;
	text-decoration: none;
	}			
img
{  border-style: none;
}		
h2 {
	color: #306;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.83em 0; }
.ctr {
	text-align: center; }

.require {
	color: #900; }
	
/* hacks  */
form {
	margin: 0;
	padding: 0; }

