body {
	margin: 0px 0px 15px 15px;
	padding: 0px;
	background: #FFFFFF;
	/*background: url(images/bg.gif) repeat-x;*/
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;	
	}

.homecell {

	background: url(images/homeback1.jpg) no-repeat;
	height: 170px;
	padding: 12px 4px 2px 8px;
}
	
td, p {	
	/*line-height: 15px;*/
	font-size: 12px;
}

.maintable {
	width: 780px;
	background: #FFFFFF;
}

.fontsmall 
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.pararedbold 
{
	font-size: 13px;
	font-weight:bold;
	color: #CC0000;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #2B6EB8;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	}
a:hover {
	color: #124F93;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial, sans-serif;	
	}
	

	
a.footerlink:link, a.footerlink:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	/*background: #CDDFFD;*/
	color: #F5F5F5;
	}
a.footerlink:hover {
	color: #F5F5F5;
	font-size: 11px;
	text-decoration: underline;
	}
	
a.footerlink2:link, a.footerlink2:visited {
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	/*background: #CDDFFD;*/
	color: #F5F5F5;
	}
a.footerlink2:hover {
	color: #F5F5F5;
	font-size: 10px;
	text-decoration: underline;
	}
	

#footer {	
	background: url(images/footerslice.gif);
	height: 49px;
	color: #F5F5F5;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	text-align: center;
}	

#footer2 {	
	background: #333333;
	text-align: center;
	color: #999999;
	font-size: 10px;
	padding-top:12px;
}	

h1 
{
	margin: 5px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 5px;
}

h2 {
	margin: 0px;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

/* top nav */

* html #logo, 
* html #nav, 
* html dl.teaser {
	height: 1%;
	}
* html ul.articles li a { height: 1%; }
* html ul.leftnav li a { height: 1%; }


#nav {
	padding: 10px 3px 10px 6px;
	background: #000000;
	/*background: url(images/topnavslice.gif) repeat-x;*/
	height: 25px;
	font-size: 13px;
	font-family: tahoma, verdana, arial;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px 7px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
#nav li a:hover {
	color: #FFFFFF;
	background: #505050;
	}
#nav li a.active {
	color: #FFFFFF;
	background: #094C99;
	}

/* subpage rightnav navigation items */
#leftnavback {
	background: #094C99;
	width: 190px;
	}
	
/*  right Nav  */

ul.leftnav {
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 90%;
	list-style: none;
	background: #F9FBFE;
	font-family: tahoma, verdana, arial;
	}
ul.leftnav li {
	margin: 0;
	padding: 0;
	}
ul.leftnav li a {
	display: block;
	margin: 0;
	padding: 4px 4px 4px 20px;
	border-bottom: 1px dotted #B0C29B;
	background: url(/images/navbacknorm.gif) no-repeat ;
	/*background-color: #D9E7F7;*/
	}
ul.leftnav li a:hover {
	text-decoration: none;
	background-color: #EBF2FA;
	background: #fff url(/images/navbackover.gif) no-repeat;
	}
	
ul.leftnav li a.active {
	text-decoration: none;
	background-color: #EBF2FA;
	background: #fff url(/images/navbackover.gif) no-repeat;
	}

ul.leftnav li.last a {
	border-bottom: none;
	}
	

	
/* form items */

.btn {
border: 1px outset; 
cursor: pointer; 
font-size:9px; 
font-weight: normal; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(/images/button2.gif);
/*background-image: repeat-x;*/
}

.btn_med {
border: 1px outset; 
cursor: pointer; 
font-size:10px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(/images/button2.gif);
/*backgroung-image: repeat-x;*/
width:116px;
height: 28px;
}

.btn_wide {
border: 1px outset; 
cursor: pointer; 
font-size:9px; 
font-weight: normal; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(/images/button2.gif);
/*backgroung-image: repeat-x;*/
width:160px;
}

.inputbox  
{ 
width:170px; 
border: 1px #808CA6 solid; 
font: 13px tahoma,verdana, arial; 
color: #3E4148; 
background-color: #F5F6F8; 
}

.formfield {
    border-left:1px solid #666;
    border-top:1px solid #666;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    font-weight: normal;
    font: 13px tahoma,verdana, arial; 
    BACKGROUND-COLOR: #f8f8f8;
    color: #3C3B3B;
}

/*--- left sub navigation --- */
#subnav {
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align: left;
	}
#subnav li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #98C902;
	}
#subnav li.active {
	/*background: url(../img/subnav_hover.gif) repeat-x top left;*/
	}
#subnav li.active a {
	color: #FFFFFF;
	background: #5C7A01 url(images/arrowactive.gif) no-repeat 100% 50%;
	}
#subnav a {
	display: block;
	margin: 0;
	padding: 5px 18px 5px 25px;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	background: #7FA801 url(images/arrownorm.gif) no-repeat 100% 50%;
	color: #FFFFFF;
	}
#subnav a:hover {
	color: #FFFFFF;
	background: #7AA201 url(images/arrowhover.gif) no-repeat 100% 50%;
	font-weight: bold;
	}	
/*--- end left nav --- */

/* Rates Table */

.rateHeader {
	font-family: Verdana,arial,sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#000000;
}

.rateYours {
	font-family: Verdana,arial,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#940243;
}

.rateCompetition {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
	background-color:#FFFFFF;
}

.rateTerm {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

