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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ===================== BEGIN FBC CSS ========================= */

body {
	background-color: #52638c;
	background-image: url(images/fbcbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrap {
	width: 800px;
	margin: auto;
	text-align: center;
}

#header {
	width: 800px;
	height: 150px;
}

#contentwrap {
	background-color: #fff;
	width: 798px;
	top: 150px;
	padding: 10px 0 20px 0;
	border: 1px solid #000;	
	clear: both;
}

#menu {
	width: 100%;
	height: 25px;
	text-align: center;
	padding: 0px;
}

#sidebar {
	float: left;
	width: 225px;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#content {
	width: 525px;
	margin-left: 250px;
	margin-right: 10px;
	margin-top: 20px;
	
}

#clear {
	clear: both;
}

#footer {
	position: relative;
	width: 800px;
	text-align: center;
	margin-top: 20px;
	line-height: 110%;
}

/* ===================HEADER ================ */

#header a {
	display: block;
	width: 800px;
	height: 150px;
}


/* ================== MENU ================== */

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
#menu li {
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	margin-left: 8px;
	background-color: #fff;
	padding: 5px 0;
}
  
#menu li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #000;
	padding: 10px;
}

#menu li:hover, #menu li.over {
	background-color: #52638c;
}

#menu li:hover a, #menu li.over a {
	color: #fff;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul, #menu li.over ul {
	left: auto;
	margin-top: 5px;
	margin-left: -9px;
}

#menu li:hover ul li, #menu li.over ul li {
	width: 200px;
	border: solid;
	border-width: 1px 1px 0 1px;
}

#menu li:hover ul li.bottom, #menu li.over ul li.bottom {
	border-bottom: 1px solid #000;
}

#menu li:hover ul li a, #menu li.over ul li a {
	color: #000;
}

#menu li:hover ul li:hover a, #menu li.over ul li.over a {
	color: #fff;
}






/* ======================= SIDEBAR ================ */

#sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 10px;
	line-height: 110%;
}

#sidebar table {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 5px;
	width: 200px;
	margin: auto;
	margin-top: 10px;
}

#sidebar td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
}

/* ======================== CONTENT ============== */

#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin-bottom: 20px;
	line-height: 130%;
	text-align: justify;
	margin-right: 30px;
}

#content ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 0;
	line-height: 130%;
	text-align: justify;
	margin-right: 30px;
}

/* ================== IFRAME ================== */

iframe {
	border: 1px solid #000;
	margin: 10px auto;
}


/* =================== FOOTER ================= */

#footer p {
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a:hover {
	text-decoration: none;
}
	


/* =============== GENERAL ====================== */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #52638c;
	text-align: center;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: medium;
	text-decoration: underline;
}
