@charset "utf-8";
/* CSS Document */

#banner {
	background-color: #FF9C00;
}

#footer {
}


a {
	color: #11509F;
}


a:Hover {
	color: #905e08;
}

#pageBanner {
	background-color: #F4C32B;
}

.tableBackgroundWithColor {
	background-color: #f6e2a6;
	font-weight: bold;
}

.tableHeader {
	font-weight: bold;
	background-color: #F4C32B;
}

/* SCROLLING TEXTBOXES ON THE HOME PAGE REQUIRE THE FOLLOWING TWO STYLES */

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #ff7b17;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


.suggestItem {
	cursor: pointer;
}

#navigation {
	background-color: #594c74;
	color: #fff;
	line-height: 21px;
}

#navigation p, #subNavigation p {
	display: inline;
	padding-right: 23px;
}

#subNavigation {
	background-color: #d1bff7;
	color: #000;
	line-height: 21px;
	padding-left: 20px;
}

#bannerAdvertising img{
	padding: 0;
	margin: 0;
}

#bannerAdvertising {
	padding: 0;
	margin: 0;
}

.tickls {
	color: #ff0000;	
}

.frontPageCallout {
	border: solid 1px #609;	
}

.frontPageCallout2 {
	border: solid 1px #9D3634;
	padding: 0px;
	margin: 0px;
}

.frontPageCallout3 {
	border: solid 1px #679d34;	
}

.frontPageCallout h1 {
	font-size: 14px;
	margin: 0px;
	text-align: center;
}

.frontPageCallout p,.frontPageCallout2 p, .frontPageCallout3 p {
	margin: 1px;
	width: 220px;
}

ul {
	margin-top: 5px;	
}

.quickLinks p{
	margin: 6px 0;
}

hr {
	color: #ff9c00;	
	height: 1px;
}

#breadcrumb {
	font-size: 9px;	
}

.question {
	color: #bb0000;
	font-weight: bold;
}
