* {
	padding: 0;
	margin: 0;
}

body {
	background: white;
	font-family: "Lucida Sans", Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	color: #606060;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

a, a:visited, a:hover {
	color: #669999;
}

a.orange {
	font-style: italic;
	font-size: 8pt;
	text-decoration: none;
	color: #CB784C;
	display: block;}

a img {
	border: 2px solid #CB784C;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 24pt;
	line-height: 24pt;
	color: #8A2930;
	text-align: center;
	font-weight: normal;
	letter-spacing: .075em;
	margin-bottom: 0px;
	clear: both;
}

h2 {
	color: black;
	font-family: Georgia, Times, serif;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: normal;
	letter-spacing: .1em;
	margin-top: 1em;
	margin-bottom: .25em;
	clear: both;
}

h3 {
	color: #303030;
	font-family: "Lucida Sans", Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: .2em;
	margin-top: .75em;
	clear: both;
}

h4 {
	font-family: "Lucida Sans", Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	clear: both;
	margin-bottom: .25em;
	margin-top: 1em;
	line-height: 1em;
}

h5 {
	font-family: "Lucida Sans", Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	clear: both;
	margin-bottom: .25em;
	margin-top: 1em;
	line-height: 1em;
}

h6 {
	font-family: "Lucida Sans", Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: .2em;
	color: #C0C0C0;
	clear: both;
	margin-bottom: .5em;
	line-height: 1em;
}

hr {
	width: 120px;
	height: 1px;
	display: block;
	border-bottom: 0px;
	border-top: 1px solid #A0A0A0;
	margin-top: 32px;
	margin-bottom: 24px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
	overflow: hidden;
}

ol, ul {
	margin-left: 40px;
	margin-top: 1em;
	margin-bottom: 1em;
}

ol ul, ul ol,
ul ul, ol ol    {
margin-top: 0;
margin-bottom: 0
}

#centering {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -400px;
	width: 800px;
	clear: both;
}

#topbar {
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #66171D;
}

#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 185px;
	height: 277px;
	background: transparent url(/images/logo.gif) no-repeat top left;
	cursor: pointer;
}
#logo span {
	display: none;
}

#slogan {
	position: absolute;
	top: 310px;
	right: 10px;
	width: 160px;
	height: 96px;
	background: transparent url(/images/slogan.gif) no-repeat top left;
}
#slogan span {
	display: none;
}

#menu {
	position: absolute;
	top: 430px;
	right: 0px;
	width: 185px;
	text-align: center;
}

#menu a {
	font-family: Georgia, Times, sans-serif;
	color: #999999;
	letter-spacing: .1em;
	text-decoration: none;
	margin-bottom: .25em;
	display: block;
}

#menu a:hover {
	color: black;
}


div.article_container {
	position: absolute;
	left: 92px;
	top: 40px;
	width: 500px;
}

div.article_text {
	margin-top: 2em;
}

div.thumbpopup {
	padding: 5px;
	background-color: white;
	border: 1px solid #888;
}

div.thumb {
	float: left;
	margin-right: 5px;
	margin-top: 5px; 
}

div.twtr-doc h3, div.twtr-doc h4 {
	clear: none;
	letter-spacing: inherit;
}
