/* 100% high layouts attempt */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #ffffff;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #D7ECB3;
}

/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#leftArea {
	margin-right: 0;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */


div#allAreas {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
}

/* --------------- HEADER AREA ------------------- */
div#headerArea {
	position: relative;
	height: 154px;
}

img#BDATitle {
	position: absolute;
	left: 178px;
	top: 0;
}

img#BDALogo {
	position: absolute;
	top: 54px;
	left: 129px;
}

img#bnr {
	position: absolute;
	top: 54px;
	left: 231px;
}

div#headerArea form {
	position: absolute;
	top: 24px;
	right: 10px;
	width: 183px;
	margin: 0;
	padding: 0;
}

div#headerArea form p {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #AFBC22;
	font-size: .8em;
}

div#headerArea form input.textInput {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 110px;
	height: 15px;
	font-size: .75em;
	left: 50px;
	top: 0;
	border: 1px solid #AFBC22;
	color: #666666;
}

div#headerArea form input.submitInput {
	position: absolute;
	left: 160px;
	top: 0;
	border: none;
	background-color: #00834A;
	font-size: .7em;
	color: #ffffff;
	padding: 0;
	margin: 0;
}


/* ----------------------- LEFT AFEA ------------------ */
div#menuArea {
	position: relative;
	height: 2em;
}

div#leftArea {
	position: relative;
	width: 180px;
	float: left;
}

div#calanderArea {
	position: relative;
	padding: 15px 10px 0 10px;
	width: 160px;
	background-image: url(images/gradient_strip.gif);
	background-repeat: no-repeat;
}

div#calanderArea h2 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	color: #008348;
}


/* ------------------------ RIGHT AREA ---------------------- */
div#rightArea {
	position: relative;
	margin: 0 0 0 180px;
}

div#contentArea {
	position: relative;
}

div#content {
	position: relative;
	margin: 0 10px 0 0;
}


/* -------------------------- FOOTER AREA ----------------------- */
div#footerArea {
	position: relative;
	height: 30px;
}

div#footerArea p {
	position: relative;
	margin: 0 0 0 182px;
	padding: 0;
	font-size: .7em;
	color: #8DA92E;
}

div#footerArea p a {
	color: #005F3D;
	text-decoration: none;
}

