@charset "utf-8";

a:link {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E91F34;
	font-weight: bold;
		text-decoration: underline;
}
a:active {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}
.panelBorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	background-image: url(../assets/panels/panalbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.panelBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-image: url(../assets/panels/panalbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.panelBody {
	margin: 10px;
	padding: 10px;
	background-image: url(../assets/panels/panalbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.breadCrumbs {
	
	font-size: 12px;
	line-height: 24px; /* make IE 5.5 and 6 behave */
	text-decoration: none;
}
.breadCrumbs a{
	color: #0950B8;
	font-size: 12px;
	line-height: 24px; /* make IE 5.5 and 6 behave */
	text-decoration: none;
}
.breadCrumbs a:hover{
	color: #E91F34;
	font-size: 12px;
	line-height: 24px; /* make IE 5.5 and 6 behave */
	text-decoration: underline;
}
.breadCrumbs a:visited{
	color: #0950B8;
	font-size: 12px;
	line-height: 24px; /* make IE 5.5 and 6 behave */
	text-decoration: none;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
.greycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
.greycopylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777777;
	font-weight: bold;
}
.containerLeft {
	padding-left: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D4001A;
}
body {
	margin: 0px;
	color: #777777;
}
div {
	color: #777777;
}

div a:link {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}
div a:visited {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}
div a:hover {
	color: #E91F34;
	font-weight: bold;
		text-decoration: underline;
}
div a:active {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}



h2 {
	font-size: 18px;
	color: #D8041B;
}
h3 {
font-size: 14px;
	color: #777;
}
#secondary_nav ul{
	margin-top: 0px;
}

#secondary_nav ul li a {
	font-size: 14px;
	color: #777777;

	text-decoration: none;
	line-height: 50px;
	margin-top: -110px;
}
#secondary_nav ul li ul li a {
	color: #0057D2;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
}
#secondary_nav ul li ul li a:hover {
	color: #E91F34;
	text-decoration: underline;
	font-size: 12px;
	line-height: 120%;
}
#secondary_nav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#info_links h3 {
font-size: 14px;
	color: #777;
}


#info_links ul li a {
	font-size: 12px;
	color: #0057D2;
	
	text-decoration: none;
	
	
}


#info_links ul li a:hover {
	font-size: 12px;
	color: #E91F34;
	
	text-decoration: underline;
	
	
}
#info_links ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}


#polls {

	height: auto;
	margin-top: 18px;
	
}
#polls h4 {

	color: #777;
	font-size: 14px;
	font-weight: bold;
}

/* for the poll results */


#Poll1 {
	font-size: 12px;
	color: #777777;	
	
}

#Poll1 span, #Poll1 a {}

#Poll1 ul, #Poll1 ol {
list-style: none;
font-size: 10px;
font-weight: normal;
}

#Poll1 li, {
	margin: 12px 0;
}

#Poll1 td {}

#Poll1 li input {
	margin-left: 0;
	margin-top: 0;
}

#Poll1 input {
	margin-top: 12px;
	margin-left: 58px;
}

#polls h3, th {
	color: #0063AC;
	font-size: 1.8em;
	background: none;
}
.homeHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D5011A;
}
.vertline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	text-decoration: none;
}


.vertline a:link {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}
.vertline a:visited {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}
.vertline a:hover {
	color: #E91F34;
	font-weight: bold;
		text-decoration: underline;
}
.vertline a:active {
	color: #0950B8;
	font-weight: bold;
	text-decoration: none;
}

.hrline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
