@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-align: justify;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	list-style-type: circle;
}
#twoColumns li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
#bottomLinks {
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
}
#oneColumn {
	margin-top: 10px;
}
#twoColumns {
	margin-top: 10px;
	margin-bottom: 10px;
}
#title {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin-top: 10px;
}
a {
	font-size: 9px;
	color: #666666;
}
a:visited {
	color: #666666;
}
#testimony {
	background-image: url(images/testimont_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	color: #999999;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	padding-top: 30px;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
