	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #181818;
		font-family: 'Didact Gothic', sans-serif;
		font-size: 12pt;
		font-weight: 200;
		color: #FFF;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
        
	}
	
	p, ol, ul
	{
		margin-top: 0;
  
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	
	
	a
	{
		color: #ee0000;
	}
	
	a:hover
	{
		text-decoration: none;
		
	}

    #hf {
        color:beige;
    }

	.container
	{
		overflow: hidden;
		margin: 0em auto;
		/* 		width: 90%; */
	}
	
.container2
	{
		
		margin: 1em ;
        margin-left: 2em;
		/* width: 1600px; */
	}

p.sublogo {
    font-size:1.2em;
    color:honeydew;
    
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
    
}


nav.topbar{
    
    width:auto;
    float: right;
		margin-right: 1em;
    margin-top: 3em;
}

div.breadcrumb {
    
    font-size: 1.25em;
    margin-left: 2em;
    margin-top: 0.65em;
    
    
    
}

div.contrast {
    
      margin-left: 2em;
    margin-top: 0.65em;
    margin-bottom: 3em;
    
}


   
div.contrast p , div.contrast li  , div.contrast h4 a {
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
    
    
}
div.contrast  div {
    margin-bottom: 3em;
    margin-top: 2em;
}

div.contrast h1, div.contrast h2, div.contrast h3 {
    
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    
}

a.toplist1 {
	font-size: 1.3em !important;

}
a.toplist1:hover {
	background-color:yellow;
	color: black;

}
div.contrast li {
    margin-top:10px;
    
}
div.contrast ul {
    list-style-type:lower-greek;
    
}
div.fspace
{
    height:75px;
    background-color:darkslategray;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/* 
	ul.style1
	{
	}
	
	ul.actions
	{
	}
******************************************************************************** */


	ul.actions li
	{
		display: inline-block;
		padding: 0em 0.50em;
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 2em 1em 2em;
		letter-spacing: 0.10em;
		margin-top: 2em;
		padding: 1.40em 3em;
		background: #2651a8;
		border-radius: 6px;
		text-decoration: none;
		font-weight: 700;
		font-size: 1em;
		color: #FFF;
	}
	
	.button-alt
	{
		padding: 1em 2em;
		border-color: rgba(0,0,0,.8);
		color: #FFF;
	}
		
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.box1,
	.box2,
	.box3,
	.box4
	{
		width: 235px;
	}
	
	.box1,
	.box2,
	.box3
	{
		float: left;
		margin-right: 20px;
	}
	
	.box4
	{
		float: right;
	}

.BoxOther {
    margin-top: 20px;
    margin-right: 20px;
    
    margin-left: 60px;
}

/*********************************************************************************/
/* reference table                                                                     */
/*********************************************************************************/


div.referencesp {
    
    
        margin-left:3em;
    margin-top: 2em;
    
}

div.referencesp h1, div.referencesp h2 {
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
}
div.referencesp a { 
    font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
}
 

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC,.boxE	{
		width: 33%;
	}

	.boxA,
	.boxB,.boxD,.boxE
	{
		float: left;
		margin-right: 1px;
	}
	
	.boxC
	{
		float: right;
	}

	.boxD, .boxE {
		margin-left:1em;
		height:8rem;
				padding: 20px;
		
		/*
				border-width: thick;
		border-color: black;;
		border-style: solid;
		vertical-align: middle;
		*/

	}
	.boxD {
		padding-top: 42px;;
	}

 
/*********************************************************************************/
/* 2-column                                                                      */
/*********************************************************************************/

	.tbox1,
	.tbox2
	{
		width: 575px;
	}
	
	.tbox1
	{
		float: left;
	}

	.tbox2
	{
		float: right;
	}

	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
        /* background-color: rgb(231, 231, 227); */
	}
	
	.title h2
	{
		
       
         color:honeydew;
        
	}

   
	
	.title .byline
	{
		
        color:lightsteelblue;
        
		/*color: rgba(255,255,255,0.60);*/
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#wrapper
	{
		position: relative;
		padding: 5em 0em 7em 0em;
		background: #FFF;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		position: relative;
		padding: 5em 0em 7em 0em;
		background: #111111 url("../images/landing-compress-tx-crim-min.jpg") no-repeat center;
		background-size: cover;
	}

#header-wrapper2
	{
		position: relative;
			padding: 0.5em 0em 8em 0em;
/*		background: #111111 url("../images/tx-crim-appeals-s-min.jpg") no-repeat center; */
		background-color: darkslategrey;
	}

	#header-wrapper3
	{
		position: relative;
			padding: 0.5em 0em 8em 0em;
		background-color:darkslategray; /* top of nav pages */

	}
	#header
	{
		position: relative;
		padding: 5em 0em;
	}


	#header2
	{
		position: relative;
		padding: 0.5em 0em;
	}


	#footer-links {

		margin: 2em;
	}

	div.links-2 {

		margin-left: 150px00px;

		padding:10px;
	}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

/*	 

a.site-title {

	

	}

	*/

	#logo, #logo2
	{
		position: absolute;
		top: 3.6em;
		left: 0;
	}
	
	#logo h1, #logo2 h1
	{
		font-size: 2.6em;
		color: #79C255;
           font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
	}
	
	#logo a, #logo2 a
	{
		text-decoration: none;
		color: rgba(255,255,255,1);
	}

/*********************************************************************************/
/* Menu2                                                                          */
/*********************************************************************************/

.lcontent {

	margin-left:50px;
	padding:10px;
	margin-top:30px;


}
#menu2

	{
		position: absolute;
		top: 1.5em;
		right: 13em;
        margin-right: 200px;
	}
#menu2 ul
	{
		display:flex;
       /* background-color:darkslategrey; */
        
	}

#menu2 li,a
	{
		
      /* background-color:darkslategrey; */
	  padding: 3px;
        
	}
#menu2a {
color:lightcyan;

}
div#subjects-menu  {

	margin-right:200px;
float:right;


}

ul.dropdown-menu a { color: honeydew;}

.dropdown-menu{
    max-height: 400px;
    overflow-y: auto;
}
	#menu
	{
		position: absolute;
		top: 4.5em;
		right: 0;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		padding: 1em 1.5em;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.8em;
		color: rgba(255,255,255,0.80);
	}
	

	
	#menu .active a
	{
		background: #2651a8;
		border-radius: 6px;
		color: rgba(255,255,255,1);
	}
	
	/*
	#menu .icon
	{
	}

	*/

ol.ltoc {
    list-style:decimal;
    margin: 1em;
    
    

      }

ol.ltoc ol{
    list-style:upper-roman;

      }

ol.ltoc ol ol {
    list-style:upper-latin;

      }
	  ol.ltoc ol ol ol{
		list-style:lower-roman;
	
		  }
ol.ltoc a, li {
     font-family: New Century Schoolbook, TeX Gyre Schola, serif;
	
}



div.lgdiv {

	width:90%;

}

	a.lgdivaf {
	
		width: 20%;
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 1.5em;
		text-align: center;
         background-color:darkslategray;
	}
	
	#banner .title h2
	{
		font-size: 3em;
       	 font-family: New Century Schoolbook, TeX Gyre Schola, serif;
        
        
        
	}
	
	#banner .title .byline
	{
		font-size: 1.2em;
      
        
	}
	
	#banner .button
	{
		margin-top: 2em;
		padding: 1.40em 3em;
		border-radius: 6px;
		font-weight: 700;
		font-size: 1em;
		
	}
	
	.banner
	{
		margin-bottom: 5em;
	}

/*********************************************************************************/
/* Page          #page                                                                 */
/*********************************************************************************/



/*********************************************************************************/
/* Content       #content                                                                 */
/*********************************************************************************/

	
	
/*********************************************************************************/
/* Sidebar      sidebar                                                                  */
/*********************************************************************************/



/*********************************************************************************/
/* Footer         footer                                                                */
/*********************************************************************************/


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 2em 0em;
		border-top: 1px solid rgba(0,0,0,0.08);
        background-color: darkslategray;
	}
	
	#copyright p
	{
		text-align: center;
		font-size: 1em;
		color: rgba(255,255,255,0.3);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}


/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		position: relative;
		padding: 7em 0em 7em 0em;
		
          background: darkslategray;
        
		background-size: cover;
		text-align: center;
	}
	
	#welcome .container
	{
		width: 1000px;
		padding: 0px 100px;
		color: rgba(255,255,255,0.8);
	}
	
	#welcome a
	{
		color: rgba(255,255,255,1);
	}
	
	#welcome .button
	{
		background: #FFF;
		color: #2651a8;
	}


/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

	#three-column
	{
		text-align: center;
		color: rgba(0,0,0,0.6);
	}

	#three-column .fa
	{
		display: block;
		padding: 1em 0em;
		color: rgba(0,0,0,1);
		font-size: 2em;
	}
	
	#three-column .title h2
	{
		font-weight: bold;
		color:darkslategray;
        
        
           font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD, Georgia, serif;
	}

	#three-column .title .byline
	{
		text-align: center;
			color:darkslategray;
	}

