body {
	background-color: #D9D9CA;
	background-image:url(/images/core/page_bg.jpg);
	background-position: 50% 68px;
	/* background-position: center 68px; */
	background-repeat: no-repeat;
	margin:0 auto;
	padding:0;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
}

#page{
	text-align: left;
}

h1{
	font-size: 18px;
	color:#fff;
	margin:0;
	padding:0;
}

a{
	font-weight: bold;
	color:#660000;
	text-decoration:underline;
}

/* ____________________ Top Navigation Home Page__________________ */
/* =============================================================== */

#navbar_home {
	padding: 0 10px 0 10px;
}

#navbar_home td a{
	color: White;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
#navbar_home td a:hover{
	color: #CCCCCC;
}
#navbar_home td.active{
	color: White;
	background:url(/images/core/nav1-active-bg.jpg) no-repeat center top
}
#navbar_home td a.active, #biblio #nav td a.active{
	color: #fff;
}

/* ____________________ Top Navigation ___________________________ */
/* =============================================================== */

#navbar {
	padding: 0 8px 0 8px;
}

#navbar td a{
	color: White;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
#navbar td a:hover{
	color: #CCCCCC;
}
#navbar td.active{
	color: White;
	background:url(/images/core/nav1-active-bg.jpg) no-repeat center top
}
#navbar td a.active, #biblio #nav td a.active{
	color: #fff;
}


/* ____________________ Footer ___________________________________ */
/* =============================================================== */

#footer{
	text-align: center;
}
#footer td a{
	color: Maroon;
	margin: 0 20px;
	font-size: 11px;
}

/* ____________________ Home Page ________________________________ */
/* =============================================================== */

.home h1{
	font-size: 24px;
	color:#003366;
	margin:0;
	padding: 15px 0px 0 0px;
	text-decoration: none;
}
.home h1.top{
	font-size: 20px;
	color:#003366;
	margin:0;	
	padding: 15px 20px 0px 20px;
	background:url(/images/core/paper-top.jpg) no-repeat 0 0;
	text-decoration: none;
}
.home h2{
	margin: 10px 0px 3px 0px;
	padding:0;
	width:auto;
	font-size:16px;
	text-decoration:none;
}
.home h2 a{
	color:#486CA8;
	padding:0;
	width:auto;
	font-size:16px;
	text-decoration:none;
	border-bottom-color:#486CA8;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.home h3{
	margin: 10px 0px 3px 0px;
	padding:0;
	width:auto;
	font-size:14px;
	text-decoration:none;
}
.home p{
	padding: 5px 0px 5px 0px;
	margin:0;
}
.home p a{
	font-weight: bold;
	color:#660000;
	text-decoration:underline;
}
.home p.description {
	padding: 2px 0px 5px 0px;
	margin:0;
}
.home span.dateline{
	padding: 0px 0px 5px 0px;
	margin:0;
	font-size:12px;
	color:#770909;
	font-weight:normal;
	font-style:italic;
}


/* ____________________ Main Content______________________________ */
/* =============================================================== */
.mainpaper .innertable{
	margin: 0 20px 20px 20px;
}
.mainpaper h1{
	font-size: 18px;
	color:#003366;
	margin:0;
	padding: 15px 0px 0 0px;
}
.mainpaper h1.top{
	font-size: 18px;
	color:#003366;
	margin:0;
	padding: 15px 20px 5px 20px;
	background:url(/images/core/paper-top.jpg) no-repeat 0 0;
}
.mainpaper h2{
	margin: 10px 0px 3px 0px;
	padding:0;
	width:auto;
	font-size:16px;
	text-decoration:none;
}
.mainpaper h2 a{
	color:#486CA8;
	padding:0;
	width:auto;
	font-size:16px;
	text-decoration:none;
	border-bottom-color:#486CA8;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.mainpaper h3{
	margin: 10px 0px 3px 0px;
	padding:0;
	width:auto;
	font-size:14px;
	text-decoration:none;
}
.mainpaper p{
	padding: 5px 0px 5px 0px;
	margin:0;
}
.mainpaper p a{
	font-weight: bold;
	color:#660000;
	text-decoration:underline;
}
.mainpaper span.dateline{
	padding: 3px 0px 5px 0px;
	margin:0;
	font-size:10px;
	color:#770909;
	font-weight:normal;
	font-style:italic;
}
.mainpaper ul{
	margin:0 0 0 20px;
	padding:0;
}
.mainpaper li {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ____________________ Bibliography Styles ______________________ */
/* =============================================================== */

#bibliography {}
#bibliography h1.top{
	font-size: 18px;
	color:#003366;
	margin:0;
	padding: 15px 20px 5px 20px;
	background:url(/images/core/paper-top.jpg) no-repeat 0 0;
}
#biblio h2{
	color:#003333;
	font-size:14px;
	font-weight:normal;
	text-align: left;
}
#bibliography p{
	padding: 5px 20px 5px 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	text-indent: -30px;
}
#bibliography .relatedlinks{
	padding: 5px 20px 5px 20px;	
}
#bibliography p a{	
	color:#660000;
	text-decoration:underline;
}
#bibliography span.authors {
	font-weight: bold;
}
#bibliography span.booktitle {
	font-style: italic; 
}
#bibliography span.journal {
	font-style: italic;
}


/* ____________________ Article Styles ___________________________ */
/* =============================================================== */

#article {}
.article h1{
	font-size: 18px;
	color:#003366;
	margin:0;
	padding: 15px 0 15px 0;
}
#article h1.top{
	font-size: 18px;
	color:#003366;
	margin:0;
	padding: 15px 20px 0 20px;
	background:url(/images/core/paper-top.jpg) no-repeat 0 0;
}
#article h2{
	margin: 10px 0px 10px 0px;
	padding:0;
	font-size:16px;
	text-decoration:none;
}
#article h3{
	margin: 5px 0px 5px 0px;
	padding:0;	
	font-size:14px;
	text-decoration:none;
}
#article p{
	padding: 5px 0px 5px 0px;
	margin:0;	
}
#article p a{
	font-weight: bold;
	color:#660000;
	text-decoration:underline;
}
#article blockquote {	
	font-size:11px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
blockquote.authorbio p{
	font-size:11px;
	text-align: justify;
}
.footnote {
	font-size:9px;
}
#article hr {
	margin-top: 0;
	margin-bottom: 0;
}


/* ____________________ Side Bar Elements ________________________ */
/* =============================================================== */

#sidebar {
	text-align: left;
	padding-top:3px;
}

#sidebar form{	
	margin:5px 0 0 0;
	padding:0;
}


/* ____________________ Google Search Box ________________________ */

.googlesearch {
	background: url(/images/core/search-top.jpg) no-repeat left top;
}
.googlesearch td.bottom{	
	background: url(/images/core/search-bottom.jpg) no-repeat left bottom;	
	color: #FFFFFF
}
.googlesearch .searchbox{
	width:175px;
	margin-bottom: 5px;
}
.googlesearch h1{
	margin:0;
	padding:0px 0px 5px 0px;
	text-align: left;
	font-size: 16px;
	background: url(/images/core/poweredgoogle.jpg) no-repeat right center;
}

/* ____________________ Google Search Results ________________________ */

.googleresults {
	background: url(/images/core/search-top.jpg) no-repeat left top;
	background-color: #D9D9CA;
	background-image:url(/images/core/page_bg.jpg);
	background-position: center 68px;
	background-repeat: no-repeat;
	margin:0 auto;
	padding:0;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;	
}
.googleresults td.bottom{	
	background: url(/images/core/search-bottom.jpg) no-repeat left bottom;	
}
.googleresults td.results{
	background-color: #FFFFFF
}
.googleresults h1{
	margin:0;
	padding:0px 0px 5px 0px;
	text-align: left;
	font-size: 16px;
}


/* ____________________ Subscription Box __________________________ */

#subscribebox {
	background: url(/images/core/subscribe-box.jpg) no-repeat left top;
}
#subscribebox td.bottom{
	background: url(/images/core/subscribe-bottom.jpg) no-repeat left bottom;
}
#subscribebox h1{
	margin:0 0 15px 0;	
	font-size: 16px;
	text-align: center;
}
#subscribebox h2{
	font-size: 12px;
	color:white;
	margin:0;
	padding:0;
}
#subscribebox .ezine {
	margin: 5px 0 5px 0px;
	text-align: center;
}
#subscribebox .email{
	width:110px;
	margin-bottom: 5px;
	margin-right:10px;
}


/* ____________________ Torn paper Box ____________________________ */

.tornpaper {
}

.tornpaper td.top {
	background: url(/images/core/torn-top.jpg) no-repeat left top;
	margin-bottom: 0;
}

.tornpaper td.bottom {
	margin-top: 0;
	padding-bottom: 40px;
	background:url(/images/core/torn-bottom.jpg) no-repeat left bottom;
}

.tornpaper a{
	color: #660000;
}

.tornpaper p{
	margin: 10px 0 0 20px;	
	text-align: left;	
	color:#660000;
	width: 90%;
}


/* ____________________ List of Links Box ____________________________ */


.listoflinks {
	background: url(/images/core/postit-biblio-top.jpg) no-repeat left top;
}
.listoflinks td.bottom {
	background: url(/images/core/postit-biblio-bottom.jpg) no-repeat left bottom;
	padding-bottom: 23px;
}
.listoflinks h1{
	color: #660000;
	padding: 15px 20px 5px 20px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}
.listoflinks p {
	margin: 5px 20px 5px 25px;
	text-align: left;
}
.listoflinks a{
	color: #660000;;	
}

/* ____________________ Announcement Box __________________________ */

.annoucenment {
	background: url(/images/core/postit-biblio-top.jpg) no-repeat left top;
}
.annoucenment td.bottom {
	background: url(/images/core/postit-biblio-bottom.jpg) no-repeat left bottom;
	padding-bottom: 23px;
}
.annoucenment h1{
	color: #660000;
	padding: 15px 20px 5px 20px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}
.annoucenment p{
	text-align: left;
	margin: 5px 20px 5px 25px;
	color:#660000;
	font-size:12px;
}



/* ____________________ Book Box _________________________________ */

.bookbox{	
	color:#FFFFFF;
	padding-bottom: 0px;
	background: url(/images/core/book-box.jpg) no-repeat left top;
}
.bookbox td{
	background: url(/images/core/bookbox-bottom.jpg) no-repeat left bottom;
}
.bookbox h1{
	color:#FFFFCC;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	background: url(/images/core/bookbox-h1-ul.jpg) no-repeat left bottom;
}
.bookbox .booktitle{
	margin:0 0 5px 0;
	padding:0;
}
.bookbox .booktitle a{
	font-size: 14px;
	color:#FFFFFF;
}
.bookbox .bookauthor{
	font-size: 11px;
	font-style:italic;
	margin:0 0 5px 0;
	padding:0;
}
.bookbox img{
	float: left;
	margin: 0px 5px -5px 0px;
	padding: 0 0 0 0;
	width: 60px;
	height: 87px;
	border: 0;
}
.bookbox p {
	margin: 5px 0 0 0;
	text-align: left;	
}
/* ____________________ Post It _________________________________ */

.postit{
	color: #660000;
	line-height: 18px;
	background: url(/images/core/postit-biblio-top.jpg) no-repeat left 0px;
}
.postit p{
	margin:0;
}
.postit a{
	color: #660000;
	font-weight:bold;
}
.postit a:hover{
	color: #CC0000;
	text-decoration:underline;
}
.postit h1{
	padding: 15px 0 0 0;
	font-size: 12px;
	color:#660000;
}
.postit h1 span.underline{
	display: block;
	padding: 0 0 15px 5px;
	background:url(/images/core/pencil-underline2.jpg) no-repeat left bottom;
}

/* ____________________ Biblio Box List __________________________ */

#bibliobox{
	color: #660000;
	padding: 0 5px 0 0;
	background: url(/images/core/postit-biblio-top.jpg) no-repeat left 0px;	
}
#bibliobox td.bottom {
	background: url(/images/core/postit-biblio-bottom.jpg) no-repeat left bottom;
	padding-bottom: 23px;
}

#biblioboxinner{
	padding: 0 0 0 15px;
}

#biblioboxinner h1{
	padding: 12px 0 0 0;	
	font-size: 12px;
	color:#660000;
}
#biblioboxinner h1 span.underline{
	display: block;
	padding: 0 0 15px 0;
	background:url(/images/core/pencil-underline2.jpg) no-repeat left bottom;
}
#biblioboxinner h2{
	padding: 15px 0 15px 0;
	margin-bottom: 0;
	font-size: 12px;
	color:#660000;
}
#biblioboxinner a{
	color: #660000;
	font-weight:bold;
}


#discipline-list{
	list-style: none;
	margin:0 0 0 10px;
	padding:0;
}
#discipline-list li{
	margin: 6px 0;
	padding: 0 0 0 10px;
	width: auto;
	display:inline;
	float:left;
	clear:left;
	
	background:url(/images/core/discipline-list-bullet.jpg) no-repeat 0 6px;
}
#discipline-list li a{
	color: #660000;
	text-decoration:none;
	width: auto;
}
#discipline-list li a:hover{
	color: #CC0000;
	text-decoration: underline;
}
#discipline-list li.active{
	margin: 5px 0 5px 0;
	padding: 0 0 8px 10px;
	background: url(/images/core/pencil-list-underline2.jpg) no-repeat -3px bottom;	
}

/* ____________________ Other Styles _____________________________ */
/* =============================================================== */

.credits {
	color: #993300;
	font-style: italic;
}