/*
Proponents Style Page
copyright 2004-5,2008 by Advocates for Children in Therapy, Inc.
created by Larry Sarner
version 2.4 (3 May 2008)
*/

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

/*################ Headline Styles ################*/

h1 {
	color:			rgb(75%,0%,0%);
	padding-top:	0;
	padding-bottom:	0;
	}

h2 { color: rgb(75%,0%,0%) }

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

ul.names {
	width:			30%;
	list-style-image:	none;
	list-style-position:	outside;
	font-size:		smaller;
	text-align:		left;
	}

ul.names li { margin-bottom: 0 }

/*################ Citation Style ################*/

#cite p {
	font-size:		small;
	font-weight:	bold;
	text-align:		right;
	margin:		0;
	margin-bottom:	1em;
	padding-bottom:	3 px;
	}

#cite img {
	vertical-align:	top;
	padding:	 0;
	border:	 none;
	}

#cite a:link { text-decoration: none }
#cite a:visited { text-decoration: none }
