body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:normal;
	margin:0px;
	padding:0px;
	background-color:#d2d2d2;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:normal;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	text-decoration:underline;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #990000;
	text-decoration:none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366;
	text-decoration:underline;
}

/* IDs */

#header {
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	width:1006px;
	height:252px;
}
#navigation {
	background-image:url(../images/navBG.gif);
	background-repeat:no-repeat;
	width:1006px;
	height:24px;
}
#banner {
	background-image:url(../images/bannerHome.jpg);
	background-repeat:no-repeat;
	width:1006px;
	height:206px;
}
#pageBody {
	background-image:url(../images/pageBG.gif);
	background-repeat:repeat-y;
	width:1006px;
}
#container {
	width:940px;
	padding-top: 10px;
}
#footer {
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	width:1006px;
	height:32px;
}

/* NAVIGATION */
#homeBTN {
	background-image: url(../images/homeBTN.gif);
	background-repeat:no-repeat;
	width: 61px;
	height:23px;
	float:left;
}
#homeBTN:hover {
	background-image:url(../images/homeOver.gif);
	background-repeat:no-repeat;
	width: 61px;
	height:23px;
	float:left;
}
#aboutBTN {
	background-image: url(../images/aboutusBTN.gif);
	background-repeat:no-repeat;
	width:86px;
	height:23px;
	float:left;
}
#aboutBTN:hover {
	background-image:url(../images/aboutusOver.gif);
	background-repeat:no-repeat;
	width:86px;
	height:23px;
	float:left;
}
#testBTN {
	background-image: url(../images/testBTN.gif);
	background-repeat:no-repeat;
	width:108px;
	height:23px;
	float:left;
}
#testBTN:hover {
	background-image:url(../images/testOver.gif);
	background-repeat:no-repeat;
	width:108px;
	height:23px;
	float:left;
}
#getBTN {
	background-image: url(../images/gtstdBTN.gif);
	background-repeat: no-repeat;
	width:133px;
	height:23px;
	float:left;
}
#getBTN:hover {
	background-image:url(../images/gtstdOver.gif);
	background-repeat: no-repeat;
	width:133px;
	height:23px;
	float:left;
}
#franBTN {
	background-image:url(../images/franBTN.gif);
	background-repeat:no-repeat;
	width:106px;
	height:23px;
	float:left;
}
#franBTN:hover {
	background-image:url(../images/franOver.gif);
	background-repeat:no-repeat;
	width:106px;
	height:23px;
	float:left;
}
#indBTN {
	background-image: url(../images/indcatBTN.gif);
	background-repeat:no-repeat;
	width:158px;
	height:23px;
	float:left;
}
#indBTN:hover {
	background-image:url(../images/indcatOver.gif);
	background-repeat:no-repeat;
	width:158px;
	height:23px;
	float:left;
}
#discBTN {
	background-image: url(../images/discBTN.gif);
	background-repeat:no-repeat;
	width:102px;
	height:23px;
	float:left;
}
#discBTN:hover {
	background-image:url(../images/discOver.gif);
	background-repeat:no-repeat;
	width:102px;
	height:23px;
	float:left;
}
#faqBTN {
	background-image: url(../images/faqBTN.gif);
	background-repeat:no-repeat;
	width:85px;
	height:23px;
	float:left;
}
#faqBTN:hover {
	background-image:url(../images/faqOver.gif);
	background-repeat:no-repeat;
	width:85px;
	height:23px;
	float:left;
}
#linksBTN {
	background-image: url(../images/lnkBTN.gif);
	background-repeat:no-repeat;
	width:65px;
	height:23px;
	float:left;
}
#linksBTN:hover {
	background-image:url(../images/lnkOver.gif);
	background-repeat:no-repeat;
	width:65px;
	height:23px;
	float:left;
}
#contactBTN {
	background-image: url(../images/cntctBTN.gif);
	background-repeat:no-repeat;
	width:68px;
	height:23px;
	float:left;
}
#contactBTN:hover {
	background-image:url(../images/cntctOver.gif);
	background-repeat:no-repeat;
	width:68px;
	height:23px;
	float:left;
}

/* Classes */
.tableClass {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
.tableFormField {
	height: 15px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	font-size:10px;
	color:#990000;
}
.tableFormField2 {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	font-size:10px;
	color:#990000;
}


#testimonialBox {
	background-image:url(../images/testimonialBubble.gif);
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	padding: 5px 10px 5px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:880px;
	}
	#testimonialBox h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#006699;
		}