﻿.body-text
{
	margin: 10px;
	min-height: 300px;
	width: 630px;
}
.wrapper
{
	background: url(container-bg.gif) repeat-y;
	margin: 20px auto 10px auto;
	overflow: auto;
	width: 900px;
}
.container
{
	background:  url(header-frame.gif) no-repeat;
	overflow: auto;
}

.main-column
{
	float: left;
	padding: 3px 0 0 4px;
	width: 655px;
}

.main-image
{
	background-repeat: no-repeat;
	border-top: solid 1px #8d8c5d;
	height: 150px;
}

.menubar
{
	background-color: #6d782e; /* #6b6b47; */
	border-top: solid 1px white;
	height: 22px;
	left: 8px;
	position: relative;
	margin: 0;
	width: 647px;
}

h1.page-title
{
	background: #dbdac7 url(page-title-bg.png) repeat-x;
	color: #6d782e; /* #6b6b47; match menu bar background */
	font-size: 24px; /* must be set in pixels to match background */
	font-style: normal;
	font-weight: normal;
	height: 35px; /* total height = 40px */
	margin-top: 1px; /* h1 has top margin by default */
	padding-left: 10px;
	padding-top: 5px; /* vertically center text */
}

.sidebar
{
	border-left: solid 1px white;
	min-height: 380px;
	float: right;
	padding: 0;
	margin-right: 4px;
	margin-top: 4px;
	width: 236px;
}
/*.sidebar span
{
	color: White;
	display: block;
    font-family: Verdana, Georgia;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
}*/


div.sidebar-logo
{
	background-color: #6d782e; /* #6b6b47; */
	border-bottom: solid 1px white;
	margin-top: 20px;
	height: 153px;
	text-align:center;
}
div.sidebar-logo img
{
	height: 116px;
	margin-top: 15px; /* position logo */
	width: 223px;
}

.sidebar-content
{
	background: #c3c2a2;
	min-height: 200px;
	overflow: auto;
	padding: 0 7px 7px 7px;
}
.sidebar-content div > h1:first-child
{
	margin-top: 0;
}

.sidebar-content p, .sidebar-content li, .sidebar-content blockquote
{
	color: #313120;
	font-size: 8pt;
	line-height: 140%;
	letter-spacing: 110%;
}
.sidebar-content h1, .sidebar-content h2, .sidebar-content h3, .sidebar-content h4, .sidebar-content h5
{
	color: #313120;
}
.sidebar-content h2
{
	font-size: 1.1em;
}
.sidebar-content ul
{
	list-style: none;
	padding-left: 0;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-top: 4pt;
}
.sidebar-content li
{
	background: url(sidebar-bullet.gif) no-repeat 0 50%;
	margin-bottom: .3em;
	padding-left: 15px;
}
.sidebar-content a
{
	color: Black;
	text-decoration: none;
}
.sidebar-content a:hover
{
	color: Black;
	text-decoration: underline;
}


.sidebar-internal
{
	background-color: #FFFFCC;
	border-bottom: solid 1px #999;
	border-left: solid 1px #d1d1d1;
	float: right;
	margin: -12px -15px 10px 20px;
	padding: 4px 12px 12px 12px;
	width: 210px;
}

.sidebar-buttons
{
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 10px;
}
.sidebar-buttons img
{
	border-bottom: solid 1px white !important;
	height: 40px !important;
	width: 236px !important;
	/*border-bottom-color: #EAEAE1 !important;*/
}


.footer
{
	background: #fff url(footer-frame.gif) no-repeat top;
	clear: both;
	font-size: .8em;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 900px; /* matches body-text */
}
.footer a
{
	color: Black;
}