BODY {
	background-color: #000;
	font-family: "Gill Sans", Futura, "Helvetica Neue", Helvetica;
	text-decoration: none;
	margin: 15px 10px 15px 15px;
	padding-bottom: 15px;
}
html>body {
	margin: 0px;
	background-color: #fafccc;
}


.leftSide {
	background-color: #000;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 209px;
	margin: 0px;
	bottom: 0px;
	z-index: 15;

}

.content {
	left: 224px;
	top: 15px;
	position: absolute;
	padding-top: 60px;
	z-index: 10;
	background-color: #fafccc;
	margin-bottom: 15px;
}

html>body .content {
	left: 209px;
	right: 30px;
	top: 0px;
	bottom: 0px;
} 

.contentEnd {
	background-color: #000;
	width: 100%;
	height: 15px;
}
html>body .contentEnd {
	visibility: hidden;
}

.rightSide {
	visibility: hidden;
	z-index: 15;
}

html>body .rightSide {
	visibility: visible;
	height: 100%;
	position: fixed;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/d2_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	width: 31px;
}

.rightImage {
	float: right;
	margin-left: 15px;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}
.leftImage {
	float: left;
	margin-right: 15px;
	font-size: x-small;
	text-decoration: none;
	text-align: center;
	line-height: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.entryText {
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
}
.seperator {
	background-attachment: scroll;
	background-image: url(images/seperator2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 36px;
	width: 99%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.seperator2 {
	clear: both;
	height: 36px;
	width: 99%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.entry {
	clear: both;
	margin-bottom: 10px;
}
.bigLogo {
	height: 91px;
	width: 99%;
	margin-bottom: 20px;
	text-align: center;
}
.entryTitle {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D8D7B2;
	font-style: italic;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 5px;
	margin-left: 25px;
	margin-right: 50px;
}
UL {
	list-style-type: circle;
	padding-left: 0px;
}
.tempSubs {
	font-size: smaller;
	font-variant: small-caps;
	text-transform: uppercase;
}
A {
	color: #CD211E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.galleryImages {
	font-size: x-small;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
}
.galleryButtons {
	text-align: center;
	margin: 5px 0px 0px;
}
.disabledText {
	color: #d8d7b2;
}


.sourceContent {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 25px;
	padding-left: 15px;
}
.stateTable {
	font-size: 80%;
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
}
.listItem {
	border-bottom: thin solid #A4A08D;
	background-color: #E5E6B9;
}
.listHeaders {
	border-bottom: thin solid #A4A08D;
	background-color: #D5D6AC;
	font-weight: bold;
}

.lit {
	width: 3em;
	text-align: center;
}

.liz {
	width: 4em;
	text-align: center;
}
.lip {
	width: 7.5em;
	text-align: center;
}

.pickerContainer {
	margin-bottom: 20px;
	margin-right: 10px;
}

ul.statePickList {
	display: inline;
	text-align: center;
	font-size: 80%;
	margin-left: 0px;
	margin-bottom: 20px;
}

.statePickList li {
	background-color: #D5D6AC;
	padding: 3px 4px;
	border: 1px solid #7E7F66;
	list-style: none;
	display: inline;
	margin: 0px 2px 5px;
	float: left;
	clear: none;
}

#here {
	background-color: #FAFCCC;
	font-weight: bold;
}

.statePickList li.last {
	margin-bottom: 20px;
}

.stockMode {
	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;

}