*, html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px;
	background-color: #282828;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

body.resource {
	background-color: black;
	overflow: -moz-scrollbars-vertical;
}

body.viewer {
	background-color: black;
	text-align: center;
}

p, td, blockquote, .content li {
	font-size: small;
	font-weight: bold;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul {
	margin-left: 15px;
}

h1, h2, .backlink {
  color: #8A4E46;
	font-style: italic;
  font-family: "Times New Roman", Times, serif;
	text-align: center;
}

h1 {
	font-size: xx-large;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: x-large;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
  color: white;
	font-size: large;
	margin-top: 5px;
	margin-bottom: 5px;
  font-family: "Times New Roman", Times, serif;
}

.backlink {
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	border: 0px solid black;
}

th {
	font-weight: bold;
	font-size: medium;
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #8A4E46;
/*  color: #AF806E; */
	text-decoration: none;
}

a:hover, .subcontent th a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.nowrap {
	white-space: nowrap;
}

#wrapper {
	width: 972px; 
	margin: 0 auto;
	text-align: center; 
}

#resource_wrapper {
	width: 700px; 
	margin: 0 auto;
	text-align: center; 
}

#header {
	background-color: black; 
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu {
	background-color: #1b1b1b;
	height: 28px;
	font-size: 18px;
	font-style: italic;
	text-align: left;
  font-family: "Times New Roman", Times, serif;
	line-height: 24px;
	font-weight: bold;
}

#menu ul, #menu li ul, #menu li, #menu li li {
	margin: 0px;
	padding: 0px;
}

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

#menu a:hover, #menu li li a:hover {
	text-decoration: none;
	color: #8A4E46;
	background-color: #1b1b1b;
}

#menu li li a {
	display: block;
	color: #FFFFFF;
	padding: 2px 5px;
	margin: 0px;
}

#menu li {
	float: left;
	cursor: default;
	list-style-type: none;
	padding-left: 20px;
	position: relative;
}

#menu li.first {
	padding-left: 10px;
	width: auto;
}

#menu li ul {
	display:none;
	position:absolute;
	top:100%;
	left:0px;
	font-weight: bold;
	color:#FFFFFF;
	padding:0px;
	margin: 0px;
}

#menu li>ul {
	top:23px;
	left: 0px;
	margin: 0px;
}

#menu li li {
	display:block;
	float:none;
	background-color:#1b1b1b;
	width:150px;
	text-align:left;
	padding: 0px;
	left: 25px;
	height: 24px;
	vertical-align: bottom;
}

#menu li:hover ul,li.over ul {
	display:block
}

#menu .quicknav {
	float: right;
	font-size: x-small;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.inset {
	background-color: #dfdfdf; 
	padding: 26px; 
	padding-top: 50px;
	text-align: center; 
}

.content {
	background-color: #1b1b1b;
	padding: 20px 50px;
	width: 820px;
	text-align: left; 
}

.contact {
	margin-top: 25px;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.contact a:hover {
	color: black;
}

#footer {
	height: 50px;
	vertical-align: top;
	background-color: #1b1b1b;
	text-align: center;
	font-weight: bold; 
	color: #FFFFFF;
	font-size: small;
	font-style: italic;
	line-height: 24px;
}

blockquote {
	margin: 10px 20px;
}

.subcontent {
	width: 750px;
	margin: 0 auto;
	color: black;
	background-color: white;
	padding: 4px;
	text-align: left;
}

.subcontent td, .subcontent th {
	padding: 4px;
}

.subcontent a:hover {
	color: black;
}

.subcontent th {
	width: 50%;
	background-color: #1b1b1b;
	color: white;
}

.subcontent h3 {
  color: #8A4E46;
}

#linkstable {
	padding: 10px;
	margin: 0 auto;
	text-align: left; 
	background-color: black; 
	width: 750px;
}

#linkstable h3 {
  color: #8A4E46;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}

#linkstable td {
	padding: 10px;
	border-bottom: 10px solid #333333;
}

.popup {
  position: relative;
  z-index: 25;
  text-decoration: none;
	border-bottom: 1px dotted #8A4E46;
}

.popup:hover {
  z-index: 50;
}

.popup span {
  display: none;
}

.popup:hover span {
  z-index: 50;
  display:block;
  position:absolute;
  top: 20px;
  left: 70px;
  width:350px;
  border:1px solid #1b1b1b;
	background-color: #dfdfdf; 
  color:#000;
  text-align:justify;
  font-size:12px;
  font-weight:normal;
  padding:3px;
  line-height:15px;
}

#twit-div { 
	width: 200px; 
}	

ul#twitter_update_list { 
	list-style: none; 
	font-size: 10px;	
	width:200px
}
ul#twitter_update_list li { 
	margin-bottom: 5px;
	font-size: 10px;	
}

.button {
  width: auto;
  height: 24px;
  line-height: 16px;
	background-color: #8A4E46;
  border: 2px outset #999999;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button_text {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

input {
	font-size: 10px;
}

.style105 {
	color: black; 
}

.arrow {
	vertical-align: middle; 
	margin-right: 20px;
}
