body {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background: #CCCC99; 
	font-family: arial, tahoma, verdana;
	font-size: 12px;
}

h2 {
	margin: 5px 0 5px 0;
	font-size: 16px;
}

h3 {
	margin: 5px 0 5px 0;
	font-size: 14px;
}

a,a:visited,p a, p a:visited {
	color: blue;
}

a.highlight {
	color: red;
}

ol {
	list-style-type: upper-roman;
}

hr {
	height: 2px;
}

#container {
	text-align: left;
	width: 660px;
	margin: 0 auto;
	background: #000066 url(../_images/background.gif) repeat-y;
}

#header {
	clear: both;
	background: url(../_images/header.gif) no-repeat bottom center;
	height: 73px;
}

#menu {
	height: 18px;
	padding: 0 0 0 1px;
}
	
	#menu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: center;
		/* width: 100%; */
	}
		
	#menu ul li {
		float: left;
		width: 94px;
	}

	#menu  a {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		border: 1px solid #000066;
		display: block;
		color: #000066;
		background: #C4C5E6;
	}

	#menu  a:hover {
		text-decoration: none;
		color: #C4C5E6;
		background: #000066;
	}
	
#sidebar {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

	#sidebar p .title {
		display: block;
		color: #000066;
		font-weight: bold;
		font-size: 11px;
		background: #999999 url(../_images/arrow_down.gif) no-repeat 0px -4px;
		border: 1px solid #000066; 
		padding: 0 0 0 20px;
		margin: 10px 5px 0px 5px;
	}

	#sidebar p .content {
		text-align: center;
		display: block;
		background: #C4C5E6;
		border-left: 1px solid #000066; 
		border-bottom: 1px solid #000066; 
		border-right: 1px solid #000066; 
		font-size: 10px;
		padding: 5px;
		margin: 0px 5px 0px 5px;
	}

#sidebar p a, a:visited {
	color: black;
}
	
#main {
	float: left;
	width: 470px;
	margin: 0px;
	padding: 5px 12px 5px 8px;
}

#main #bluebook {
}

	#main #bluebook .cite {
		font-variant:small-caps;
		margin: 0px;
		display: inline;
	}

#main #articles {
}

	#main #articles p.title {
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#main #articles p.author {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#main #articles p.cite {
		font-variant:small-caps;
		margin-top: 0px;
		margin-bottom: 0px;
		display: inline;
	}

	#main #articles p.pub_date {
		margin-top: 0px;
		margin-bottom: 0px;
		display: inline;
	}

	#main #articles p.link {
		margin-top: 0px;
		margin-bottom: 0px;
	}

#main #article_intro {
}

	#main #article_intro p.title {
		font-size: 16px;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 0px;
	}

	#main #article_intro p.author {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	#main #article_intro p.cite {
		font-variant:small-caps;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 4px;
		display: inline;
	}

	#main #article_intro p.pub_date {
		margin-top: 0px;
		margin-bottom: 0px;
		display: inline;
	}

	#main #article_intro h3 {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	#main #article_intro p.abstract {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: justify;
	}

	#main #article_intro p.figures {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: justify;
	}

	#main #article_intro p.important_note {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: justify;
	}

	#main #article_intro img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		border: 0px;
	}

	#main #article_intro .main_article_view {
		width: 160px;
		float: left;
		padding: 5px;
		margin-left: 30px;
	}

	#main #article_intro .main_article_view p .title {
		display: block;
		color: #000066;
		font-weight: bold;
		font-size: 11px;
		background: #999999 url(../_images/arrow_down.gif) no-repeat 0px -4px;
		border: 1px solid #000066; 
		padding: 0 0 0 20px;
		margin: 0px;
	}

	#main #article_intro .main_article_view p .content {
		display: block;
		background: #C4C5E6;
		color: black;
		border-left: 1px solid #000066; 
		border-bottom: 1px solid #000066; 
		border-right: 1px solid #000066; 
		font-size: 10px;
		padding: 15px 10px 5px 10px;
		margin: 0px;
		height: 75px;
	}

#main #blog {
}

	#main #blog h2 {
		font-size: 16px;
		margin-bottom: 0px;
	}

	#main #blog h3 {
		font-size: 12px;
		margin-bottom: 0px;
	}

	#main #blog p {
		font-size: 12px;
	}

	#main #blog p.intro {
		font-style: italic;
		margin-top: 0px
	}

	#main #blog p.date {
		font-size: 9px;
		color: #838B8B;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	#main #blog p.bottom_page_nav {
		text-align: right;
	}

#main #masthead {
}

	#main #masthead h2 {
		font: 18px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		text-align: center;
	}

	#main #masthead table {
		padding: 0px;
		margin: 0px 0px 10px 0px;
		width: 100%;
	}

	#main #masthead td {
		text-align: center;
		vertical-align: bottom;
		padding: 0px;
		margin: 0px;
	}

#main #archive {
}

	#main #archive #search_results iframe {
		width: 475px;
		height: 1075px;
	}

#footer {
	clear: both;
	border-top: 1px solid #545454;
	background: #000066 url(../_images/footer.gif) no-repeat bottom center;
	height: 20px;
}
	
	#footer p {
		color: #9999CC;
		font-size: 10px;
		font-weight: bold;
		margin: 0 0 0px 5px;
		text-align: center;
	}
