@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #E7E7EF;
	color: #000000;
	background-image: url('sumtextb.jpg');
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 15px;
	padding: 15px;
	background-color: transparent;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	padding: 10px;
	background-color: transparent;
	background-image: url('sumbanna-family.gif');
	height: 80px;
	background-repeat: no-repeat;
	color: #000000;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: transparent;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #343438;
	border-bottom: 2px solid #343438;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #C47B7B;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 230px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../../images/sumbul1a.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../../images/sumbul1a.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
/*border: 1px solid #343438;*/	float: left;
	background: transparent;
	width: 190px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li a {
	display: block;
	color: #3A1D00;
	padding: 4px;
	text-decoration: none;
	background: #CECEDE;
	border: 1px solid #67676F;
	margin-top: 2px;
}
#leftnav a:hover {
	color: #000;
	background-color: #FFBBFF;
	border: 1px solid #A79780;
}
/* Possible new selectors left navigation submenu */
#leftnav ul ul {
	padding-left: 5px;
}
#leftnav ul ul li a {
	padding: 3px 0 3px 3px;
	font-size: 80%;
	font-weight: normal;
}
#leftnav .heading p {
	margin: 2px 0px 4px 0px;
}
.heading {
	display: block;
	color: #3A1D00;
	padding: 4px;
	background-image: url('../images/form-background.jpg');
	text-decoration: none;
	border: 1px solid #A79780;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #343438;
	clear: both;
	padding: 5px;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 80%;
	text-align: center;
	background-color: #67676F;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h4 {
	color: #000080;
	background-color: inherit;
}
h3 {
	color: #000080;
	background-color: inherit;
}
h2 {
	color: #000080;
	background-color: inherit;
	font-size: 1.8em;
}
h1 {
	color: #000080;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #CECEDE;
	padding: 2px 0px 2px 5px;
	letter-spacing: 2px;
}
h2 {
	font-size: 1.2em;
	color: #000080
}
h3 {
	font-size: 1em;
	color: #000080;
}
h4 {
	font-size: .9em;
	color: #000080;

}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
/* ============ table styling ================*/
/* width of cells will depend on # of cells and content */
.name {
	width: 100%;
	border: 1px solid #003366;
	border-collapse: collapse;
}
.name td {
	border: solid 1px #003366;
	border-width: 1px;
	padding: 5px;
	text-align: center;
}
/* ============ makes font smaller ============== */
.smalltext {
	font-size: small;
}
/* ================== footnote number styling ================*/
.footnote {
	font-size: small;
	vertical-align: super;
}
#altmenu {
	text-align: center;
	font-size: 90%;
}
#altmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#altmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/* data tables */
.census tr.cream {
	background-color: #efefe7;
	color: #000000;
}
#approx td {
	padding: 5px;
}
.bordertable {
	margin: 0px auto 0px auto;
	border: 1px #000000 solid;
}
.bordertable td {
	border: 1px #000000 solid;
	padding: 10px;
}
.standard td {
	padding: 3px;
}
.lines {
	border: 1px #000000 solid;
}
.lines td {
	border: 1px #000000 solid;
	padding: 2px;
}




