﻿@import url(Shared.css);

body
{
	background-color: #080f24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 155%;
	font-size: 80%;
	margin: 0px;
	padding: 5px;
}
h1
{
	font-size: 200%;
	font-weight: bold;
	margin-top: 10px;
}
h2
{
	font-size: 150%;
	font-weight: bold;
	margin-top: 30px;
}
h3
{
	font-size: 125%;
	font-weight: bold;
	margin-top: 30px;
}
p
{
	margin: 15px 0px;
}
p.quote
{
	margin: 5px 50px;
	font-weight: bold;
}
a:link
{
	color: Blue;
	text-decoration: none;
}
a:hover
{
	color: Blue;
	text-decoration: underline;
}
img.right
{
	display: block;
	float: right;
	margin: 5px 0px 5px 10px;
}
img.left
{
	display: block;
	float: left;
	margin: 5px 10px 5px 0px;
}
.clear
{
	clear: left;
}
.greentext
{
	color: Green;
}
.pageBorder
{
	display: block;
	width: 900px;
	margin: 10px auto; /* horizontally center descendants on background; does not work <= IE6 */
	overflow: hidden;
}
.pageContainer
{
	background-color: White;
	margin: 0px;
}
.pageBanner
{
	width: 900px;
	height: 158px;
	background-image: url(../Images/mesabahai-banner.png);
	margin: 0px;
	padding: 0px;
}
.bannerLogo
{
	margin: 25px 10px 0px 160px;
	display: block;
	float: left;
}
p.large
{
	font-size: 200%;
	font-weight: bold;
}
div.menubar
{
	width: 730px;
	padding: 90px 10px 5px 160px;
}
div.menubar a:link
{
	color: White;
	text-decoration: none;
}
div.menubar a:hover
{
	color: White;
	text-decoration: none;
}
div.menubar a:visited
{
	color: White;
}
div.menubar > div
{
	display: block;
	float: left;
	margin: 5px 10px;
	text-align: center;
	font-weight: bold;
	color: White;
}
div.menubar > div.first
{
	clear: left;
}
div.submenubar
{
	width: 730px;
	padding: 27px 10px 5px 160px;
}
div.submenubar a:link
{
	color: Blue;
	text-decoration: none;
}
div.submenubar a:hover
{
	color: Blue;
	text-decoration: underline;
}
div.submenubar a:visited
{
	color: Navy;
}
div.submenubar > div
{
	display: block;
	float: left;
	margin: 5px 10px;
	text-align: center;
	font-weight: normal;
	color: black;
}
div.submenubar > div.first
{
	clear: left;
}
.pageContent
{
	margin-left: 20px;
	margin-right: 20px;
	width: 860px;
}
.pageFooter
{
	width: 900px;
	padding: 10px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #C0C0C0;
	font-size: 80%;
	text-align: center;
	color: Gray;
}
