/* Global -----------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/graphics/m1_bg.gif) repeat-x;
	padding: 0;
	margin: 0;
}
h1 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
}
p, th, td, li, blockquote {
	font-size: 12px;
}
#pageHolder {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
/* Masthead ---------------------------------------------*/
#pageMasthead {
	position: absolute;
	top: 30px;
}
#pageMasthead p {
	margin: 0;
}
#pageMasthead .Logo {
	position: absolute;
	top: 3px;
	left: 6px;
}
#pageMasthead .Slogan {
	position: absolute;
	top: 4px;
	left: 179px;
}
#pageMasthead .BBB {
	position: absolute;
	top: 3px;
	left: 610px;
}
/* Main Menu --------------------------------------------*/
#mainMenu {
	height: 30px;
}
#mainMenu ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#mainMenu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	text-align: center;
}
#mainMenu a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}
#mainMenu a:hover {
	text-decoration: underline;
}
/* Main Content --------------------------------------------*/
#mainContent {
	margin-top: 35px;
}
#pageFooter {
	position: relative;
	width: 100%;
	background-color: #0961ab;
}
#pageFooter p {
	font-size: 10px;
	color: #fff;
	text-align: center;
}
