a:link, a:visited {
	color: #B96F17;
	text-decoration: underline;
}

a:hover {
	color: #9BBB38;
    text-decoration: underline;
}

body {
	background: url("images/background.gif");
	font-family: TIMES, HELVETICA, SANS-SERIF;
	font-size: 2;
	margin: 0px;
	padding: 0px;
}

h1 {
	background: url("images/dot.gif") bottom repeat-x;
	color: #B96F17;
	display: block;
	font-family: TIMES, HELVETICA, SANS-SERI;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
    text-transform: uppercase;
}

h2 {
    background: url("images/dot.gif") bottom repeat-x;
	color: #434E5C;
	display: block;
	font-family: Times, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

input, textarea, select {
	background-color: #FFFFFF;
	border: #C0C0C0 1px solid;
	color: #333333;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

p {
	color: #000000;
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#banner {
	border-top: 14px solid #E8E8CE;
	display: block;
	height: 116px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 609px;
}

#container {
	background: url("images/middle.gif") top repeat-y;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 691px;
}

#container img {
	margin: 0px 0px 20px 0px;
}

#rightcol {
	width: 250px;
    padding-left: 10px;
}

#rightcol p {
	color: #FAFAF0;
}

#logoarea {
	height: 76px;
	margin: 0px;
    padding: 0px;
    background: url("images/logo.gif") no-repeat right;
}

#bordered {
    padding: 20px;
    background: url("images/middle.gif") top repeat-y white;
}

#copyright {
    background: url("images/dot.gif") top repeat-x;
    padding-top: 10px;
}

#pageResults a {
    color: #000080;
    font-weight: bold;
}

.outerNavBox {
    margin-bottom: 10px;
}

.innerNavBox {
    background: white;
    padding-top: 3px;
    padding-bottom: 3px;
}


