@charset "UTF-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img	{
	border: 0px;
}
	

#wrapper 
{
	margin: 0 auto;
	width: 750px;
	background: none;
	height: 100%;
	}

#content
{
	width: 760px;
	padding: 10px;
	background-image: url(images/background.jpg);
	text-align: left;
	border-top: 3px solid #72818E;
	border-left: 3px solid #72818E;
	border-right: 3px solid #72818E;
	border-bottom: 5px solid #72818E;
	min-height: 650px;
}


#text
{
	border-top: 3px solid #72818E;
	border-left: 3px solid #72818E;
	border-right: 3px solid #72818E;
	border-bottom: 5px solid #72818E;
	background-color: #F6F9FF;
	width: 450px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float: left;
	margin-top: 30px;
	min-height: 350px;
	}



#header3
{
	width: 700px;
	height: 80px;
	border-top: 3px solid #72818E;
	border-left: 3px solid #72818E;
	border-right: 3px solid #72818E;
	border-bottom: 5px solid #72818E;
	background-color: #F6F9FF;
	margin-top: 10px;
	}


#left
{
	width: 193px;
	height: 290px;
	padding: 0px;
	float: left;
	margin-top: 20px;
}

h1
{
	font-size: 2em;
	margin-bottom: 10px;
	color: #324661;
}

h2
{
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #617146;
}

h3
{
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: 3px;
	color: #9B775C;
}

p
{
	margin-top: 0px;
}

#foot
{
	width: 100%;
	 text-align: center;
	  font-size: 0.8em;
	   background-color: #677148;
	    padding: 5px;
		color: #FF9933;
		}

ul
	{list-style: none;}

.bulletlist
	{list-style-type: disc;
	}

.bulletitem
	{margin-bottom: 15px;}	

.faqmenu
	{margin-bottom: 7px;}
	
.return
	{text-align:right;
	font-size:small;}	
	
a:link {
	color: #FF9933;
	text-decoration:none;
}
.faqmenu a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
	text-decoration:none;	
}
.faqmenu a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #324661;
	text-decoration:none;	
}
.faqmenu a:hover {
	color: #324661;
	text-decoration:none;	
}