/* TAGS BEGIN ------------------------------- */

body {
	background-color: #DDDADA;
	font-family: Arial;
	font-size: 1.0em;	
}

h1 {
	font-family: Arial Rounded MT Bold, Arial;
	font-size: 1.5em;
	font-weight: normal;
	color: #FD5303;
	margin-bottom:10px;
}	


ul {
	list-style-image:url(../images/listItem.gif);
}

ul ul {
	list-style-image:url(../images/subListItem.gif);
}

ul ul ul{
	list-style-image:url(../images/subSubListItem.gif);
}

ul ul ul ul{
	list-style-image:url(../images/subSubSubListItem.gif);
}



/* CLASSES BEGIN -------------------------------------- */

.breadcrumb {
	font-size:85%;
	color: #777777;
}

.breadcrumb a {
	color: #777777;
}

.breadcrumb a:hover {
	color: blue;
}

.lbPrimary, .lbPrimaryActive {
	border-top:1px solid #fff;
	padding-bottom: 6px;
	
}

.lbPrimary a:link, .lbPrimary a:visited {
	display:block;
	padding:6px 0px 0px 7px;
	text-decoration: none;
	color: #0C3E91;
	
}

.lbPrimary a:hover {
	color:#FF5504;
}

.lbPrimaryActive a:link, .lbPrimaryActive a:visited {
	display:block;
	padding:6px 0px 0px 7px;
	text-decoration: underline;
	color:#FF5504;
	
}

.lbSecondary a:link, .lbSecondary a:visited {
	display:block;
	padding:3px 0px 3px 12px;
	text-decoration:none;
	color: #0C3E91;
	/*background:url(../images/square-a.gif) left top no-repeat;*/
	font-weight:normal;
}

.lbSecondaryActive a:link, .lbSecondaryActive a:visited {
	display:block;
	padding:3px 0px 3px 12px;
	text-decoration: underline;
	color:#FF5504;
	font-weight:normal;
	/*background:url(../images/square-a.gif) left top no-repeat;*/
}

.lbSecondary a:hover, .lbTertiaryActive a:hover,  .lbSecondary a:hover, .lbTertiaryActive a:hover{
	text-decoration:underline;
	color:#FF5504; 
}

.lbTertiary a:link, .lbTertiary a:visited {
	display:block;
	padding:2px 0px 2px 8px;
	text-decoration:none;
	color: #0C3E91;
	font-weight:normal;
}

.lbTertiaryActive a:link, .lbTertiaryActive a:visited {
	display:block;
	padding:2px 0px 2px 8px;
	text-decoration: underline;
	color:#FF5504;
	font-weight:normal;
}

.searchResultTitle {
	font-size:140%;	
}

/* ID'S BEGIN ---------------------------------------- */

#container {
	padding:0 24px 0 35px;
}

#navContainer {
	font-size: 0.8em;
	font-family: Arial;
	font-weight: bolda;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 9px;
}

#navContainer a:hover {
	text-decoration: underline;
}

#printArea {
	float:right;
	width:789px; 
	font-size:85%;
}

#printAreaBackground {
	background: url(../images/bodyStripes.gif) center repeat-y;
}

#shadowBackground {
	background: url(../images/shadowBackground.gif) center repeat-y;
}


/* PRINT STYLES BEGIN --------------------------------------- */

@media print 
{
	body{
		margin:0px;
		font-family: Arial;
		font-size: 1em;
		background-color:#ffffff;
		background:none;
	}	
	
	ul {
		list-style-image:none;
		list-style:circle;
	}
	
	ul ul {
		list-style-image:none;
		list-style:circle;
	}
	
	.breadcrumb {
		display: none;
	}
	
	.noBackground {
		background: none;
	}
	
	
	#container {
		padding:0;
	}

	#printArea {
		float:none;
		width:700px;
		margin:0px;
		padding:0px;
		font-size:85%;
		background-color:#fff;
	}
	
	#printAreaBackground {
		background:none;
	}
	
	#shadowBackground {
		background:none;
	}

}