@charset "utf-8";

body {
	background-repeat: repeat-y;
	background-color: #006699;
	background-image: url(images/border.png);
	background-position: center;
	margin: 0px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
	padding: 0px;
	background-color: #FFFFFF;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}



#header h1/* CSS Document */

 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066CA;
	display: block;
	margin: 4px;
	padding: 4px;
}
#header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	display: block;
	width: auto;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#header hr {
	color: #0066CA;
	font-weight: bold;
}
#header img {
	display: block;
	float: left;
	padding-right: 0px;
}
#content {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	display: block;
	width: 90%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333333;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 2px;
	padding-top: 2px;
}
#content img {
	margin-right: 20px;
}
#content .question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	margin-right: 8px;
}

#content ul {
}
#content li {
	display: list-item;
	margin-top: 12px;
	list-style-type: circle;
	margin-right: 12px;
	list-style-image: url(images/check.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	white-space: normal;
	font-weight: bold;
}
#nav {
	text-align: center;
	background-color: #006699;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 8px;
}
#nav li {
	display: inline;
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav   a:hover  {
	color: #999999;
	text-decoration: none;
}
#foot {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
