/* 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;
}

/* 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: 780px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

/* ---------------------------- HEADER AREA -------------------------- */
div#headerArea {
	position: relative;
	height: 140px;
}

img#bnr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

img#logo {
	position: absolute;
	top: 12px;
	left: 19px;
	z-index: 20;
}

div#headerArea h1 {
	position: absolute;
	top: 42px;
	left: 130px;
	z-index: 30;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: .7em;
	color: #6E786E;
}

div#menuArea {
	position: relative;
	height: 1.95em;
	background-color: #6699CC;
}


/* ---------------------------- LEFT AREA -------------------------- */
div#leftArea {
	position: relative;
	width: 188px;
	float: left;
}

div#navTitle {
	position: relative;
	width: 169px;
	background-color: #DEEDFA;
	left: 19px;
	border-bottom: 4px solid #ffffff;
}

div#navTitle h2 {
	position: relative;
	margin: 12px 8px 8px 12px;
	padding: 0;
	font-size: .75em;
	text-transform: uppercase;
	color: #6699cc;
}

div#leftArea ul {
	position: relative;
	width: 169px;
	background-color: #DEEDFA;
	list-style: none;
	font-size: .7em;
	margin: 0 0 0 19px;
	padding: 10px 0 0 0;
}

div#leftArea ul li {
	position: relative;
}

div#leftArea ul li div{
	position: relative;
	padding: 0 5px .4em 12px;
}

div#leftArea ul li a {
	text-decoration: none;
	color: #336699;
}

div#leftArea ul li a:hover {
	color: #001E72;
}

div#leftArea ul li ul {
	position: relative;
	font-size: 1em;
	padding: 0;
	margin: 0;
	width: 169px;
}

div#leftArea ul li ul div {
	position: relative;
	margin: 0 5px 0 15px;
}


div#leftArea ul li ul li {
	position: relative;
	padding: 0;
	margin: 0;
}

div#navMenuCurves {
	position: relative;
	width: 169px;
	background-color: #DEEDFA;
	left: 19px;
	height: 45px;
	font-size: 1px;
}

div#navMenuLCurve {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 31px;
	background-image: url(images/selectedMenuLCurve.gif);
	background-repeat: no-repeat;
}

div#navMenuRCurve {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 155px;
	top: 31px;
	background-image: url(images/selectedMenuRCurve.gif);
	background-repeat: no-repeat;
}
	
/* ---------------------------- RIGHT AREA -------------------------- */
div#rightArea {
	position: relative;
	margin-left: 188px;
}

div#contentArea {
	position: relative;
	margin: 21px 21px 9px 25px;
}


/* ---------------------------- FOOTER AREA -------------------------- */
div#footerArea {
	position: absolute;
	width: 742px;
	height: 30px;
	left: 19px;
	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;
}
/* ------------------------------------------------------ */
