body {
	background: #420403;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	color: #000;
	}
	
#container {
	max-width: 62.5em;
	min-width: 48em;
	background: #fdfdfd;
	margin: 0px auto;
	text-align: left;
	position: relative;
	font-weight: normal;
}

#header {
	height: 165px;
	background-color: #000;
}

#logo {
	height: 165px;
	background: url("../i/rslogo2.png") no-repeat 0px 0px;
	width: 75%;
	}

#header a {
	text-decoration: none;
	border-bottom-color: none;
	border: none;
}

#contentwrap {
	padding-right: 333px; /** sidebar width + content padding **/
	overflow: hidden;
}

#contentwrap .column {
	position: relative;
	float: left;
	padding-bottom: 20000px;
	margin-bottom: -20000px;
	}
	
#content {
	color: #000;
	background: #fdfdfd;
	width: 99.9%;
	padding: 30px 40px 0px 58px;
	line-height: 1.5em;
	font-size: .94em;
	}

#sidebar {
	color: #000;
	background: #eaeaea;
	width: 220px; /* nav width */
	margin-right: -333px; /* nav width */
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	text-align: left;
	padding: 45px 10px 0px 5px;
	font-size: .8125em;
	border-left-style:solid;
	border-color: #420403;
	border-width: 1px;
}

#sidebar ul {
	margin-left: 1.75em;
	padding-left: 0;
	line-height: 20px;
}

#sidebar li {
	font-weight: 500;
	list-style: none;
	color: #000;
}

#cse-search-box{
	padding: 0px 0px 0 19px;
}

a:link {
	color: #a20e0b;
	text-decoration: none;
	border-bottom: 1px dotted #A9A9A9;
}

a:visited {
	color: #a57d59;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
}

#sidebar li a:link {
	padding: 0 7px 0 0;
}

#sidebar li a:visited {
	padding: 0 7px 0 0;
}

#sidebar li.ci {
	list-style-type: square;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0em;
}

h1 {
	font-size: 1.33em;
	text-shadow: #9c9c9c 2px 2px 4px;
}

h2 {
	font-size: 1.13em;
	text-shadow: #b9b9b9 2px 2px 3px;
	margin-bottom: 0em;
}

h3 {
	font-size: 1.07em;
	text-shadow: #c8c8c8 2px 2px 2px;
	margin-bottom: 0;
}

span.amp {
	font-family: Arial, "trebuchet ms", sans-serif;
}

p.initial {
	margin: .5em 0em 0em;
	text-indent: 0em;
}

p.indent {
	margin-bottom: 0em;
	margin-top: 0em;
	text-indent: 1.8em;
}

p.works {
	margin: .5em 0em .5em;
}

ul.wks {
	margin: 0;
	padding: 0 0 0 1.5em;
}

ul.wks li {
	list-style: none;
}

ul.wks li a {
	font-style: italic;
	font-weight: bold;
}

#content ul {
	list-style: none;
}

ul.bold li a {
	list-style: none;
	font-weight: bold;
}
#footer {
	color: #909090;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: .69em;
	text-align: center;
	line-height: 1.4em;
	padding: 15px 0px;
	
}
#footer a:link {
	color: #dc6f61;
	text-decoration: none;
	border-bottom: none;
}

#footer a:visited {
	color: #d7a374;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	border-bottom: none;
}

