@charset "utf-8";
/* CSS Document */
.imgright {
	float:right;
	padding-right: 7em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#contentbottom {
	background-color: #fff;
	color: #000;
	border-right-style: none;
	border-left-style: none;
	clear: right;
	padding-top: 0.5em;
	width: 38em;
}

/* ---------------------- Start Contentbottom division styles ------------------- */
/* Heading 1 tags in content division */
#contentbottom h1 {
	margin-left: 10px;
	font-size: 0.75em;
	color:#000;
}
#wrapper #content #statelist ul {
	padding-left: 8em;
	padding-top: 1em;
	color:#000;
	padding-bottom: 2em;
	
}
#wrapper #content #statelist ul li {
	padding-bottom: 1em;
}


/* Bulleted lists in content division */
#contentbottom ul {
    font-size: 0.85em;
    margin: 1em 20px 1em 40px;
}

/* Paragraphs in content division */
#contentbottom p {
	font-size: small;
	line-height: 1.5em;
	margin: 1em 12px;
}

#contentbottom ul li {
    margin-bottom: 0.5em;
}

#imagegroup {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 4em;
	padding-bottom: 0.5em;
	padding-top: .5em;
}

table {
 font-size: 95%;
 font-family: 'Lucida Grande', Helvetica, verdana, sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
 line-height: 1.2em;
}
caption {
 font-size: 30px;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
}
thead th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #004080;
}
tfoot {
 color:#002084;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #004080;
 border-bottom: 6px solid #004080;
}
tr {
 background-color:#fff;
 border-bottom: 2px solid #c0c0c0;
}
td {
	color:#000;
	text-align:left;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
tbody th {
 text-align:left;
 padding: 2px;
}
td a, tbody th a {
 color:#002084;
 text-decoration:underline;
 font-weight:normal; 
}
td a:hover, tbody th a:hover {
 text-decoration:none;
}

