/*
Top-Level Style Page
copyright 2004-6 by Advocates for Children in Therapy, Inc.
created by Larry Sarner
version 1.4 (1 Dec 2008)
*/

@import url(mainstyle.css) all;

/*################ Sidebar Section ################*/

#sidebar div {
	display:		block;
	padding:		5px;
	width:		45%;
	background-color:	white;
	border:		thin black solid;
	text-align:		center;
	}
#sidebar h3 {
	margin-top:	      0;
	margin-bottom:  0;
	padding-top:       0;
	padding-bottom: 0;
	color:		      black;
	text-align:	      center;
	line-height:	      normal;
	}
#sidebar h5 {
	margin-top:	     0;
	margin-bottom:  0;
	padding-top:      0;
	padding-bottom: 0;
	text-align:	      center;
	line-height:	      normal;
	}
#sidebar img {
	border:	    thin black solid;
	margin-bottom: 0;
	}
#sidebar p {
	clear:		     both;
	margin-top:	     0;
	margin-bottom:  0;
	padding:	     0;
	font-family:	     verdana;
	font-size:	     7pt;
	line-height:	     normal;
	text-align:	     center;
	}

/*################ Announcement Section ################*/

#announcement div {
	display:		block;
	clear:			both;
	float:			right;
	width:		67%;
	margin-right: 	10%;
	margin-bottom:	1em;
	background-color:	rgb(100%,98%,93%);
	border:		thick gray solid;
	padding:	  	1em;
	}

#announcement h5 {
	margin-bottom:  3em;
	text-align:	center;
	color:		rgb(50%,27%,7%);
	font-family:	helvetica;
	font-style:	italic;
	font-size:	14pt;
	}

#announcement p {
	margin-top:	0;
	text-align:	center;
	color:		rgb(50%,27%,7%);
	font-family:	helvetica;
	font-size:	14pt;
	}

#announcement img {
	border: 		none;
	margin-bottom:	1em;
	}

/*################ Webring Section ################*/

#webring div {
	display:		block;
	float:			left;
	width:		45%;
	padding:		4px;
	background-color:  rgb(100%,75%,60%);
	border:		thin blue solid;
	font-face:		arial;
	font-size:		small;
	color:			black;
	text-align:		center;
	}

#webring img {
	vertical-align: middle;
	border:	  none;
	}

/*################ Credits Section ################*/

#credits div {
	display:		block;
	clear:			none;
	float:			right;
	width:		45%;
	padding:		4px;
	background-color:  rgb(100%,75%,60%);
	border:		thin black solid;
	}

#credits img {
	vertical-align: middle;
	border:	  none;
	}

/*################ Index Section ################*/

div.quotation {
	display:		block;
	float:			left;
	width:		60%;
	margin-left:		5%;
	margin-bottom:	1em;
	background-color:	rgb(100%,98%,94%);
	border:		thin gray solid;
	padding:		6px;
	text-align:		justify;
	text-indent:		2em;
	line-height:		normal;
	font-family:		new times roman;
	font-size:		10pt;
	}
ul.main {
	width:		90%;
	list-style-image:	none;
	list-style-position:	outside;
	font-size:		smaller;
	text-align:		left;
	}
ul.main li {
	margin-bottom:	0;
	margin-left:		-1em;
	line-height:		normal;
	}
dt { 
	padding-top:	1em;
	padding-bottom:	0.5em;
	font-weight:		bold;
	}

