body {
	margin: 0;
	padding: 0;
	background: #D3632E url(images/pageBck.jpg) repeat-y;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif
}
.greeting {
	font-size: 90%;
	background: #D3632E;
	padding: .5em 0 0 .5em;
}
.greeting a:link, .greeting a:visited {
	color: #fff;
}

#content {
	background: #fff;
}

h2 {
	color: #c63;
}
a:link    { color: #c63; text-decoration: none }
a:visited    { color: #ff6633 }
a:hover    { color: #900; text-decoration: underline }
a:active    { color: #990000; text-decoration: underline }

#headerBottom {
	background: #E5B85E url(images/lnav_top.jpg) no-repeat;
	margin-top: -14px;
	height: 30px;
	height /**/: auto;
}

.google {
	margin-top: .5em;
}
.google label {
}
#q {
	width: 120px;
}

.breadcrumb {
	margin-left: 165px;
	font-size: 110%;
	margin-top: 0;
	margin-top /**/: 14px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #D3632E;
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #fff;
}

#navL {
	width: 148px;
	color: #706B47;
	font-size: 90%;
	background: #FFCC66 url(images/pageBck.jpg) repeat-y;
}
#navL ul {
	margin-left: 18px;
}
#navL a:link, #navL a:visited {
	color: #DC8643;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#navL a:hover, #navL a:active {
	color: #fff;
	text-decoration: underline;
}
#navL ul a.current  {
	color: #fff;
}

#footer {
	background: #D3632E url(images/pageBck.jpg) repeat-y;
}
#footer a:link, #footer a:visited {
	color: #FFCC66;
}