body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}

a:link, a:visited {
	color:#1267AB;
	font-weight: bold;
    text-decoration: underline;
	}

/* --------- Headings --------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Arial, sans-serif;
	}

h1 {
	font-size: 13px;
	color: #000;
	border: 1px solid #497497;
	}

h2 {
	font-size: 13px;
	border-bottom: 1px dashed #000;
	}

h3 {
	font-size: 13px;
	}

/* ----- Main Divs ----- */
#mother {
    width: auto;
	margin: auto;
	color: #000;
	}

#topBar {
	display: none;
	}

#banner {
	display: none;
	}

#content {
	margin: auto;
	padding: 0px;
	width: auto;
	}

#footer {
	display: none;
	}

#menu {
	display: none;
	}
#wibiyaToolbar {display:none!important;}
