body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0 2em;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-variant: normal;
	font-size: 2.2em;
	letter-spacing: .25em;
}

p {
    font-size: 1.4em;
}

h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.6em;
	border: none 1px;
	margin: 1em -1.25em;
	padding: .1em 1.25em;

}

body.States h2 {background-color: #e8e0c8;}
body.Subjects h2 {background-color: #c8f7e4;}

h3,h4 {
	font-weight: bold;
	font-size: 1.4em;
}

body.States .topbanner {background-image: url("HTML/Legislation/topbg_state.gif");}
body.Subjects .topbanner {background-image: url("HTML/Legislation/topbg_subject.gif");}
.topbanner 
{
    margin: 0 -2em;
	background-repeat: repeat-x;
	height: 100px;
	position: relative;
}
.topbanner img {display: block; }

.hrDiv {text-align: center; padding: .5em; margin: 1em -1.4em; font-size: 1.4em;}
body.States .hrDiv {border-top: solid 2px #e8e0c8;}
body.Subjects .hrDiv {border-top: solid 2px #c8f7e4;}

.indexButton {
    position: absolute;
    top: 57px; left: 163px;
    font-size: 1.2em;
}
a:link.indexButton, a:visited.indexButton {color: #333;} /* IE6 */
a.indexButton 
{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    text-shadow:1px 1px 0 #fff;
    background: #eee url(Images/Graphics/Button-background.png) repeat-x center;
    border: 1px solid #888; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    padding: 4px 10px;
    
    /* Button drop shadow: */
    -webkit-box-shadow: #333 2px 1px 5px;
    -moz-box-shadow: #333 2px 1px 5px;
    box-shadow: #333 2px 1px 5px;

}

a.indexButton:hover, a.indexButton:active, a.indexButton:focus
{
    color: #003;
    border-color: #88f;
    background-image: none;
}

.formnav {
	position: absolute;
	left: 199px;
	top: 61px;
	z-index: 2;
}
.formstyle {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.smlink {
	font-size: .625em;
	font-weight: normal;
}
.sectionmenu {
	border: medium double #E8E0C8;
	margin-left: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.top {
	float: right;




}
.printonly {
	display: none;
}