#sidebar {
	width: 170px;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
}

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 170px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#menunav{
	width: 170px;
	left: 0px;
	margin: 0px;
	text-align: center;
	z-index: 10000;
	font-size: 90%;
	padding-right: 10px;
}

#menunav a{
	display: block;
	width: 170px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menunav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#chosen{
	color: #000000;
	text-decoration: none;
	background-image: url(images/menunav-on.png);
	background-repeat: repeat-y;
}

#issues {
	background-image: url(images/issues.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 170px;
	left: 0px;
	top: 240px;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url(images/masthead.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 580px;
	left: 170px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#content-container {
	width: 580px;
	vertical-align: top;
	background-color: #FFFFFF;
	position: absolute;
	left: 169px;
	top: 102px;
	right: 580px;
	margin: 0px;
	z-index: 100;
}

#content {
	vertical-align: top;
	z-index: 101;
}

#content-left {
	vertical-align: top;
	z-index: 101;

}

#content-right {
	vertical-align: top;
	z-index: 101;
}

#home-box {
	background-color: #99CCCC;
	font-size: 13px;
	overflow: auto;
	position: relative;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	z-index: 200;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	background-color: #aeb07f;
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

hr {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

a:link, a:visited {
	font-weight: bold;
	color: #26758A;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
h1, .header, .h1-span {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	display: block;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #26758A;
	text-align: left;
	background-color: #99CCCC;
	padding: 6px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #26758A;
}
h2, .subhead, .h2-span {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
}

.toc {
	display: block;
	background-color: #26758A;
	padding: 6px;
	line-height: 15px;
	font-size: 13px;
	color: #FFFFFF;
}

.toc a:link {
	font-weight: bold;
	color: #99CCCC;
	text-decoration: none;
}

.toc a:visited {
	font-weight: bold;
	color: #99CCCC;
	text-decoration: none;
}

.toc a:hover, .toc a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.title {
	font-size: 40px;
	font-weight: bold;
	color: #26758A;
	letter-spacing: -2px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	list-style-position: outside;
	list-style-image: url(images/drop.png);
	text-align: left;
	vertical-align: baseline;
}

li#normal {
	list-style-position: outside;
	list-style-image: url(images/drop2.png);
	text-align: left;
	vertical-align: baseline;
}

.special {
	color: #26758A;
	font-weight: bold;
}

.slide_desc {
	font-size: 10px;
	font-weight: bold;
	color: #686A4C;

}

.slide_container {
	float: right;
	position: relative;
	top: 0px;	

}

small, .small {
	font-size: 10px;
	color: #000000;
	line-height: 10px;

}


.float-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 6px;
}


.home-box a:link, .home-box a:visited {
	font-weight: bold;
	color: #26758A;
	text-decoration: none;
}
.home-box a:hover, .home-box a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


