body {
	background:url(/images/bgSlice.jpg) repeat-x  #676767;
	margin:0;
	padding:10px 0 0 0;
}
body.bg-green {
	background:url(/images/searchgrad.jpg) repeat-x #274B2F;
}

p, td, li, h1,h2,h3,h4,h5,h6,h7, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #022C56;
}
p, td, li, div {
	font-size: 12px;
	text-align: left;
}


.right-col {
	padding-left:15px;
}

#tbl-top {
	margin-bottom:10px;
}

#content-area {
	width:820px;
	margin:0 auto;
}

#content {
	background:#FFF;
	padding:20px;
}




a:link, a:visited {
	text-decoration: none;
	/*color:#51BAF2;*/
	color:#000033;
}
/*
a:visited {
	text-decoration: none;
	color: #112F4B;
}
*/
a:hover {
	text-decoration: none;
	color: #112F4B;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #112F4B;
}



#content a,
#content a:hover  {
	color: #2670B3;
	font-weight: bold;
}

#top-nav {
	text-align:right;
}
#top-nav a {
	margin:0 5px;
}

.servicing {
	font-style: italic;
	color: #032d55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:right;
	padding-bottom:25px;
}


.TabbedPanelsTab a {
	font-size: 10px
}
.TabbedPanelsContent a {
	margin:0 8px;
}


#listing {
	border-collapse:collapse;
}
#listing td,
#listing th,
#listing th p,
#listing td p {
	text-align:center;
	font-weight:normal;
}



#footer {
	text-align:center;
	margin:25px 0;
	font-size:11px;
	color:#FFF;
}
#footer a {
	font-size:11px;
	color:#FFF;
	margin:0 3px;
}
#footer hr {
	background:#41576E;
	color:#41576E;
	height:1px;
	border:0;
	margin:8px 0;
	padding:0;
}



#content-home p {
	color:#FFF;
}
#content-home a:link, #content-home a:visited {
	text-decoration: none;
	color:#7C8C9C;
}
#content-home a:hover {
	text-decoration: none;
	color: #B6BEC7;
	text-decoration:underline;
}