body {
	background-color: #68685E;
	background-image: url(../images/CSS_images/c_bgp.jpg);
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	margin: 0 20px;
	padding: 0;
}
h1 {margin: 0;}
#wrapper {
	background-color: #9C998A;
	background-image: url(../images/CSS_images/c_bgwrapper.jpg);
	border: 1px solid #333;
	min-width: 770px;
	position: relative;
	left: 0;
	top: 0;
}
#sidebar {
	background-image: url(../images/CSS_images/c_bgsidebars.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px; /*Fixes IE5 Mac relative positioning bug*/
	font-size: .75em;
	padding: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}
#sidebar ul {
	color: #66665C;
	font-weight: bold;
	line-height: 1.7em;
	list-style-type: square;
	margin-left: 0px;
	font-size: 0.9em;
	padding-left: 20px;
	margin-top: 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#news {
	background-image: url(../images/CSS_images/c_bgsidebar2.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px; /*for IE5 Mac*/
	font-size: .75em;
	padding: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 400px;
}
#sidebar h2, #news h2 {
	font-size: 1.5em;
	color: #330066;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: bold;
	padding-top: 135px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.book {
	text-indent: 0px;
	margin-left: 15px;
}

#sidebar h3 {
	font-size: 1.4em;
	color: 330066;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: bold;
	padding-top: -8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#sidebar p, #news p {
	margin: 0 0 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 0.5em;
	font-style: italic;
}
.pubtitle {
	margin-top: -5px;
	margin-left: 50px;
}

#maincontent {
	background-color: #FFFFFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 0.7em;
	margin: 0 182px 0 183px; /* left margin increased by 1px for IE5 Mac */
	padding: 16px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincontent h2 {
	font-size: 2.7em;
	color: #990000;
	padding-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	font-weight: normal;
}
#maincontent h3 {
	font-size: 1.5em;
	margin: 1.1em 0 .7em 0;
	line-height: 1.35em;
	color: #330066;
}
#maincontent p {
	text-align: left;
	line-height: 1.7em;
	text-indent: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	font-size: 1.15em;
}
#wrapper #maincontent blockquote {
	text-align: left;
	line-height: 1.5em;
	text-indent: 0em;
	margin-top: 0;
	margin-right: 4em;
	margin-bottom: .8em;
	margin-left: 4em;
	font-size: 1.15em;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
}
#maincontent a:link, #maincontent a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#footer {
	color: #BDBCAE;
	font-size: .75em;
	padding: 12px 3px;
}
#wrapper #sidebar .interesting {
	font-size: 1.35em;
	color: #000000;
}
#wrapper #news h2 {
	font-size: 1.6em;
	padding-top: 300px;
}
#wrapper #sidebar .subhead {
	font-size: .85em;
	color: #000000;
}
#wrapper #maincontent img {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maincontent p.noindent {
	text-indent: 0px;
}
.dropcap {

float: left;

width: auto;

font-size: 6.5em;

line-height: 0.77em;

color: #330066;

font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;

font-weight: lighter;

text-align: left;


}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#wrapper #maincontent .smaller {
	font-size: 1em;
	line-height: 1.3em;
	text-indent: 0px;
	margin-left: 20px;
}
#wrapper #maincontent img.centerimage {
	text-align: center;
	clear: both;
}