/* GENERAL */
a:link {
	color: #5A88BF;
}
a:visited {
	color: #7F5B4B;
}
a:hover {
	color: #7F5B4B;
}
a:active {
	color: #7F5B4B;
}
/* HEADER */
.header {
	background-image:   url("../images/head-bg.gif");
	background-color: #F4F8F9;
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5A88BF;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
}

/* CONTENT AND FOOTER PLACEMENT  */
.footer {
	position: relative;  /* Needed for Safari */
	padding: 0.5em;
	background-color: #5A88BF;
	/*width: 100%;*/
}

/* MENU */
#nav a {
	color: #FFFFFF;
        text-decoration: none;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	width: 10em;
	background-color: #7F5B4B;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0px;
}

/* FAQ */
.faqQ {
	font-weight: bold;
	color: #5A88BF;
}
.faqA {
	margin-top: -1em;
	padding-bottom: 1em;
}



