a {
	color: #008000;
}

h2 {
	color: #008000;
	font-size: 210%;
	text-align: center;
}

h3 {
	font-size: 160%;
	text-align: center;
	color: #008000;
}

h4 {
	font-size: 120%;
	font-style: italic;
}

p.modelJailStandards {
	color: Blue;
	text-align: center;
	font-size: 120%;
}

ul.modelJailStandards li {
	margin-bottom: 1em;
}

body {
	margin: 0;
	padding: 0;
	font-family: serif;
	background: White url(../images/background-css.gif) repeat-y top left;
}

#header {
	background: url(../images/top%20page1-72dpi.jpg) no-repeat top left;
	height: 185px;
	width: 864px;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 192px;
	width: 559px;
	height: 167px;
	background: url(../images/top%20page2-72dpi.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}

#header p {
	position: absolute;
	top: 0px;
	left: 751px;
	width: 113px;
	height: 167px;
	background: url(../images/top%20page3-72dpi.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}

#header h1 span, #header p span {
	display: none;
}

#nav #nav1 a, #nav #nav1 a:visited {
	color: #015B01;
	font-weight: bold;
	text-decoration: none;
}

#main div.feature img {
	margin: 0;
	padding: 0;
}

#nav #nav2 {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
	font-family: sans-serif;
}

#nav #nav2 li {
	margin: 0 0 1.5em 0;
}

#nav #nav2 a, #nav #nav2 a:visited {
	color: #807F7A;
	text-decoration: none;
}

#footer {
	text-align: center;
}

#main p.email {
	text-align: center;
}

#main p.contact {
	color: #008000;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

#main p.contact a {
	font-size: 140%;
}

.center {
	text-align: center;
}

li.none {
	list-style: none;
}