﻿/* BOA website */
/* set margins and padding to zero for all elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EBEBEB;
	background-position: 0px 0px;
	color: #014E6A;
}
/* ----------------Wrappermain: for Home page only-------------------------------------*/
#wrappermain {
	width: 824px;
	padding: 0px;
	background-image: url('../images/page_banner.png');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 0px 2px; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	
}
/* Menu is for Navigation bar for top of all pages------------------ */
.menu {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #ffffff;
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 12px;
	text-align:center;
	font-size: small;
	font-family: Verdana, Georgia, Times-New-roman, Bookman;
}
.menu a:link {
	color: #000080;
	text-decoration: none;
}
.menu a:visited {
	color: #00BFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFCC33;
	text-decoration: none;
}
.menu a:active {
	color: #000080;
	text-decoration: none;
}
/* applies to other pages */
#wrapperother {
	width: 824px;
	background-image: url('../images/page_banner_upper.png');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 0px 38px;
	margin-left: auto;
	margin-right: auto;
	
}
/* page headings */
.boah1 {
	width: 824px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24pt;
	color: #014e6a;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px; /* 90px */
	text-align:center;
}
#maincontent {
	border-style: none;
	border-color: inherit;
	background-image: url('../images/page_banner_lower.png'); /* provides fading to white */;
	background-position: top;
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: normal;
	font-family: Verdana, Georgia, Times-New-roman, Bookman;
}
/* ----------menunews and other menus below are for navigating to pages within main pages ---------------------------*/
.menunews {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #ffffff;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 12px;
	text-align:center;
}
.menunews a:link {
	color: #000080;
	text-decoration: none;
}
.menunews a:visited {
	color: #00BFFF;
	text-decoration: none;
}
.menunews a:hover {
	color: #FFCC33;
	text-decoration: none;
}
.menunews a:active {
	color: #000080;
	text-decoration: none;
}
/* -------------Menu-------------------------------------------------*/
.menucoaching {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #ffffff;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 12px;
	text-align:center;
}
.menucoaching a:link {
	color: #000080;
	text-decoration: none;
}
.menucoaching a:visited {
	color: #00BFFF;
	text-decoration: none;
}
.menucoaching a:hover {
	color: #FFCC33;
	text-decoration: none;
}
.menucoaching a:active {
	color: #000080;
	text-decoration: none;
}
/* ------------------------------------------------------*/
.menuteams {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #ffffff;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 12px;
	font-size: small;
	text-align:center;
	font-family: Verdana, Georgia, Times-New-roman, Bookman;
}
.menuteams a:link {
	color: #000080;
	text-decoration: none;
}
.menuteams a:visited {
	color: #00BFFF;
	text-decoration: none;
}
.menuteams a:hover {
	color: #FFCC33;
	text-decoration: none;
}
.menuteams a:active {
	color: #000080;
	text-decoration: none;
}
/* ---------------------------------------------------------*/
#footer {
	float: left;
	border-style: none;
	background-color: white;
	border-width: 0px;
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 13px 0px 0px 0px;
	color: #014E6A;
	font-size:small;
	line-height: 12px;
	text-align:center;
	font-family: Verdana, Georgia, Times-New-roman, Bookman;
}
/* EOF */

