/*
 * acadv.css
 *
 * Defines cascading styles used across the Alabama Coalition Against Domestic Violence website.  
 */

/*
 * The class styles defined in this section are all default values for style
 * tag attributes on html controls.  Editing the definitions here alters the
 * default style for the corresponding object in the ACADV website.
 */

body { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	color:#000000;
	background-color:#f6f6f6;
}

#contentwrapper {
	width:1000px;
	margin:auto;
}

div {
	font-size:80%;
}

img src {
	 display:block;
}

a {
	color:#9900cc;
}

a:link {
	color:#9900cc;
}

a:visited {
	color:#663366;
}

a:active {
	color: #ff0000;
}

.pagetitle {
	font-size:135%;
	font-weight:bold;
	color:#40808c;
	font-style:italic;
	background-color:white;
	padding:0px 20px 0px 20px;
	margin:5px 0 10px 0;
	border-right:3px solid #c4bcd3;
	border-bottom:4px solid #c4bcd3;
}

.headline {
	font-size:150%;
	font-weight:bold;
	color:#9900cc;
}

.sectionhead {
	font-weight:bold;
	color:#9900cc;
}

.sectionsubhead {
	font-weight:bold;
	color:#336666;
}

.bodytext {
	color:#000000;
}

.subtext {
	font-size:80%;
}

.question {
	font-weight:bold;
	color:#336666;
	font-style:italic;
}

.moveleft {
	 margin-left:-20px;
	}

.panicbarvt { background-image: url(images/panicbar2_lft.jpg); }
.panicbarhz { background-image: url(images/panicbar2_top.jpg); }