@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	padding-top: 0px;
	margin-top: 0px;
	
}

.bluebar {
	width: 100%;
	height: 30px;
	background-color: #071f4b;
}
#container{
	width: 900px;
    border-right: 4px solid #000;
    border-left: 4px solid #000;
    text-align: left;
    background: #fff;
	margin:auto;

}
#menu {
	background-color: #444242;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;

	font-weight: bold;
}
#menu a:link {
	color: #fff;
	text-decoration:none;
}
#menu a:visited {
	color: #fff;
	text-decoration:none;
}
#menu a:hover {
	color: #ccc;
	text-decoration:none;
}
#content {

	background-color: #fff;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	padding-right: 10px;
	width: 860px;
	position:relative; 
	padding: 20px 20px 10px 20px;
}
#content-home {

	background-color: #fff;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	padding-right: 10px;
	width: 890px;
	position:relative; 
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
}
h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #071f4b;
	padding-bottom: 0px;
	margin-bottom: 0px;

}
#footer {
	background-color: #b4b4b4;
	padding-bottom: 10px;

	padding-top: 10px;
	color: #333;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
}
hr {
	border: 0;
  width: 80%;
background-color: #666;
height: 2px;
margin: auto;
}
#faq-box{
	padding: 5px;
	background: #b4b4b4;
	border: 1px #000 solid;
	width: 500px;
	margin-left: 25px;
	margin-bottom: 25px;
}

#faq-box a:link {
	color: #071f4b;
	text-decoration:none;
}
#faq-box a:visited {
	color: #071f4b;
	text-decoration:none;
}
#faq-box a:hover {
	color: #fff;
	text-decoration:none;
}
a:link {
	color: #071f4b;
	text-decoration:none;
}
a:visited {
	color: #071f4b;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration:none;
}
.sig {
	background-color: