/* 100% high layouts attempt */
html, body {
	height:99.85%
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #6699CC;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
}

div#allAreas {
	height:100%;
	min-height:100%;
}

/*for mozilla as IE treats height as min-height anyway*/
html > body div#allAreas {
	height: auto;
}

/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

div#allAreas {
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

/* ---------------------------- HEADER AREA -------------------------- */
div#headerArea {
	position: relative;
	height: 242px;
}

img#bnr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

img#logo {
	position: absolute;
	top: 17px;
	left: 59px;
	z-index: 20;
}

div#headerArea h1 {
	position: absolute;
	top: 78px;
	left: 56px;
	z-index: 30;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: .8em;
	color: #6E786E;
}

div#menuArea {
	position: relative;
	height: 1.95em;
	background-color: #6699CC;
}


/* ---------------------------- MAIN AREA -------------------------- */
div#mainArea {
	position: relative;
	margin: 0;
	padding: 0 0 40px 0;
}

div#contentArea {
	position: relative;
	margin: 0 58px 0 58px;
	padding: 14px 14px 0 14px;
	background-color: #DEEDFA;
}

div#contentCurves {
	position: relative;
	height: 14px;
	font-size: 1px;
	margin: 0 58px 0 58px;
	background-color: #DEEDFA;
}

div#contentLCurve {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-image: url(images/contentLCurve.gif);
	background-repeat: no-repeat;	
	z-index: 60;
}

div#contentRCurve {
	position: absolute;
	left: 650px;
	bottom: 0;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-image: url(images/contentRCurve.gif);
	background-repeat: no-repeat;
	z-index: 50;
}


/* ---------------------------- FOOTER AREA -------------------------- */
div#footerArea {
	position: absolute;
	width: 664px;
	height: 30px;
	left: 58px;
	bottom: 0;
	background-color: #D5E9F8;
}

div#footerArea a {
	text-decoration: none;
	color: #001E72;
}

div#footerArea a:hover {
	text-decoration: underline;
}

div#footerArea p {
	margin: 0;
	padding: 0;
	font-size: .7em;
	color: #6699cc;
}

div#footerArea p#footerByLine {
	position: absolute;
	left: 10px;
	top: 10px;
}

div#footerArea p#poweredBy {
	position: absolute;
	right: 10px;
	top: 10px;
}

div#footerArea ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 25em;
	font-size: .7em;
}

div#footerArea ul li {
	position: relative;
	float: left;
	margin-right: .5em;
}

div#footerAreaLCurve {
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-image: url(images/footerLCurve.gif);
	background-repeat: no-repeat;
}

div#footerAreaRCurve {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-image: url(images/footerRCurve.gif);
	background-repeat: no-repeat;
}


/* --------------------- FONT SIZER --------------------- */
div#fontSizerArea {
	position: relative;
	padding: .5em;
	text-align: center;
	color: #D5E9F8;
}

a.fontSizer {
	position: relative;
	text-decoration: none;
	font-size: .8em;
	color: #001E72;
	cursor: pointer;
	padding: .5em;
	text-align: center;
} 

a.fontSizer:hover {
	text-decoration: underline;
	color: #001E72;
}
/* ------------------------------------------------------ */