html, body
{
	background-color: white;
	color: rgb(75, 75, 75);
	font-family: "Stone Sans Sem ITC TT", sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-image: url(../imgs/article_grad_back.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#tagline
{
	color: rgb(110, 110, 110);
	text-align: center;
	width: 800px;
	margin: 0px auto;
	font-style: italic;
	font-size: 1.1em;
	font-family: serif;
}

#navigation
{
	background-image: url(../imgs/article_navbar.png);
	background-repeat: no-repeat;
	padding: 4px;
	margin: 10px auto 0px auto;
	width: 792px;
	height: 56px;
	text-align: left;
	list-style-type: none;
}

#navigation li
{
	float: left;
	padding: 0px 29px;
	line-height: 47px;
	height: 47px;
}

#navigation li:hover { background-image: url(../imgs/shade.png); }
#navigation li#home_link,#navigation li#search
{ background-image: none; }

#search form
{
	margin: 0px;
	padding: 0px;
}


#search input
{
	border: 0px;
	margin: 0px;
}

#main_content { margin: 0px auto; text-align: justify; width: 600px; }


hr
{
	clear: both;
	color: rgb(69, 8, 90);
	height: 0px;
	border-top: 1px rgb(69, 8, 90) none;
	border-right: 1px rgb(69, 8, 90) none;
	border-bottom: 1px rgb(69, 8, 90) solid;
	border-left: 1px rgb(69, 8, 90) none;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
}

#meta_links { width: 800px; margin: 0px auto; text-align: center; }

#copyright { font-size: .8em; width: 800px; margin: 0px auto; text-align: center; }
#copyright p { margin: 0px; padding: 0px; }

a
{
	text-align: left;
	text-decoration: none;
	color: gray;
	font-style: italic;
}

a:hover
{
	text-align: left;
	text-decoration: underline;
}

img { border: 0px none; }

.side_note
{
	float: right;
	border: 1px #69C solid;
	background-color: #FCF;
	margin-bottom: 20px;
	width: 200px;
	clear: right;
	padding: 3px;
	color: black;
	margin-left: 15px;
	text-align: left;
}

table
{
margin-left: 50px;
}

.big_table { width: 500px; }

#tagline { clear: both; }

h1,h2,h3,h4,h5,h6 { text-align: left; }

.colored_em { color: black; }

