@import url('request.css');

body	{
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) top left repeat-x #C2C6DB;
	width: 100%;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}


#container	{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header1	h1	{
	margin: 0;
	padding: 0;
}

#header1	h1	a	{
	background: url(../images/logo.gif) no-repeat scroll;
	display: block;
	width: 218px;
	height: 81px;
	text-indent: -9999px;
	overflow: hidden;
}

#main	{
	clear: left;
	padding-bottom: 1em;
}

#content	{
	color: #333;
	float: left;
	font-size: 0.75em;
	padding: 1em 15px;
	width: 545px;
}

#content	h2, #content	h3	{
	letter-spacing: -1px;
	margin-top: 0;
	color: #fff;
}

#content	h2	{
	border-bottom: 1px solid #fff;
	font-size: 1.6em;
}

#content	img	{
	border: 2px solid #666;
	margin: 0 0.4em;
}

#content	h3	{
	font-size: 1.6em;
}

#footer	{
	border-top: 1px solid #384f8b;
	margin: 1em 0;
	padding: 1em;
	text-align: right;
	clear: left;
	font-size: 0.6em;
	color: #333;
}

#footer	a	{
	color: #333;
	text-decoration: underline;
}

#footer	a:hover	{
	color: #333;
	text-decoration: none;
}

.common-list	{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
}

.common-list a:link, .common-list a:visited	{
	color: #333;
}

.common-list a:hover	{
	color: #edeef4;
}

.white-list	{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.white-list	span	{
	font-size: 10px;
}

.white-list li	{
	padding: 8px 0;
}

.sample-report	{
	color: #fff;
	float: left;
	font-weight: bold;
	width: 240px;
	text-align:center;
}

address	{
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
}

address a:link, address a:visited 	{
	color: #fff;
}

address a:hover	{
	color: #FFFF99;
}

.testimonials	{
	border-bottom: 1px solid #333;
	padding-bottom: 6px;
}

