BODY {
    color: black;
    font-family: Times New Roman, Times, serif;
    font-size: 12pt;
    background-color: rgb(181, 181, 115);
}
TABLE {
    color: black;
    font-family: Times New Roman, Times, serif;
    font-size: 12pt;
}
IMG {
	border: 0px;
}
A {
	color:black;
}
A:hover {
	color:white;
}

.error {
	color: red;
}

.clearBoth {
    clear: both;
}

.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

#shell {
	width: 100%;
	border: 0px;
}

#searchTitle {
	font-size: 110%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
    background-color: rgb(201, 204, 131);
}

#navigation {
	background-color: rgb(154, 154, 98);
	text-align: center;
	border: solid black 1px;
}

#bannerTitle1 {
	font-size: 300%;
	font-weight: bold;
}
#bannerTitle2 {
	font-size: 150%;
	font-weight: bold;
}
#bannerAddress {
	font-size: 110%;
	font-weight: bold;
}
#bannerTelephone {
	font-size: 110%;
	font-weight: bold;
}
#bannerEmail {
	font-size: 110%;
	font-weight: bold;
}

#pageTitle {
    clear: both;
    line-height: 200%;
    background-color: rgb(96, 127, 64);
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
}
#batchnavEmpty {
    line-height: 200%;
    background-color: rgb(201, 204, 131);
}
#batchnav {
    width: 100%;
    line-height: 200%;
    background-color: rgb(201, 204, 131);
    padding-left: 1em;
    padding-right: 1em;
}
#batchnav TD {
    width: 33%;
}
#batchnav INPUT {
}
#batchnav SPAN {
}
#batchnavPrevItem {
	display: block;
    background-image: url('../images/prevItem.gif');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
#batchnavPrevItem:hover {
    background-image: url('../images/prevItemH.gif');
}
#batchnavNextItem {
	display: block;
    background-image: url('../images/nextItem.gif');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
#batchnavNextItem:hover {
    background-image: url('../images/nextItemH.gif');
}
#content {
}

#sidebar {
    text-align: center;
	line-height: 150%;
    white-space: nowrap;
	font-weight: bold;
}
#sidebar A {
	display: block;
	background-color: rgb(96, 127, 64);
	background-color: rgb(154, 154, 98);
    color: black;
    text-decoration: none;
}
#sidebar A:hover {
	display: block;
    background-color: rgb(126, 128, 82);
}
#sidebar DIV {
    background-color: rgb(201, 204, 131);
    background-color: rgb(154, 154, 98);
    color: black;
}

#search {
    text-align: center;
	line-height: 150%;
    white-space: nowrap;
	font-weight: bold;
}
#search A {
	display: block;
	background-color: rgb(96, 127, 64);
	background-color: rgb(154, 154, 98);
    color: black;
    text-decoration: none;
}
#search A:hover {
	display: block;
    background-color: rgb(126, 128, 82);
}
#search DIV {
    background-color: rgb(201, 204, 131);
    color: black;
    text-decoration: none;
}

#shortcuts {
    text-align: center;
	line-height: 150%;
    white-space: nowrap;
	font-weight: bold;
}
#shortcuts A {
	display: block;
	background-color: rgb(96, 127, 64);
	background-color: rgb(154, 154, 98);
    color: black;
    text-decoration: none;
}
#shortcuts A:hover {
	display: block;
    background-color: rgb(126, 128, 82);
}
#shortcuts DIV {
    background-color: rgb(201, 204, 131);
	background-color: rgb(154, 154, 98);
    color: black;
}

#headerRollover {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
#headerRollover LI {
    line-height: 150%;
    list-style-type: none;
}
#headerRollover A {
	display: block;
    padding: 1px 12px 4px 24px;
    background-color: rgb(180, 183, 117);
    color: black;
    text-decoration: none;
}
#headerRollover A:hover {
    background-color: rgb(126, 128, 82);
    background-repeat: no-repeat;
    color: white;
}
#headerRollover SPAN {
	display: block;
    padding: 1px 12px 4px 24px;
    background-color: rgb(201, 204, 131);
    color: black;
}

#searchRollover {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
#searchRollover LI {
    line-height: 150%;
    list-style-type: none;
}
#searchRollover A {
	display: block;
    padding: 1px 12px 4px 24px;
    background-color: rgb(180, 183, 117);
    color: black;
    text-decoration: none;
}
#searchRollover A:hover {
    background-color: rgb(126, 128, 82);
    background-repeat: no-repeat;
    color: white;
}
#searchRollover SPAN {
	display: block;
    padding: 1px 12px 4px 24px;
    background-color: rgb(201, 204, 131);
    color: black;
}

#indexActionRollover {
    text-align: center;
    border: 1px solid black;
    width: 100%;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
#indexActionRollover LI {
    line-height: 150%;
    display: inline;
    list-style-type: none;
}
#indexActionRollover A {
    padding: 0px 8px 0px 8px;
    border: 1px solid #333;
    background-image: url('../images/l1_down.gif');
    background-position: center center;
    color: white;
    text-decoration: none;
}
#indexActionRollover A:hover {
    background-image: url('../images/l1_over.gif');
    background-repeat: no-repeat;
    color: black;
}
