body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	background-color: #4986F8; 
zoom: 100% !important; 
padding:0 0.3em;

    
	}

h1 {
color: #ffffff;
font-size: 1.3em;
text-align: right;
}

h1 a, h1 a:link, h1 a:hover, h1 a:visited {
color: #ffffff;
text-decoration: none;
}

#container-center {
  padding: 70px 20px 100px 20px;
}

#container-center h2 {
  font-size: 90%;
  font-weight: bolder;
  margin: 40px 0 10px 40px;
  text-align: left;
}

#container-center p {
	margin: 0 40px;
	text-align: left;
}
	
a {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: transparent; /* for ie */
	background-color: transparent; /* for everyone else */
	height: 1px;
	}
p {
	font-size: 84%;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
    padding-bottom: 1em; 
	}
li {
	font-size: 80%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
    list-style-type:square;
	}
td {
	font-size: 90%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
/*** the following styles and notes are (c) Copyright
Big John @ www.positioniseverything.net ***/
div,p{margin:0}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/***
The following fixes prevent justified italic text
from destroying the layout in IE/win. The problem
is that those properties together make IE force the
container wider, which in this type of floated layout
causes a float drop.
Pre-IE6 gets "width: 100%" and "overflow: hidden",
while IE6 gets "width: auto" and "overflow: visible,
which is the default, but explicitly stating it seems
to keep IE6 happy. IE6 also needs to see the
"height: 1%" to give it some kind of box dimension.
Browser coddling we call it. Finally, Bruno Fassino
found that "word-wrap: break-word;" disarranged the
justified text in IE5.5 and 6, so it is defaulted to
"normal" for this text.
If you don't need justified and italicized text then
forget all these fixes.
Although, ClevaTreva adds, I have seen some odd
behavior with normal justified text in IE, so
this may be worth remembering.
***/

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}
/* */

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:#4986F8;
  min-width:995px; /*** 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;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** 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:995px; /*** 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{
  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-right:1px solid transparent; /*** Sets the external right side border. ***/
  border-left:1px solid transparent; /*** Sets the external left side border. ***/
  background:transparent; /*** 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:150px; /*** Critical left col dimension value = left col width ***/
  width:678px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  border-right:1px solid transparent; /*** Sets the internal right side border. ***/
  border-left:1px solid transparent; /*** Sets the internal left side border. ***/
  background:transparent; /*** 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:680px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  w\idth:678px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}
#float-wrap{
  width:678px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
  display:inline;
}
#left{
  width:152px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  display:inline;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-151px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
top: 199px;
}
*>html #left{width:157px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#container-left{
  width:156px; /*** Critical left col dimension value = left col width - 1px ***/
}

#container-left{
  width:156px; /*** Critical left col dimension value = left col width - 1px ***/
border: 1px solid black;
height: 450px;
}

#container-left, p {
  padding: 0 4px 8px 0;
}

#right{
  float:left;
  display:inline;
  width:152px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-150px; /*** 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. ****/
top: 199px;
}
/* \*/
* html #right{
  width:152px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-152px;
}
/* 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:152px; 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:-152px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/
#container-right{
/* \*/
  width:150px;
/* 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 ***/
border: 1px solid black;
height: 450px;
}

#container-right, p {
  padding: 4px 4px 4px 6px;
}

/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  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:678px; /*** Set to = center col width ***/
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  height:72px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderleft{
  height:72px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}
#clearheaderright{
  height:72px; /*** needed to make room for header in right column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:2px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:52px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#clearfooterright{
  height:52px; /*** needed to make room for footer in right column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:982px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:auto; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:0px; /*** negative, same as height ***/
}
#subfooter1{
  background:transparent; /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  margin:20px 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:50px; /*** sub-footer row height ***/
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:982px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:72px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
.outer_horiz_border, .sb_outer_horiz_border{
  background:#ffffff;
  height:1px;
  overflow:hidden;
  font-size:0px;
  margin: 20px 0 30px 0;
}
#subheader1{
  background:transparent; /*** Background Color of Sub-header #1 ***/
  text-align:right;
  margin:50px 170px 0 0; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:70px; /*** sub-header row height ***/
}

#subheader1 h1{
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 20px;
}

#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:180px;
  overflow:hidden;
  width:280px; /*** = Center Col Width (shrunk for image linking) ***/
  margin-left:0px; /*** = Left Col Width ***/
  background:transparent; /*** Set background color for center column for Mozilla & Opera ***/
  border-right:1px solid transparent; /*** Sets the internal left side border.
Remove border styles if no Internal Borders. ***/
  border-left:1px solid transparent;
  border-left:1px solid transparent;
  background:url(../images/logo.png) left top no-repeat;
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}

#last {
font-size: 70%;
margin-left: 10px;
font-weight: bold;
}

<!-- [if IE]>
#outer{word-wrap:break-word;}
<![endif] -->

