body { background-color: rgb(192,192,192); }

div.banner
{
	position: absolute;
	top: 5px;
	left: 50px;
	bottom: 115px;
	z-index: 1;
	visibility: visible;
	margin-right: auto;
	width: auto;
	display: block;
}

div.mission
{
	position: absolute;
	top: 115px;
	left: 50px;
	width: 821px;
	height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 2;
	background-color: rgb(255,255,245);
	color: rgb(50,50,40);
	font-family: helvetica,arial,sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-left: rgb(50, 50, 40);
	border-right: rgb(50, 50, 40);
	border-bottom: rgb(50, 50, 40);
	border-width: 0 2px 2px 2px;
	border-style: none solid solid solid;
}

#contents
{
	position: absolute;
	left: 700px;
	width: 173px;
	top: 140px;
	z-index: 4;
	font-family: helvetica,arial,sans-serif;
	line-height: 150%;
	height: 15000px;
	border-right: rgb(50,50,40);
	border-width: 0 2px 0 0;
	border-style: none solid none none;
	background-image: url(../navigation_images/content_gradient.png);

}

div.prosewindow
{
	background-color: rgb(255,253,250);
	font-family: georgia,times,'times new roman',serif;
	font-size: 0.9em;
	line-height: 135%;
	position: absolute;
	left: 50px;
	top: 140px;
	width: 648px;
	z-index: 3;
	vertical-align: top;
	height: 15000px;
	border-left: rgb(50,50,40);
	border-width: 0 0 0 2px;
	border-style: none none none solid;
}

div.blog
{
	margin-left: 3em;
	margin-right: 3em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	text-indent: 0;
}

.quotebox
{
	width: auto;
	height: auto;
	display: inline-block;
	background-color: rgb(220,250,250);
	padding: 0 1em 0 2em;
	text-indent: 0em;
	text-align: left;
	font-family: helvetica,arial,sans-serif;
	font-size: inherit;
	line-height: inherit;
	margin-left: 4em;
	margin-right: 4em;
}

.quotebox2
{
	width: auto;
	height: auto;
	display: inline-block;
	background-color: rgb(220,250,250);
	padding: 0 1em 0 1em;
	text-indent: 0em;
	text-align: left;
	font-family: helvetica,arial,sans-serif;
	font-size: inherit;
	line-height: inherit;
	margin-left: 4em;
	margin-right: 4em;
	min-width: 520px;
}

div.quotebox3
{
	width: auto;
	height: auto;
	display: inline-block;
	background-color: rgb(220,250,250);
	padding: 0 1em 0 1em;
	text-indent: 0em;
	text-align: left;
	font-family: helvetica,arial,sans-serif;
	font-size: inherit;
	line-height: inherit;
	margin-left: 4em;
	margin-right: 4em;
	min-width: 520px;
}
}

.tablebox
{
	width: auto;
	height: auto;
	display: inline-block;
	padding: 0 1em 0 1em;
	text-indent: 0em;
	text-align: left;
	font-family: helvetica,arial,sans-serif;
	font-size: inherit;
	line-height: inherit;
	margin-right: 4em;
	min-width: 520px;
}

.thumb { padding: 8px; }

.indent
{
	margin-left: 1em;
	margin-right: 1em;
}

#floatingindex
{
	position: fixed;
	top: 20px;
	left: 800px;
	width: 120px;
	z-index: 5;
	background-color: rgb(255,255,245);
	padding: 1em;
	border-color: silver;
	border-width: 3px;
	border-style: ridge;
}

#currentmonthindex { text-align: center; }

#columnleft
{
	width: 305px;
	margin-left: 1.5em;
	padding-right: 1.5em;
}

#columnright
{
	left: 335px;
	width: auto;
	padding-left: 1.5em;
	margin-right: 1.5em;
	position: absolute;
	top: 0px;
	border-left: 2px silver solid;
}

#columnright
{
	left: 335px;
	width: auto;
	padding-left: 1.5em;
	margin-right: 1.5em;
	position: absolute;
	top: 0px;
	border-left: 2px silver solid;
	float: right;
}
.pix
{
	background-color: rgb(100,100,100);
	padding: 10px 24px 10px 24px;
}

#index
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: 250px;
	background-color: rgb(250,250,250);
}

.contentcolumn
{
	position: absolute;
	top: 0px;
	left: 260px;
	width: auto;
}

#jumpmenu
{
	position: relative;
	top:10px;
	max-height: 50px;
	z-index:10;
}
.blue
{
	background-color: rgb(200,200,255);
}