@charset "UTF-8";
/* CSS Document */

/* print stylesheet for NCal Violence Prevention website */
body {
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	font-size: 12pt;
}

#header, #globalnav, #leftnav, #sidebar, #toolbar, #footer {
	display: none;
	}

#printheader {
	margin: 0;
	padding: 0;
	}
	

p, pre, {
	margin:4px 0px 10px 0px;
	font-size: 12pt;
}

#content ul, #content ol, #content dl, #content blockquote {
	margin: 5px 0 10px 25px;
	}

li, dd {
	line-height: 150%;
	list-style: square;
	margin-left: 10px;
	padding-left: 10px;
	}




h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0;
}


h1 {
	font-size: 18px;
	}
	
h2 {
	clear: both;
	font-size: 15px;
	}
	
h3 {
	clear: both;
	font-size: 14px;
	}
	
h4 {
	clear: both;
	font-size: 13px;
	font-weight: bold;
	}
	
h5 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

.clearfloat {
	clear: both;
	height: auto;
	}
	
#printfooter p {
	margin: 20px 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	
	}
	

/* image styles */

img {
	border: 0;
	}

img.left {
	float:left;
	margin: 2px 10px 5px 0;
	border: 0;
}
img.left0 {
	float:left;
	margin: 0px;
	border: 0;
}
img.right {
	float:right;
	margin: 2px 0px 5px 10px;
	border: 0;
}
	
	


/* table styles */

.tabledata {
	border-top: 1px solid #ccc;
	 border-left: 1px solid #ccc;
	margin: 10px 0;
	}

.tabledata th, .tabledata td{
	padding: 4px;
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	}


th {
	font-weight: bold;
	}

	
.evenrow {
	background-color: #ccc;
	}	

/* form elements */

form
{
	margin-top: 1.5em;
	padding-bottom: 15px;
}

input.text
{
  width: 20em;
}

#content fieldset
{
	float: left;
	clear: left;
	width: 98%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

fieldset.submit
{
	float: none;
	width: auto;
	border: 0 none #FFFFFF;
	padding-left: 12em;
}	
