body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #EFCB8F;
	font: small Arial, Helvetica, sans-serif;
}
#container {
	margin: 10px auto 0 auto;
	text-align: left;
	background: #C0D6E9;
	width: 780px;
}
#header {
	color: #336699;
	font-weight: normal;
	padding: 0 0 10px 0;
}
#header p {
	margin: 5px;
	font-size: small;
	font-weight: bold;
}
#header h1 {
	margin: 10px;
	font-size: x-large;
}
#header a {
	text-decoration: none;
	color: #336699;
}
#header a:hover {
	text-decoration: underline;
}
#navigation {
	line-height: normal;
	float: left;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	margin: 0 1px 0 0;
	padding: 0px;
	float: left;
	background: url(images/furniture/nav_off_right.gif) no-repeat right top;
}
#navigation #current {
	background: url(images/furniture/nav_on_right.gif) no-repeat right top;
}
#navigation a {
	display: block;
	background: url(images/furniture/nav_off_left.gif) no-repeat left top;
	padding: 5px 15px;
	color: #C0D6E9;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFFFFF;
}
#navigation #current a {
	background: url(images/furniture/nav_on_left.gif) no-repeat left top;
	color: #336699;
}
#content_frame {
	background: #FFFFFF;
	clear: both;
}
#content p {
	margin: 10px 0;
}
#content h1 {
	font-size: medium;
	color: #336699;
	margin: 10px 0;
}
#content h2 {
	color: #336699;
	font-size: small;
	margin: 10px 0;
}
#content h3 {
	font-size: small;
	margin: 10px 0;
	font-weight: normal;
	color: #336699;
}
#content h4 {
	font-size: small;
	margin: 10px 0;
	font-weight: normal;
}
#content a {
	color: #336699;
}
#content ul {
	margin: 10px;
	padding: 0 10px;
}
#content li {
	margin: 10px 0;
}
#content .sidebar {
	background: #C0D6E9;
	padding: 10px 0;
	vertical-align: top;
	width: 100px;
}
#content .key {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	line-height: 1.25;
	margin: 20px;
}
#content #article {
	margin: 10px 0;
}
#content #article .story {
	vertical-align: top;
	padding-left: 10px;
}
#content #toc .summary {
	background: #C0D6E9;
	vertical-align: top;
	padding-left: 10px;
	width: 233.5px;
}
#content #toc .summary a {
	text-decoration: none;
}
#content #toc .summary a:hover {
	text-decoration: underline;
}
#content #toc .spacer {
	background: url(images/furniture/spacer.gif) no-repeat;
	width: 10px;
	height: 10px;
}
#external a {
	text-decoration: none;
}
#external a:hover {
	text-decoration: underline;
}
#footer {
	background: #C0D6E9;
	margin: 10px 0;
}
#footer p {
	text-align: center;
	font-size: x-small;
	margin: 0;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.container_tl {
	background: #C0D6E9 url(images/furniture/container_tl.gif) no-repeat top;
	width: 10px;
}
.container_tr {
	background: #C0D6E9 url(images/furniture/container_tr.gif) no-repeat top;
	width: 10px;
	height: 10px;
}
.container_bl {
	background: #C0D6E9 url(images/furniture/container_bl.gif) no-repeat bottom;
	width: 10px;
	height: 10px;
}
.container_br {
	background: #C0D6E9 url(images/furniture/container_br.gif) no-repeat bottom;
	width: 10px;
	height: 10px;
}
.content_tl {
	background: #FFFFFF url(images/furniture/content_tl.gif) no-repeat top;
}
.content_tr {
	background: #FFFFFF url(images/furniture/content_tr.gif) no-repeat top;
	width: 10px;
}
.content_bl {
	background: #FFFFFF url(images/furniture/content_bl.gif) no-repeat bottom;
	width: 10px;
}
.content_br {
	background: #FFFFFF url(images/furniture/content_br.gif) no-repeat bottom;
	width: 10px;
}
.toc_tl {
	background: #C0D6E9 url(images/furniture/toc_tl.gif) no-repeat top;
}
.toc_tr {
	background: #C0D6E9 url(images/furniture/toc_tr.gif) no-repeat top;
	width: 10px;
}
.toc_bl {
	background: #C0D6E9 url(images/furniture/toc_bl.gif) no-repeat bottom;
	width: 10px;
}
.toc_br {
	background: #C0D6E9 url(images/furniture/toc_br.gif) no-repeat bottom;
	width: 10px;
}
.btn {
	color: #C0D6E9;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer form {
	margin: 0px;
}
