﻿body {
}

.faqcontent
{
	position: relative;
	background-image: url("/img/faqbg.jpg");
	background-repeat: repeat-x;   
	background-color: White;    
	top: 0px;
	left: -1px;
	width: 684px;
	/*height: 500px;*/
	border-style: solid;
	border-width: 1px;
	border-color: #033071;
	border-bottom-style: none;
}

.faqnarrative
{
	position: relative;
	width: 450px;
	margin: 10px;
	border-style: none;
	font-family: Arial;
}

.imagewrapright
{
	float: right;
	margin: 8px;
}

.imagewrapleft
{
	float: left;
	margin: 8px;
}

.faqheader
{
	font-family: Arial;
	font-size: 25px;
	margin: 10px;
}

.faqlink
{
	text-decoration: none;
	font-size: 15px;
}

a.faqlink:link, a.faqlink:active, a.faqlink:visited
{
	text-decoration: underline;
	color: #032c6a;
}

a.faqlink:hover
{
	text-decoration: underline;
	color: #064baa;
}
