@import url(test.css);

body {
	margin: 0px 0 20px;
	padding:0px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:90%;

	}


h1 {
	color: #014F79;


	}

h2 {
	color: #014F79;

	}

p {
	padding: 5px 5px 5px 5px;
	}




a:link {
	color: #4393BC;
	text-decoration: none;
	}
	
a:visited {
	color: #006;
	text-decoration: none;
	}
	
	
#leftcolumn {
	float: left;
	width:175px;
	margin-right:20px;
	font-family: Georgia, serif;
	color: #993300;
	font-size: 12px;
	text-align: center;
}

#content {
 margin:-50px 5px 5px 210px;
 width:650px;
}

#content ul{margin:10px; padding:5px}
#content ul li{margin:10px; padding:10px; list-style:none;}


.brown {
	position: absolute;
	top:220px;
	left:10px;
	width:185px;

}


.testimon {
	position: absolute;
	top:250px;
	left:10px;
	width:185px;

}

.demo {
	position: absolute;
	top:430px;
	left:10px;
	
}
.brown2 {
	position: absolute;
	top:620px;
	left:10px;
	width:185px;

}
.testimon2 {
	position: absolute;
	top:650px;
	left:10px;
	width:185px;

}
.grey {

	border: 2px solid #d0eaf4;
	margin:10px;
	}

.credit {
font-size:50%;
}


dl{}/*definition list for FAQ*/
dt{color: #1276A9; font-weight:bold; font-size:120%; margin:10px; background: url(images/question.gif) no-repeat left center; padding-left:20px;}
dd{background: url(images/answer.gif) no-repeat left 13px; padding:10px 5px 10px 25px; margin:10px; border-top:1px dotted #dedede; border-bottom:1px dotted #dedede;}
