﻿@import url(layout.css);
#bodyfaq {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	
}
#container {
	background-color: #fff;
	width: 740px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #fff;
	width: 740px;
}
#navigation {
	background-color: #ba0001;
	overflow: hidden;
}
#footer {
	width: 740px;
	text-align: center;
	background-color: #ba0001;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 1px 5px 0;
}
#company p {
	font-size: 14px;
	color: #000;
	margin: 5px 5px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #0b51fe;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
