<script type="text/javascript">
self.name='threecollayout';
self.focus();
</script>
<style type="text/css" media="screen">@import url("css/noodle_real.css");</style>
<!-- import with quotes and brackets hides css from:
Netscape 4.x
Win IE 3
Win IE 4
Mac IE 4.01
Mac IE 4.5
Konqueror 2.1.2
Win Amaya 5.1
isn't that nice to know? -->
<style type="text/css" media="screen">
/******************************************
Copyright Notice: Parts of these notes are
(c) Owen Briggs @ www.thenoodleincident.com
(for the font css file) (c) Big John @
www.positioniseverything.net and (c) Paul
O'Brien @ www.pmob.co.uk, all of whom
contributed significantly to the design of
the css and html code.
All other content is (c) ClevaTreva Designs
******************************************/
/***XXXXXXXXXXXXXXX Primary layout rules XXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXX

To change many of the widths/heights requires that other certain values must
also be changed at the same time. For this reason, beside these critical
attributes (or nearby if comment hacks do not allow) are comments with the
calculations as to how to adjust them.

These guidance comments start with /*** and end with ***/

/***
You can delete these if you want, but do not delete MAC Hack comments (see
below).

To change the width of the entire layout, adjust the columns that make up the
total, remembering the borders. Remember, even one small mistake will degrade
or even break the layout, so be very careful!

For spacing within the cols, it's best to apply margins on content elements
inserted into the cols, because padding directly on those col elements will
change their widths, breaking the layout.

Certain hiding hacks have been used extensively in this layout, so here is a
quick explanation of them.

The Safari escape tab hack:
***************************

 (used on wrapper, and the 3 backgrounds for Moz
and Opera).

Puts an escape in front of a valid number in the style name to replace a
letter in that name, e.g. \65 is an e. A tab is then inserted (not a space).
The purpose of this hack is to hide some code from Safari. Unfortunately,
some other browsers (like IE) see it for what it should be (but NOT Safari),
and so we must undo the code for those browsers by other hacks.

The Tan hack:
*************

* html .anyelement {rules read only by IE/Win and IE/Mac}

The MAC hack:
*************

(first the active comment you are reading now must be
closed...) ***/

/* \*/

/* */

/***...Back in comment mode now. Anything between those two comment lines
will be hidden from IE/Mac. Don't use any comments within this hack or it will
close prematurely and IE/Mac will begin reading before it should.

The above two hacks are combined so as to feed rules only to IE/Win.

The Holly Hack:
***************

Proper use of backslash escape characters inside property names used in the
Holly hack can further segregate rules to be read by only IE6 from rules for
IE5.x/Win.

These hiding hacks, along with several other fixes, make possible this formerly
impossible layout. It is highly unlikely that new browsers will have any
problem with these valid hiding hacks, and Microsoft does not plan any browser
changes soon that would alter the proper operation of the layout.

The 100% height in the html and body styles makes the design full height. It
also breaks Moz because you should use min-height, but that doesn't work! Note
how these 100% heights are hidden from IE Mac with the MAC Hack, otherwise they
break it.

XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX ***/
html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:#B0D0DF;
  min-width:792px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
* html .clear{display:none} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
#fullheightcontainer{
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /* IE Win re-alignment of page if page is centered */
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:792px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
.wrapper{
  width:772px; /*** Left Col + Right Col + Center Col + Both Inner Borders ***/
  min-height:100%; /*** moz uses this to make full height design. As this .wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  border:#2279A4 solid;
  border-width:0px 10px; /*** The second value (left and right border) is for the
external side borders. Remove border styles if not needed (see notes on tan hack
for widths below) ***/
  background:#FFFFFF; /*** Set background color for side columns for Safari & IE ***/
}
.wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html .wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
.outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:25px; /*** Critical left col dimension value = left col width ***/
  width:620px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  border:#FFFFFF solid;
  border-width:0px 0px; /*** The second value (left and right border) is for the
internal side borders. Remove border styles if not needed (see notes on tan hack
for widths below) ***/
  background:#FFFFFF; /*** Sets background of center col***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
/*** The next style hack for widths are NOT needed if no internal side borders are needed ***/
* html .outer{ /*** IE5.x/win box model fix ***/
  width:622px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  w\idth:620px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}
.float-wrap{
  width:620px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
}
.left{
  width:27px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-26px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html .left{width:26px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
.container-left{
  width:25px; /*** Critical left col dimension value = left col width - 1px ***/
}
.right{
  float:left;
  width:127px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-125px; /*** Critical right col/divider dimension value = negative right col width ***/
  margin-left:-1px; /*** Static fix ***/
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/
}
/* \*/
* html .right{
  width:127px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-127px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html .right{
  width:127px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  mar\gin-right:-127px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/
.container-right{
/* \*/
  width:125px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:3px; /*** Critical right divider dimension value = one internal border width + 2px ***/
}
/* \*/
* html .container-right{
  fl\oat:right;
  margin-left:2px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
.center{
  width:620px; /*** Set to = center col width ***/
  float:right;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
/*** clearheader heights are made from header height + borders +
any sidebar box height. Similar calcs for footers. ***/
#clearheadercenter{height:85px} /*** needed to make room for header in center column ***/
#clearheaderleft{height:85px} /*** needed to make room for header in left column ***/
#clearheaderright{height:85px} /*** needed to make room for header in right column ***/
#clearfootercenter{height:40px} /*** needed to make room for footer in center column ***/
#clearfooterleft{height:40px} /*** needed to make room for footer in left column ***/
#clearfooterright{height:40px} /*** needed to make room for footer in right column ***/
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:792px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:40px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-40px; /*** negative height ***/
}
.subfooter{
  border:solid #2279A4; /*** External Border Color - all subfooters ***/
  border-width:0px 10px; /*** For left and Right External Borders, set width - all subfooters ***/
  overflow:hidden;
}
#subfooter1{
  background:#2279A4; /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  border-bottom:10px solid #2279A4; /*** set External Border on bottom of footer - subfooter1 only ***/
  width:772px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders ***/
  height:30px; /*** sub-footer row height ***/
}
* html #subfooter1{ /*** only ie gets this style ***/
  height:40px; /*** for ie5 = sub-footer #1 row height + one external border width (if this
is sub-footer #1) + body to footer divider depth (if this is the last [highest number] sub-footer) ***/
  he\ight:30px; /*** for ie6, returns height back to normal = subfooter row height ***/
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:792px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:85px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
.subheader{
  border:solid #2279A4;	/*** External Border Color - all subheaders ***/
  border-width:0px 10px; /*** For left and Right External Borders, set width - all subheaders ***/
  overflow:hidden;
}
#subheader1{
  background:#2279A4; /*** Background Color of Sub-header #1 ***/
  text-align:center;
  border-top:10px solid #2279A4; /*** set External Border on top of header - subheader1 only ***/
  width:772px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders ***/
  height:75px; /*** sub-header row height ***/
}
* html #subheader1{ /*** only ie gets this style ***/
  height:85px; /*** for ie5 = sub-header #1 row height + one external border width (if this
is sub-header #1) + header to body divider depth (if this is the last sub-header)***/
  he\ight:75px; /*** for ie6, returns height back to normal = subheader row height ***/
}
/*** The next widths are NOT needed if no external side borders are needed ***/
* html .wrapperwidth{
  width:792px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  w\idth:772px; /*** for ie6, returns width back to normal = Set to Left Col +
Right Col + Center Col + Both Inner Borders ***/
}
.mozfudge{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  display:none; /*** for Safari ***/
}
#mozfudgeleft{
  background:#FFFFFF; /*** Set background color for side columns for Mozilla & Opera ***/
  width:25px; /*** Left Column Width ***/
  border-right:0px solid #FFFFFF; /*** Sets the internal left side border.
Remove border styles if no Internal Borders. ***/
}
#mozfudgeright{
  background:#FFFFFF; /*** Set background color for side columns for Mozilla & Opera ***/
  width:125px; /*** Right Column Width ***/
  margin-left:646px; /*** Left Col + Center Col + One Inner Border ***/
  border-left:0px solid #FFFFFF; /*** Sets the internal right side border.
Remove border style if not needed. ***/
}
#mozfudgemiddle{
  width:772px; /*** Left Col + Right Col + Center Col + Both Inner Borders ***/
  background:#FFFFFF; /*** Set background color for center column for Mozilla & Opera ***/
}
.mo\7A	fudge{
/*** reveals them to Moz and Opera, plus IE ***/
  display:inline;
}
* html .mozfudge{
  display:none; /*** hides them from IE again ***/
}
</style>
<!--[if IE]>
<style type="text/css" media="screen">
/*** The rule below prevents long urls from widening floated cols and breaking the layout
     in IE. It is not W3C valid, but if placed within a "Conditional comment" it will be hidden
     from all user agents other than IE/Win, and thus validate. This fix fails in IE5/Win.
     http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp ***/
.outer{word-wrap:break-word;}
</style>
<![endif]-->

p, td		{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: black;
		}
		
a:link	{color: #43A8D8;
		text-decoration: underline;
		font-weight: bold;
		}

a:visited	{color: #43A8D8;
		text-decoration: underline;
		font-weight: bold;
		}

a:hover	{color: #7BC1E3;
		text-decoration: underline;
		font-weight: bold;
		}

a:active	{color: #7C8C8F;
		text-decoration: underline;
		font-weight: bold;
		}
		
h1		{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 24px;
		color: #2279A4;
		font-weight: bold;
		 text-align:center;
		}

