/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	padding: 20px;
	margin: 0;
	text-align: center;	
	font-size: x-small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:small;	
}
html>body {
	/* For Opera to recover from above */
	font-size:small;
}
blockquote {
	color:#0097ca;
	text-align:left;
	font-size:120%;
}
p {
	margin: 0 0 1em 0;
	line-height: 140%;
}
form {
	background-color: #efefe7;
	padding:5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #0097ca;
	padding: 0 0 .25em 0;
	font-variant: normal;
}
h1 {
    display: none;
	font-size:150%;
}
h4 {
    border-bottom-style: none;
	font-size:120%;	
}
h3 {
	font-size:120%;
	margin:0;
	padding: 1em 0 .25em 0;
}
h2 {
	font-size:140%;
}
h5{
	font-size:110%;
}
h6 {
	font-size:100%;
	padding: 0;
	margin:.5em 0 .5em 0;
}
.mainbox {
	padding:20px;
	background-image:url(baby-light.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.plainbox {
	padding:20px;
	border-left:1px solid #ddd;
}


#oldbrowser
{
	text-align: center;
}
.centred {
    text-align: center;
}
.imgleft {
    float: left;
	margin-right: 1em;
	text-align:center;
	font-size:x-small;
}
.imgright {
	float: right;
	text-align:center;
	font-size:x-small;
	clear:right;
	margin-left:5px;
}

#leftColumn
{
	float: left;
	width: 200px;
}
#rightColumn
{
	float: right;
	width: 166px;
}
#contentColumn
{
margin-left: 166px;
}
#masthead {
    height: 140px;
	background-image: url(drisafe.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #ffffff;
}
#masthead img {
margin-top: 70px;
}
#twocolContent {
	background-image:url(baby-light.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#twocolContent
{
	height: 100%;	/* fix Opera which breaks with the above IE fix */
}
#twocolcontent
{
	height: 80%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #innerContentColumn, #innerFooter, #twocolContent
{
	padding: 10px;
}


#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	margin-right: 166px;
	height: 100%;	/* fix the Win32 IE float bug */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 80%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

/*---- Borders ----*/
.pageBorder {
	width: 700px;
	border: solid 1px #ddd;
	border-bottom-width: 0px;	
	margin: auto;
}
#pageFrame
{
	font-family: verdana, georgia, arial, helvetica, sans-serif;
	background-color: #fff;
	text-align: left;
	font-size: xx-small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:x-small;	
}
html>body #pageframe{
	/* For Opera to recover from above */
	font-size:x-small;
}

#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn, #twocolContent
{
	border: solid 0px #ddd;
}

#footer
{
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}

#contentColumn
{
	border-left-width: 1px;
}
/*---- Visual Elements ----*/
table {
	border-collapse:	collapse;
}
.tablehead {
	background-color:#D8C4A8;
	color:#F7F7Eb;
	font-weight:bold;
}	

.navtext {
	color: #b59463;
}
.rowbg {
	background-color:#efefe7;
}
body
{
	background-color: #f7f7eb;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	border-color: #ddd;
	color: #000;
}
#hnav {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width:1px;
    border-top-style: solid;
    border-top-width:1px;
	border-color: #6f8c8f;
	white-space: nowrap;
	margin: 0;
	padding: 3px 0 4px 0;
	color: #6f8c8f;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
#hnav ul
{
text-align: center;
list-style-type: none;
line-height: normal;
margin: 0;
padding: 0;
}
#hnav ul li
{
background-position:center;
display: inline;
white-space: nowrap;
/*/*/ /*/display: none;/*  */
}


/*** Alternative Lists for Horizontal Nav Bar ***/

#althnav {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width:1px;
	border-color: #8F95AF;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
#althnav ul
{
text-align: center;
list-style-type: none;
margin: 0;
padding: 0;
}
#althnav ul li
{
background-position:center;
display: inline;
white-space: nowrap;
/*/*/ /*/display: none;/*  */
}

