body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#fff;
	text-align: center;
	min-width: 760px;	
}

#largeWrap {
	background-color:#ffffff;
	width:762px;
	/*_width:768px;*/
	/*border: 1px solid #999;*/

	margin:0 auto;
	text-align: left;

}


#navlist {
width: 190px;
margin-left:10px;
}
#navlist ul {
margin: 0px;                       /* removes indent IE and Opera     */
padding: 0px;                      /* removes indent mozilla  and  NN7     */
list-style-type: none;           /* turns off the display of bullets   */
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#818181;
font-weight:normal;
margin-left:2px;

}
#navlist li {

}

#navlist a {
	display:block;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/arrow_off.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
	height:30px;
	line-height:30px;
	margin: 0px;
	_margin:-2px;
	border-bottom: 1px solid #d6d6d6;	
	
}

#navlist a:link, #navlist a:visited {
	color: #818181;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active {
	color: #CCCCCC;
	background-image:url(../images/arrow_on.gif);
}


#navlist a#active,#navlist a#active:hover {
	font-weight:bold;
	background-image:url(../images/arrow_on.gif);
	color:#818181;
}

#navlist a.noborder {
	border-bottom:none;
}


.more {
	background-image:url(../images/sq_link.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

a:link, a:visited, a:active {
	color:#333333;
}
a:hover {
	color:#CCCCCC;
}

a.more:link, a.more:visited, a.more:active {
	color:#333333;
}
a.more:hover {
	color:#CCCCCC;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color:#ffa83b;
	text-decoration:none;
}
a.footerlink:hover {
	text-decoration:underline;
}



.quotes{
	background-image:url(../images/yellow_sticker.gif);
	background-repeat:no-repeat;
	width:211px;
	height:180px;
}


p { padding:0px; margin:0px; padding-top:5px; padding-bottom:5px; }

h1{
	font-weight:bold;
	font-size:12px;
	color:#ffa738; 
	margin-bottom:10px;
}

.imageborder {
	padding:5px; 
	border:1px solid #CCCCCC;
}

.clearboth{
	clear:both;
	font-size:1px;
	line-height:1px;
}

img {
	border:none;
}

.testimonials-say{
	font-style:italic;
	margin-bottom:20px;
	width:360px;
}

.testimonials-sign{
	text-align:right;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}

.labelfield{
	width:130px;
	height:25px;
	margin-top:3px;
	float:left;
}

.formfield{
	width:300px;
	height:25px;
	float:left;
}

input.txtfield {
	font-size:12px;
	color:#333333;
	width:150px;
}

input.txtfield_short {
	font-size:12px;
	color:#333333;
	width:50px;
}

.important {
	text-transform:uppercase;
	font-weight:bold;
}