/* the methods on this page is largely the hard work (freely given) of many other people from the css-discuss list [http://www.css-discuss.org], including (but not limited to) Big John, Holly Bergevin, Douglas Livingstone, Scott Sauyet, Victor Caston and Mike Papageorge */

/* ====================================================================
box layout
-------------------------------------------------------------------- */
.columns-float
	{float:left;
	width:79%;}
/* the relative positioning is required by IEs 5 + 6 (PC) - NN4 crashes if it sees them while other browsers don't seem to mind - hence the Caio hack */
.column-one
	{width:79%;
	float:right;}
.column-two
	{width:20%;
	float:left;}
.column-three
	{width:20%;
	float:right;}
.box-footer
	{clear:both;}
/* ====================================================================
box-clear requires all sorts of hackery because of the way the 
different browsers cope with clearing floats
see [#   #]
-------------------------------------------------------------------- */
.box-clear
	{clear:both;
	line-height:0px;
	font-size:1px;}
/* IE5 (mac) dealt with, now reset font-size for Geckos,
turn off for IE5 (PC) + OmniWeb and back on for IE6 (PC)
see [http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml] */
/*\*/
.box-clear { font-size: medium; }
.fake.box-clear { display: none; }
/* */
/* Turn off for Opera 6 and below */
html>body div.box-clear { display: none; }
/* And turn it back on again for good honest browsers
see [http://www.albin.net/CSS/OwenHack.html] */
head:first-child+body div.box-clear { display: block; }
/* ====================================================================
nn4clear is as its name suggests, only required for NN4 compatibility
If you don't need that you can remove both this rule and the
relevant div from the html
-------------------------------------------------------------------- */
.nn4clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .nn4clear { display: none; } /* */
/* ====================================================================
box styling
-------------------------------------------------------------------- */
.box-wrap
	{padding:5px 0;
	color:#000000;
	background-color:#99CCFF;
	width:95%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	}
.box-header
	{
	margin:0 0 10px ;
	background:url(images/bg_header.jpg) top left no-repeat;
	height:120px;
	}

span {display:none}

.box-footer
	{margin:5px 5px 0px;
	color:#000000;
	background:url(images/bg_footer.gif) top left repeat;
	border:1px solid #003366;
	padding:5px;
	text-align:left;
	}

.column-one-content, .column-two-content
	{
	margin:0px;
	padding:5px;
	border:1px solid #003366;
	background-color:#D4E9FF;
	}
/* GUTTERS BETWEEN COLUMNS */
.column-one-content
	{margin-left: 5px;
	margin-right: 5px;
	text-align:left;
	}
/* HORIZONTAL PADDING OUTSIDE COLUMNS */
.column-two-content
	{margin-left:5px;
	text-align:left;}
.column-three-content
	{
	text-align:left;
	padding: 5px;
}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ position: relative; }
/* */
/* ====================================================================
other styling
-------------------------------------------------------------------- */
body
	{
	margin:0px;
	font-family:helvetica,arial,sans-serif;
	font-size:.7em;
	background-color:#003366;
	color:#000000;
	text-align:center;
	}
div
	{
	margin:0px;
	padding:0px;
	}
h1
	{
	margin:0px;
	padding:0px;
	}
h2,h3 {text-align:center}
h2
	{
	margin:0px 0px 9px 0px;
	padding:0px;
	color:#000;
	font-size:1em;
	font-weight:bold;
	}

 h3 {font-size:1.5em;}

p {margin-left:1.5em;
	margin-right:2em;}


.column-two-content ul
	{padding-left:.8em;
	margin-left:1em;
	list-style-type:none;}

.column-three-content ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

li {padding:.5em 0 0 5px;}

.homeLink a:link, .homeLink a:visited {
	width:100%;
	height:120px;
	background:transparent;
	display:block;
	text-decoration:none;
	border:none;
	padding:0;
	}

.homeLink a:hover, .homeLink a:active {
	background-color:transparent;
	}
.column-three-content
 { 
	margin:0px 5px 0px 0px;
	padding:5px 5px 10px 0px;
	border:1px solid #003366;
	background-color:#D4E9FF;
 } 
.smtitle {
	font-family:helvetica,arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #00008B;
}
.outlink {
	font-family:helvetica,arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #00008B;
	cursor: text;

}

