/*Only for Index Page*/

#body h1{
font-size:1.2em;
font-weight:400;
text-align:left;
line-height:1.2em;
margin-bottom:1em;
}

#body h2{
font-size:1.2em;
font-weight:400;
text-align:left;
line-height:1.5em;
margin-bottom:.6em;
}


#body p{
font-size:.8em;
line-height:1.3em;
}

#body p a {
color:#900;
text-decoration:none;
}

#body p a:hover {
color:#900;
text-decoration:underline;
}

#index-nav{
float:right;
list-style:none;
}

#index-nav li{
height:32px;
background:url(../images/img_arrow.gif) no-repeat left;
padding-left:48px;
padding-top:7px;
}

#state-table-top{
width:705px;
height:25px;
background:url(../images/border_indexTableTop.jpg) #900 no-repeat top; 
padding-top:4px;
text-align:center;
margin:0 auto;
border-left:#2B1A0D 1px solid;
border-right:#2B1A0D 1px solid;
margin-top:50px;
}

#state-table{
width:707px;
margin:0 auto;
border-left:#2B1A0D 1px solid;
border-right:#2B1A0D 1px solid;
font-size:.8em;
color:#000;
}

#state-table a
{
	text-decoration: none;
	color: black;
}

#state-table strong{
color:#900;
}

#state-table strong a{
color:#900;
text-decoration:none;
}

#state-table td{
width:33%;
text-align:left;
padding:10px;
}

#state-table-bottom{
background:url(../images/border_indexTableBottom.jpg) no-repeat top; 
margin:0 auto;
width:705px;
height:5px;
border-left:#2B1A0D 1px solid;
border-right:#2B1A0D 1px solid;
}



