body
{
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}



body {
width:920px;
margin-right: auto;
margin-left: auto;
}


body > table {width:920px;}

/* title bar */
.headerBar {
	background-color: #3399CC;
	background-image: url(/media/title_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 140px;
}
.headerOuterBar {
	border: thick solid #CC3333;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066
	}
h1 {
	font-size: 24px;
}	
	
h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 14px;
	}	
	
h4 {
	font-size: 12px;
	}		
	
h5 {
	font-size: 10px;
	}
.footer, .footer td, .footer a, .footer a visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.footer_noline, .footer_noline td, .footer_noline a, .footer_noline a visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;	
}
td, th, p, pre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}	
.smalltext {
font-size: 9px;
}	
.th_right {
	text-align:right;
	font-weight:normal
}	
.th_left_grey {
	text-align:left;
	font-weight:normal;
	background-color:#999999
}	
li {
	margin-bottom: .9em;
	margin-top: .1em;
}	
ul, ol {
	margin-bottom: .3em;
	margin-top: .3em;
}	
.bg1 {
	background-color: #CCCCCC;
}
.bg2 {
	background-color: #EEEEEE;
}
.bg3 {
	background-color: #BFEBFF;
}
.bg4 {
	background-color: #FFEDB7;
}
.pad5 {
	padding: 10px 5px 0px;
}
hr {
color:#CCCCCC;
margin:-10px 10px 5px 10px
}
a {
color:#003366	
}
a visited {
color:#333333
}
.crumb, .crumb a, .crumb a:visited, .crumb a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.crumb a:hover
{
	text-decoration: underline;
}
b.hl1 {
	font-weight:bold;
	background-color: #33CCCC;
}
#content_border44
{
	display:block;
	border: 1px solid #000000;
	border-left-color: #FFFFFF;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	width: 100%;	
}

#content_margin
{
	margin:15px 20px 20px;	
}
.content
{

}
.outer_border
{
	border-right: 1px solid #000000;
}
.content p, .content h1, .content h2, .content h3, .gosafe_content table, .gosafe_content pre
{
	
}
.nav {
	background-color: #3399CC;
}


/*  Horisontal navigation css  */
/*  css sourced from http://css.maxdesign.com.au/listamatic/horizontal16.htm */

#navcontainer ul
{
	padding: 0.30em 0;
	margin: 0;
	list-style-type: none;
	background-image: url(/media/h_nav_bg.gif);
	color: #FFF;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	text-align: center;
	height: 14px;
}

#navlist li { display: inline; }

#navlist li a
{
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.30em 0;
	margin-right: 1px;
	
}
#navlist li a:hover
{
	background-color: #FF9933;	
}

#navlist li a.on
{
	font-weight: bold;
	background-color: #FF9933;
	margin-right: 1px;
}

/*  2nd vertical navigation css  */


#container2 { margin-left: 0px; }

#container2 ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#container2 li { margin: 0 0 1px 0; }

#container2 a
{
display: block;
padding: 5px 10px;
width: 140px;
color: #fff;
background-color: #036;
text-decoration: none;
}

#container2 a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#container2 ul ul li { margin: 0 0 1px 0; }

#container2 ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #fff;
background-color: #369;
text-decoration: none;
}

#container2 ul ul a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

#current, #subcurrent  {
	background-color:#3C0 !important;
	color:#000 !important;
}




.moreBox
{
	width:190px;
	border-spacing:0 3px;
	margin-left:0.5em;
}
.moreBox *
{
	margin:0;
	padding:0;
}
.moreBox a:visited
{
	color:#440066;
}
.moreBox h2
{
	text-align:center;
	padding:4px 0 4px 0;
	font-size:1.2em;
	color:#000;
}
.moreBox hr
{
	border:none;
	border-bottom:2px dashed #fff;
	margin-bottom:3px;
}
.moreBox p
{
	padding:0 4px 2px 4px;
}
.moreBox .youKnow
{
	background-color:#ef6c9a;
	border:2px solid #df004f;
}
.moreBox .parent
{
	background-color:#ffe073;
	border:2px solid #ffc600;
}
.moreBox .practitioner
{
	background-color:#ffb473;
	border:2px solid #ff7600;
}
.moreBox .learnMore
{
	background-color:#5dc8cd;
	border:2px solid #01939a;
}
.youKnow, .learnMore, .practitioner, .parent
{
	-moz-border-radius:6px;
}
.reference
{
	background-color:#ddd;
	padding:1em;
	width:500px;
	word-wrap:break-word;
}