
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:10;
	margin:0;
	background:#FFFFFF;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:150px;
	margin-right:150px;
	background:#FFFFFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-62px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110px;
	background:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	margin-left:-149px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:62px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left p {padding-left:3px;padding-right:2px}
#right p {padding-right:1px;padding-left:10px;}

#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	margin-right:-149px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:62px ;margin-right:-149px;}/* stop float drop in ie */

#footer {
	width:100%;
	clear:both;
	height:60px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:62px;/* for ie5 */
	he\ight:60px;/* for ie6 */
}
#clearheader{height:112px;}/*needed to make room for header*/
#clearfooter{clear:both;height:60px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {float:right;width:100%;position:relative;margin: 0 -0.5%;}
.outerwrap {
float: left;
width: 99%;
}

/*cope with inheritance bugs*/
body, table, th, td{
color:#000000;
font-size: x-small;
font-family:Arial, Verdana, Helvetica, sans-serif, Geneva;
}

/*body specific*/
body{
background-image:url(background1.gif);
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a:link{
text-decoration: underline;
color:#224499;
font-size:12px;

}

a:visited{
color:#773333;
text-decoration:underline;
font-size:12px;
}

a:hover{
color:#c13c28;
font-size:12px;
text-decoration:underline;
}

a:active{
color:#000088;
font-size:12px;
text-decoration:none;
}

li{
color:#000000;
list-style-type:square;
}

ol{
color:#000000;
}

ul{
color:#000000;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
font-family:Arial, Verdana, Helvetica, sans-serif, Geneva;
}

/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

TABLE		{ COLOR: #000000; FONT: 12px arial, verdana, sans-serif; font-weight: normal }

.title 		{ COLOR: #FF6633; FONT: 14px arial, sans-serif; font-weight: bold }

.titleyellow { COLOR: #FFFF00; FONT: 14px arial, sans-serif; font-weight: bold }

.subtitle 	{ COLOR: #000099; FONT: 13px arial, sans-serif; font-weight: bold }

.phonetitle 	{ color: #339900; FONT: 13px arial, sans-serif; font-weight: bold }

.smalltext	{ COLOR: #666666; FONT: 12px arial, verdana, sans-serif; font-weight: normal }

.copytext 	{ COLOR: #666666; FONT: 10px arial, verdana, sans-serif; font-weight: bold }

.quotechoice 	{ COLOR: #000099; font-weight: normal }

.testimonial	{COLOR: #339900; font-weight: bold; font-style: italic; }

.just 		{ text-align: justify }

.faq 		{ line-height: 18px }

#ZOOM 		{ LEFT: 10px; POSITION: absolute; TOP: 10px }

SELECT {
	FONT-FAMILY: Arial, Verdana, Geneva,  Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#ffffff;}
.actCHECKOUTBG {background-color:#eeeeee;}

.actlarger{
font-size: larger;
color:#000000;
}

.actsmaller{
font-size: smaller;
color:#000000;
}

.actxxsmall{font-size:10px;color:#000000;}
.actxsmall{font-size:11px;color:#000000;}
.actsmall{font-size:12px;color:#000000;}
.actregular{font-size:medium;color:#000000;}
.actlarge{font-size:large;color:#000000;}
.actxlarge{font-size:x-large;color:#000000;}
.actxxlarge{font-size:xx-large;color:#000000;}

.actwarningcolor{color:#ff3300;}
.actrequiredcolor{color:#ff3300;}
.actsearchhighlightcolor{color:#408080;}
.actrequired{color:#ff3300;}
.actwarning{font-size:x-large;color:#ff3300;}
.actwelcome{font-size:medium;color:#000000;}

.actlogotext {font-family:Arial, Verdana, Helvetica, sans-serif, Geneva; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;color:#0000ff;}


