﻿html {
	background-image:url(http://www.prosecuteofficials.org/images/bg-main-content.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: sans-serif;
}

body {
width: 925px;
margin: 0px auto;
font-size:12px;
background: white;
border: thin black solid;
}

/*****Basic Layout*****/

#header{
	background: white;
	width: auto;
	margin: 0px auto;
	padding: 6px;
	border-bottom: thin black solid;
}

#nav {
	clear: none;
	color: black;
	float: right;
	width: 25%;
	margin: 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 72%;
	margin: 0px;
	padding: 10px;
	border-right: thin black solid;
}

div#content_separate {
	margin: 25px auto;
	text-align: left;
	width: 850px;
	padding: 10px;
	border: medium #000 double;
	font-size: 12px;
}

div#content p {
	font-size: 13px;
}

div#events {
	display:none;
}

/*****Navigation*****/

#nav p {
border-bottom: thin black solid;
padding: 2px;
margin: 5px;
}

#nav h4 {
	color: #FFF;
	background: #963;
	font-weight: bold;
	margin: 6px 9px 9px 0px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 4px #888888;
}

#nav h4.first {
	background: maroon;
}

/*****Content*****/

#bookmark th {
	border-style: solid;
	border-width: 1px;
	padding: 6px 6px 6px 6px;
}

#bookmark td {
	border-style: solid;
	border-width: 1px;
	padding: 6px 6px 6px 6px;
}

#bookmark table {
	border-style: solid;
	border-width: 1px;
	padding: 6px 6px 6px 6px;
}

.box {
	color: black;
	border: thin black solid;
	clear: both;
	margin-bottom: 0px;
	padding: 4px 7px 4px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.note {
	float: left;
	display: block;
	width: 190px;
	height: 190px;
	background-repeat: no-repeat;
	background-image: url('images/post_note1.gif');
}

.fakeh2 {
	font-size: 13pt;
	font-weight: bold;	
}

.separation {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 4px #888888;
    color: black;
	margin-left: 30px;
	margin-right: 10px;
	padding: 10px;
	clear:both;
}

.note1 {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 4px #888888;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: black;
    height:auto;
   	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	float:right;
	clear:both;	
}


.notbold { font-weight: normal; }

p.for_note {
display: block;
padding: 30px 20px 20px 20px;
}

.share:link { 
color: white; }

img {
border-style: none;
}

div.hr {
	height: 15px;
  	background: #fff url(http://www.prosecuteofficials.org/images/sep.gif) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

.email {
	position: relative;
	top: 3px;
}

a:visited { color: blue; text-decoration: none; }

a:link { color: blue; text-decoration: none; }

a:visited:hover  { color: red; text-decoration: underline;}

a:link:hover  { color: red; text-decoration: underline;}

.center {
	text-align: center;
}

.alignl {
	text-align: left;
}
.signature {
	text-align: center;
	margin-left: 40%;
}

.indent {
text-indent: 50px;
}

.fixedfont {
	font-size: 13px;
}

.hidden {
	display: none;
}

.line {
 line-height: 1.6em;
}

.abiggerh3 {
	margin-bottom: 0px;
	font-size: 17pt;
}


ul.NoBulletNoIndent {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 15px;
  margin-left: 0px;
}

ol.NoBulletNoIndent {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 20px;
  margin-left: 0px;
}

#content ol li {
	margin-top: 7px;
}

#menu {
  padding-left:8px;
  margin-left:8px;
  }
#menu li {
  list-style-type:none;
  }

.closep {
	margin-bottom: 0px;
}

.cite {
	font-size: 135%;
}
.titlecite {
	font-size: 125%;
}

.underline {
	text-decoration: underline;
}

.lowbottommargin {
	margin-bottom: 0px;
}

.lowuppermargin {
	margin-top: 0px;
}


/*****Footer*****/

div#footer {
	padding-top: 20px;
	height: auto;
	clear: both;
	text-align: center;
	width: 72%;

}

