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

body {
	background-color: #F3F3DB;
	font-family: Arial;
	font-size: 0.85em;
	text-align:center;	
}

h1 {
	font-size: 1.1em;
	color: #A14A04;
}	

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


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

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

.breadcrumb a {
	color: #777777;
}

.breadcrumb a:hover {
	color: blue;
}


.lbPrimary a:link, .lbPrimary a:visited {
	display:block;
	padding: 2px 5px 2px 0px;
	color: #ffffff;
	text-decoration: none;
	width: auto;	
}

.lbPrimaryActive a:link, .lbPrimaryActive a:visited {
	display:block;
	padding: 2px 5px 2px 0px;
	color: #ffffff;
	text-decoration: none;
	width: auto;
}

.lbPrimary a:hover {
	color: #4e5236;
	text-decoration: none;
}

.lbSecondary a:link, .lbSecondary a:visited {
	display: block;
	padding: 2px 5px 2px 0px;
	color: #4e5236;
	text-decoration: none;
	width: auto;	
}

.lbSecondaryActive a:link, .lbSecondaryActive a:visited {
	display: block;
	padding: 2px 5px 2px 0px;
	color: #4e5236;
	text-decoration: none;
	width: auto;
}

.lbSecondary a:hover, .lbTertiaryActive a:hover,  .lbSecondary a:hover, .lbTertiaryActive a:hover{
	background:url(../images/square-a.gif) left top no-repeat;
}

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

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

.topButton {
	background: url(../images/leaf.gif) 6px 4px no-repeat;
	padding-left: 27px;
	padding-top: 4px;
}
.topButton a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.topButton a:hover{
	text-decoration:underline;
}

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

#bodyDiv {
	margin-left:85px;
	width:520px;
	text-align:left;
	float:left;
	display:inline;
	font-size:95%;
}

#div3 {
	text-align:left;
	width:820px; 
	background-color:#DEDEB7;
}

#homelinks 
{
	font-family: arial;
	font-size: 13px;
	display: block;
	padding: 0px 0px 0px 0px;
	color: #000000;
	width: auto;
	line-height: 16px;
	font-weight:bold;
	
}

#homelinks a:link 
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: auto;	
}

#homelinks a:visited 
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: auto;
}

#homelinks a:hover 
{
	display: block;
	color: #F7FAAC;
	width: auto;
	text-decoration: underline;
}

#leafBackground {
	background:url(../images/leafBackground.gif) top left no-repeat;
}

#navContainer {
	font-family: arial;
	font-size: 11px;
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	display: block;
	padding: 0px 0px 0px 28px;
	margin-top: 6px;
	color: #000000;
	width: auto;
	line-height: 14px;
	font-weight:bold;
}

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

#printBanner {
	display: none;
}

#rightColumn {
	float:right;
	width:155px;
	border:0px solid #000;
	margin:0 20px 0 0; 
	display:inline;
}

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

@media print 
{
	body{
		margin:0px;
		font-family: Arial;
		font-size: 1em;
		background-color:#ffffff;
		background:none;
	}	
		
	.noBackground {
		background: none;
	}
	
	#bodyDiv {
		margin-left:0px;
	}
	
	#div3 {
		background: none;
		background-color: #ffffff;
		width: 100%;
	}
	
	#leafBackground {
		background: none;
	}
	
	#printBanner {
		display: block;
	}
	
	#navContainer {
		display: none;
	}
	
	#rightColumn {
		display: none;
	}
}