/* -- Global Styles  --*/
* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Sans-Serif;
}
#container {
	border: 1px solid #000;
	margin: auto;
	background:#FFF;
	vertical-align: top;
	width: 920px;
}
#header {
	background-color: #333;
	height: 111px;
}
/* -- Nav Styles  --*/
#nav {
	padding-top: 5px;
	height: 38px;
}
#nav a {
	display: block;
	float: left;
	height: 30px;
	margin: 2px 4px;
	padding: 3px 10px;
	text-align: center;
	font: bold 14px Tahoma, Verdana sans-serif;
	line-height: 1em;
	text-decoration: none;
	color: #000;
}
#nav a.single_line {
	line-height:2em;
}
#nav a.current {
	font-weight: bold;

}
/* -- Subnav Styles  --*/
#subnav {
	border-bottom: 1px solid #333;
	height: 26px;
	margin: 0;
	color: #FFF;
}
#subnav a {
	display: block;
	float: left;
	width: auto;
	padding: 5px 10px;
	color: #F4F4F4;
	text-decoration: none;
	font: bold 12px Verdana, Tahoma, sans-serif;
}
/*-- Sidebar Styles --*/
#sidebar {
	width: 190px;
	margin: 13px 13px 0 0;
	padding: 15px 10px 10px 10px;
	float:right;
	font-size: 12px;
	background: #FBF8EC;
	border: 1px solid #E3DBCF;

}
#sidebar p {
	padding: 5px;
	color: #000;
}
#sidebar a {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#sidebar a {
	color: #5B5727;
}
#sidebar .block {
	border-color: #717;
	border-width: 1px;
	border-style: dashed;
	padding: 5px;
	margin: -2px;
}
/* -- Content Styles  --*/
#content {
	background: #FFF;
	margin-right: 210px;
	min-height: 700px;
	padding: 8px 16px;
}
#content p, ul, h1, ul {
	padding: 5px 15px;
}
#content li {
	margin-left: 20px;
	padding: 2px;
	list-style-type: square;
}
#content .block {
	background-color: #eee;
	margin: 10px;
	margin-bottom: 0px;
}
#contentheader {
	width: 280px;
	text-align: center;
	float: right;
	background-image: url("img/content-title.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#contentheader p {
	color: #776432;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 15px;
}
#content a {
	text-decoration: none;
	color: #6B5312;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#content b, #content i , #content strong, #content em {
	color: #333;
}
#content h1 {
	color: #574925;
	font-size: large;
	font-weight: bold;
}
#content .leftblock, #content .leftblocksmall {
	width: 330px;
	float: left;
	vertical-align: top;
}
#content .leftblocksmall {
	border-right: 1px solid #333;
}
#content .leftblocksmall p, #content .rightblocksmall p {
	font-size: 80%;
	padding: 2px 15px;
}
#content .leftblock p, #content .rightblock p, #content .rightblock_block p {
	padding: 2px 15px;
}
#content .rightblock, #content .rightblocksmall {
	vertical-align: top;
	width: 330px;
	float: right;
	margin-top: -10px;
}
#content .rightblock_block {
	vertical-align: top;
	width: 210px;
	float: right;
	padding: 10px;
	margin-top: -10px;
}
#content .rightblock_block  p {
	margin: 2px;
	padding: 8px;
	background: #FBF8EC;
	font-size: smaller;
}
#content cite {
	text-align: right;
	display: block;
}
/*-- Misc Styles --*/
br.breakright {
	clear: right;
}
br.break {
	clear: both;
}
.contentheader-img {
	margin: 10px;
}
#copy {
	font-size: smaller;
	color: #fff;
	background-color: #000;
	width: 918px;
	padding: 1px;
	text-align: right;
	clear: both;
}
#copy i {
	text-decoration: none;
}
#copy a {
	font-size: smaller;
	text-decoration: none;
	color: #fff;
}
#copy .right {
	float: right;
}
#copy .left {
	float: left;
	margin: 4px;
}
#copy p {
	text-decoration: none;
	margin: 2px;
}
#copy img {
	border: none;
}
img.at {
	display: inline;
	border: 0;
}
.spacer {
	margin-left: -25px;
	float: left;
}
.rightblock_block div.strong {
	background-image: url("img/content-title.jpg");
	font-weight: bold;
	padding: 3px;
	width: 200px;
	text-align: center;
}