 BEGIN CSS 3 column layout 
html,body {
	color:#000000; 
	background-color:white;
	margin:0px; 
	padding:0px;
	font: 10pt verdana, arial, helvetica, sans-serif;
        font-size:.9em;
	}
body { font-size: 80%; }

body,td,tr,div {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:0.9em;
   line-height: 1.2em;
}

form {margin: 0px; padding: 0px;}

input, select, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.2em;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.2em; /*28px;*/
	font-weight:900;
	}
h2 {
	font:bold 12pt/14pt verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p { margin-top: 0.2em; margin-bottom: 0.6em; }

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#fff; 
	font-size:12pt;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}

#pageContainer {
   background: #000;
}


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        font-size: 1.1em;
        line-height: 1.2em;
	width:auto;
	min-width:120px;
	/*margin:10px 115px 20px 115px; Use this margin with left menu display enabled.*/
	margin:10px 20px 20px 20px; /*Use this margin with left menu display disabled.*/
	/*border:1px solid black;*/
	background-color:white;
	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content li {
	color:#fff; 
	/*font-size:12px;*/
        font-size: .9em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:underline;
	}
.content a:link {color:#09c;
   font-size: 12pt;
   text-decoration: underline;
}

#leftcolumn {
   /*float:left;
   color: #fff; 
   font: bold verdana,arial, sans-serif;
   background-color:#000; 
   width:140px;
   z-index:2;*/
   display:none; 
}

#navLeft {
   /*font: bold verdana,arial, sans-serif;
   background-color:#000; 
   padding:10px 0px 0px 0px;
   z-index:2;*/
   display:none;
}

#menuLeft a, #menuLeft ul li a {
   /*color: #fff;
   display: block;
   font: bold verdana,arial, sans-serif;
   text-align: left;
   padding: 5px 0px 8px 15px;
   margin: 0px 0px 0.3em 0px;
   text-decoration: none;
   line-height:15px;*/
   display:none;
}

#rptabuse {
        float:right;
        font-size:10pt;
	width:200px;
	left:560px;  
	background-color:whitesmoke; 
	padding:0px;
	z-index:2;
	}

#navRight {
   /*float:right;
   width:150px;
   left:578px;
   font-size:12px;
   font-family: bold verdana,arial, sans-serif;
   height:auto; 
   background-color:#194B80; 
   padding:10px;
   z-index:1;*/
   display:none;
}

.noPrint {
display: none;
}

#top:after {
   margin: 40px 0px 0px 0px; /*top right bottom left*/
   padding: 0px;
   font-size:14pt;
   background: #007 url(/images/dcyf_logo_right.jpg) right no-repeat 100%;
   /*Content doesn't work in IE. */
   content: "DCYF: Rhode Island Department of Children Youth, and Families" ;
   text-align:left;
   min-height:85;
   height: 85px;
   line-height:1.1em;
   z-index:0;
}
#breadcrumb {
   display:none;
}

.smallboldred {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: bold;
   color: #FF0000;
}
.italicbold {
   font-style: italic;
   font-weight: bold;
}

#bottom {
   clear:both;
   background-color:white;
   font-size:11pt;
   border-top:2px inset #3690c0;
   color: #000;
   padding: 0px;
   margin:0px;
}

#imgri {
float:left;
margin:0px 10px 15px 10px;
}

/*.tableone {
 width:800px;
 border-collapse:collapse; 
 margin:0 auto;
 color:#000; 
}

.th1 {width:175px;}
.th2 {width:100px;}
.th3 {width:100px;}
.th4 {width:85px;}
.th5 {width:85px;}
.th6 {width:165px;}
.th7 {width:75px;}

.td1 {width:175px;}
.td2 {width:100px;}
.td3 {width:100px;}
.td4 {width:95px;}
.td5 {width:95px;}
.td6 {width:155px;}
.td7 {width:75px;}
*/
