/*
AT News Style Page
copyright 2004-5 by Advocates for Children in Therapy, Inc.
created by Larry Sarner
version 2.2 (30 December 2005)
*/

@import url(../../mainstyle.css) all;

/* ################ Paragraph Styles ################ */

p {
	text-align:	    justify;
	text-indent:	    2em;
	margin-top:	    0;
	margin-bottom: 0
	}

p.lead:first-line { vertical-align: bottom }

p.lead:first-letter {
	float:		 none;
	border:	 none;
	font-size:	 200%;
	color:		 rgb(75%,0%,0%);
	vertical-align: baseline;
	}

p.warning {
	font-style:	italic;
	font-size:	10pt;
	text-align:	center;
	text-indent:	0;
	margin-top:	12pt
	}

blockquote {
	margin:  1em 2em;
	font-size: smaller;
	} 

#contents { color:rgb(0%,50%,0%) }

/* ################ Heading Styles ################ */

h2 {
	color:			black;
	padding-top:	0;
	padding-bottom:	1em;
	}

h3 {
	color:			black;
	padding-top:	0;
	padding-bottom:	1em;
	text-align:		center;
	}

#contents h2 { color:rgb(0%,50%,0%) }

h2.subhead {
	font-size:		large;
	padding-bottom:	1em;
	}

h3.subhead {
	text-align:	center;
	padding-top: 0;
	}

/* ################ List Styles ################ */

ul {list-style-image: url(../../gallery/bullets/diamond.gif)}

ul li {
	text-align:		justify;
	font-size:		smaller;
	margin-right:	10%;
	margin-left:		5%;
	padding-bottom:	0;
	}

ul li.brief {
	list-style-image:	none;
	list-style-type:	disc;
	text-align:		left;
	}

ol {
	margin-left:	     2em;
	margin-bottom:  0;
	padding-bottom: 0;
	}

ol li { margin-right: 2em }

ol li.listing {
	list-style-image:  none;
	text-align:	     left;
	font-size:	     10pt;
	}
