body, ul, ol, h1, h2, h3, h4 {
   padding:0;
   margin:0;
}


h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label,  ol, dl, fieldset, address{
    margin-bottom: 1em;
}

li, ul, ol{
margin-left:10px;
margin-bottom:1em;
padding-left:10px;
}
ol li {padding:0px;}
/* HTML Tags */
body {
	background-color: #0D2F52;
	font-family:"Trebuchet MS";
}
h1
{
	font-size:18px;
}
h2
{
	padding:7px;
	background-color:#ccc;
	border:1px solid #666;
	font-size:14px;
	font-weight:bold;
	background-image:url(/offender/images/h2_bg.jpg);
	color:#003144;
}
h3 {
	font-weight:bold;
	font-size:12px;	
	color:#0D2F52;
}
/*****************************************/
/*****************************************/
/*****************************************/
/* Main Template Tags */
/*****************************************/
/*****************************************/
/*****************************************/


/*****************************************/
/* Header Tags */
/*****************************************/
#OuterMostHolder {

	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	border: 1px solid #336699;
}

#HeaderLeft
{
	float:left;
	width:97px;
	padding:0px;
}
#HeaderMiddle_New{
	width:673px;
	float:left;
	padding:0px;
}

#HeaderMiddle{
	width:525px;
	float:left;
	padding:0px;
}

#HeaderRight{
	float:left;
	width:148px;

}

/*****************************************/
/* Navigation */
/*****************************************/
#Navigation {
	background-color:#003144;
	color:#E1C374;
	font-weight:bold;
	clear:both;
	width:100%;
	display:block;

}
#Navigation ul
{
	display:inline;
	background-color:#003144;
	width:100%;
	
}
#Navigation ul li
{
	background-color:#003144;
	display:block;
	float:left;
	list-style:none;
	font-size:11px;
	margin-left:auto;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
}
#Navigation ul li a, #Navigation ul li a:link, #Navigation ul li a:visited
{
	display:block;
	color:#E1C374;
	text-decoration:none;
	padding:2px 1px;
}
#Navigation ul li a:hover{
	color:#ffffff;
	background-color:#A79156;
}


/*****************************************/
/* Body */
/*****************************************/
#Content{
	background-color:#fff;
	padding:7px;
}






/*****************************************/
/* Reusable Elements */
/*****************************************/
	.BarSectionHeader{
		font-size:18px;
		font-weight:bold;
		color:#fff;
		text-align:right;
		padding:4px 10px;	
	}
	.BarSectionAccentSmall{
		font-size:10px;
		color:#FFDF31;
		text-align:right;
		margin:4px 10px;
	}	
	.BarSectionAccentSmall a
	{
		color:#FFDF31;
		font-weight:bold;
		text-decoration:underline;
	}
	.BarSectionAccentLarge{
		font-size:16px;
		font-weight:bold;
		color:#FFDF31;
		text-align:right;
		margin:4px 10px;
	}	
	.BarSelection{
		font-size:14px;
		font-weight:bold;
		color:#FFDF31;
		text-align:center;
	}		
	.DisclaimerText
	{
		padding:15px;
		background-color:#eee;
		color:#666;
		font-size:10px;
		border:1px solid #666;
	}

.DataTable {
	border-collapse:collapse;
}
.DataTable th {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background-color:#0D2F52;
	color:white;
	font-weight:bold;
	padding:8px;
}
.DataTable td {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background-color:#ccc;
	color:#545247;
	padding:6px;
	background-image:url(/offender/images/data_table_Bg.gif);
	
	

}

.Citation {
	font-style:italic;
	}
/*****************************************/
/* Footer */
/*****************************************/
#Footer
{
	background-color:#23476A;
	font-size:12px;
	color:#fff;
	padding:5px;
	clear:both;
}
#Footer a:link, #Footer a:visited
{
	color:white;
	font-weight:bold;
}
#Footer a:hover
{
	color:#E1C374;
}
#FooterNav
{
Float:left;
}
#FooterCopyright{
float:right;
}