body {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

.allcontent {
	text-align: center;
}


img.lead {
	margin: 12px 0px 8px 0px;
	border: 0;
}

img.sm {
	margin: 4px 10px 4px 4px;
	float: right;
	border: 0;
}

.caption {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans;
	color: #333;
	float: left;
}

p {
	margin: 10px 0px 10px 10px;
}

.caption p {
	margin: 6px 0px 2px 10px;
	text-align: right;
}



a {
	color: #bb0033;
	decoration: underline;
}


h1 {
	width: 100%;
	text-align: right;
	border: 0px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 0px;

	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-right: 0;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 3.2em;
	font-weight: bold;
	color: #003333;
	background-color: #fff;


}

.subgreen {
	font-size: 18px; 
}

.vitals {
	font-size: 1.4em; 
	font-weight: bold;
	color: #003333;
	margin-bottom: 0px;
}

.vitalbox {
	padding: 0px 10px 0px 10px;
	margin: 0px 2px 6px 10px;
	background: #fff;
}

h2.vitals {
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	line-height: 14px;
	padding: 10px 10px 10px 10px;
	background: #838F8F;
	margin-left: 10px;
	margin-bottom: 0px;
	border: 1px solid #333366;
}



h3 {
	margin: 26px 0px 10px 10px;
}





.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap
	{
	color : #000000;
	background: #fff;
	margin: 10px;
	width: 800px;
	text-align: center;
	background: #E9FEF8; 
	}
.header
	{
	background-color: #336666;
	margin: 0px;
	padding: 8px;
	border: 1px solid #333;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: right;
	}



.footer
	{
	padding: 8px;
	border: 1px solid #333;
	clear: both;
	background-color: #336666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;	
	text-align: right;
	width: 100%;
	}

.header a, .footer a {
	color: #fff;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 60%;
	}
.column-one
	{
	float: right;
	width: 100%;
	font-size: .8em;
	text-align: right;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-three {margin-left: 60%;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	padding: 6px;
	border: none;
	color: #333;
	}
.column-one-content { background: #E9FEF8; }
.column-three-content { background: #E9FEF8; }
/* 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-three, h2
	{ p\osition: relative; }
/* */

.footer ul, .header ul {
	display: inline;
}

.footer ul li, .header ul li {
	margin-left: 0;
	padding: 2px 12px 1px 10px;
	list-style: none;
	display: inline;
}

.column-single {
	width: 100%;
	font-size: .8em;
	text-align: right;
     	background: #E9FEF8;
}

.singlebody {
	font-size: 1em;
	text-align: left;
     	background: #fff;
	padding: 3px 8px 8px 8px;
	margin: 0px 20px 20px 20px;
}

.vitalinfo {
	font-size: 1em;
	text-align: right;
     	background: #fff;
	padding: 3px 8px 8px 8px;
	margin: 0px 20px 20px 20px;
}

.singlebody h2 {
	font-size: 1.4em; 
	font-weight: bold;
	color: #003333;
	margin-left: 8px;
	margin-bottom: 4px;

}

.singleheader {
	font-size: 18px;
	font-weight: 300;
	line-height: 14px;
	padding: 10px 10px 10px 10px;
	background: #838F8F;
	margin-left: 4px;
	border: 1px solid #333366;

	text-align: right;
	margin: 20px 20px 0px 20px;
	color: #fff;
}

.singleheader a {
	color: #bb0033;
}
