/* CSS Document */
body {
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 	
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
}

div {
	border: none;
}

/* container */
#wholepage {
	position: absolute;
	top: 0;
	left: 0;
}

/* skip navigation */
#skipnavigation {
 display:none;
}

/* header */
#header {
	margin-left: 0px;
	color: #000;
	border-bottom: 1px solid #333;
	height: 100px;
}

/* DOJ SEAL */		
#headerimage {
	float:left;
	width:95px;
	height:94px;
	padding-left:10px;
	padding-top:6px;
	paddign-bottom:7px;
}	

/* Top */
#top {
	display:none;
}	

#topnav {
	display:none;
}

/* Left Column */	
#left {
	display:none;
}
	
/* Right Column */	

#right {
	display:none;
}
	
#searchbox {
	display:none;
}	


/* Content Section */
#content {
	padding: 3px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/* Footer */	
#footer {
	display:none;
}
	
/* font styles */

p {
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #676767;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-size: 1.5em;
	color: #564b47;
	margin: 0px 20px;
	padding: 20px 0px 10px;
}


h2 {
	font-size: 1.25em;
	color: #564b47;
	margin: 0px 20px;
	padding: 20px 0px 10px; 
}
	
h3 {
	font-size: 1.25em;
	line-height: 22px;
	font-weight: bold;
	margin-top: 30;
	margin-bottom: 0;
	color: #676767;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
}
	
img {
	border: 0; 
}
	
strong, b {
	font-weight: bold; 
}

a:link{
	font-weight: normal;
	text-decoration: none;
	color: #036; 
}
	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color:  #036;
}
	
a:hover, a:active{
	color: #06F;
	text-decoration: none; 
}

/* Classes */ 

.alignright {
	margin-top: 0; 
	text-align: right;
}

#header h1 {
	padding-top: 40px;
	font-size: 1em;
	color: #fff;
	padding-left: 102px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h2 {
	padding-left: 121px;
	padding-top: 0px;
	margin: 0px;
	font-size: 1.75em;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #fff;
}

/* Begin Content */
#content ul{
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-type: disc;
}
	
#content ol{
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
		
#content li{
	color: #676767;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content li a {
	font-weight: normal;
	text-decoration: none;
	color: #036; 
	}

#content li a:visited{
	font-weight: normal;
	text-decoration: none;
	color:  #036;
}

#content li a:hover{
	color: #06F;
	text-decoration: none; 
}

#content li a:active{
	color: #06F;
	text-decoration: none; 
}
/* End Content Formatting */