/* *****START SECTION BOX WITH GRAY COLOR***** */

/* TEXT AND BACKGROUND COLOR FOR SECTION BOX TITLE */
#boxColor .box-top {
	color: #fff;
	background-color: #003399;
}

/* TEXT AND BACKGROUND COLOR FOR SECTION BOX CONTENT */
#boxColor .box-bottom {
	background-color: #dbdbdb;
	border: 2px solid #003399;
	border-top: none;
}

/* *****END SECTION BOX WITH GRAY COLOR***** */

/* *****START SECTION BOX WITH WHITE COLOR***** */

/* TEXT AND BACKGROUND COLOR FOR SECTION BOX TITLE */
#boxWhite .box-top {
	color: #fff;
	background-color: #003399;
}

/* TEXT AND BACKGROUND COLOR FOR SECTION BOX CONTENT */
#boxWhite .box-bottom {
	border: 2px solid #003399;
}
#boxWhite .box-bottomc {
	margin: 0;
	padding: 5px;
	border: 2px solid #003399;
	text-align: center;
}

#boxWhite .box-bottomnone {
	margin: 0;
	padding: 0;
}
#boxWhite .box-bottomimg {
	border: 2px solid #003399;
	margin: 0;
	padding: 0;
}
.box-bottomimg  img{
	margin: 0 0 -3px 0;
	padding: 0;
}

.quicknav		{ text-align:right; width:250px; }
#report ul li  { list-style:none; }

/* *****END SECTION BOX WITH WHITE COLOR***** */

/* BACKGROUND COLOR FOR HEADER TITLE */
tr.headerMain {background-color: #003399;}

/* TEXT COLOR FOR TAGLINE (HOME INDEX PAGE) */
h2.tagline {color: #003399;}

/* TEXT COLOR FOR PAGE TITLE (INTERNAL PAGES) */
h2.pagetitle {color: #003399;}

#list-main {
	margin: 0;
	padding: 0;
}
#list-main p {padding-bottom: 18px;}

#list-main p, p.desc, p.notagline-desc, #list-main strong, #list-main ul, #list-main ol, #list-main dd, #list-main td {
	font-size: medium !important; /* FONT-SIZE FOR ALL BROWSERS EXCEPT IE */
	font-size: small; /* FONT-SIZE FOR IE 6 AND BELOW ONLY */
}

#list-main h3 {margin: 0; padding: 0 0 18px 0; font-size: 135%;}

#list-main h4 {margin: 0; padding: 0 0 6px 0; font-size: 125%;}

#list-main ul, #list-main ol {padding-bottom: 18px;}

a.title {color:#ffffff;text-decoration:none;cursor:pointer;font-weight: bold;}         
a.title:link {color:#ffffff;text-decoration:none;font-weight: bold; cursor:pointer;}
a.title:active {color:#ffffff;text-decoration:none;cursor:pointer;font-weight: bold;}
a.title:visited {color:#ffffff;text-decoration:none;cursor:pointer;font-weight: bold;}

a.elec {text-decoration:underline;cursor:pointer;font-weight: bold;}         
a.elec:link {text-decoration:underline;cursor:pointer;font-weight: bold;}
a.elec:active {text-decoration:underline;cursor:pointer;font-weight: bold;}
a.elec:visited {text-decoration:underline;cursor:pointer;font-weight: bold;}
#elect {
	font-size: small !important; /* FONT-SIZE FOR ALL BROWSERS EXCEPT IE */
	font-size: x-small; /* FONT-SIZE FOR IE 6 AND BELOW ONLY */
}

/* UNORDERED LIST WITH SMALL BULLETS FOR HOME INDEX PAGES */
ul.elections {
	margin: 0 0 0 15px;
	padding: 0 0 12px 0;
	list-style: none;
	text-indent: 0px;
}
/* ul.elections li {
	background-image: url(graphics/star.gif);
	background-position: 0px 0px; /* X-pos Y-pos (from top-left) */
/*	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 0 0 10px 0;
} */ 


li.martop{margin-top: 20px;}
li.past{padding-bottom: 10px;}
td.padtopa{padding-top: 10px;padding-right: 5px;text-align: center;}
td.padtopb{padding-top: 10px;text-align: center;}
