html, body
{
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size:90%;
	* font-size:88%; /* IE */
	color:#000;
	margin: 0;
	padding: 0;
}

html
{
	background: #f3f1e9 url(../images/striped.gif) repeat 0 0;
	color: #000;
}

body
{
	padding: 0;
	margin: 0 auto 0 auto;
	width: 60em;
	*width:60.1em;
	background: #f3f1e9;
}

#container {
  padding: 0;
  margin: 0 auto 0 auto;
  width: 60em;
  *width:60.1em;
  background: #f3f1e9;
  position:relative;
}

div#banner
{
	background: #f3f1e9 url(../images/banner.jpg) no-repeat 100% 50%;
	color: #000;
	height: 135px;
}

div#banner img {
	margin:0.5em 0 0 0.5em;
}

div#banner a
{
	background: #f3f1e9;
	color: #000;
}

a
{
	color: #036;
}

#leftcontent a:hover, #leftcontent a:focus, #leftcontent a:active,
#sidebar a:hover, #sidebar a:focus, #sidebar a:active
{
	color: #000000;
}

/* CONTENT */

img
{
	border: none;
}

img.portrait {
	float:left;
	margin-right:1em;
}

p {
	text-indent: 1em;
	line-height: 1.7em;
}

h1
{
	margin:1em 1em 1em 0;
	color: #990033;
	text-transform: uppercase;
	font-family: "BernhardMod BT", "Book Antiqua";
	font-size: 1.2em;
	text-align: center;
}

h2 {
	color: #990033;
	font-family: "BernhardMod BT", "Book Antiqua";
	font-size: 1.1em;
}

h3 {
	color: #000000;
	font-family: "BernhardMod BT", "Book Antiqua";
	font-size: 1em;
}

h4 {
  color: #000000;
  font-family: "BernhardMod BT", "Book Antiqua";
  font-size: 1em;
  text-align: center;
  margin-top: -10px;
  font-style: italic;
}

div#leftcontent
{
	float: left;
	width: 30em;
	padding: 1em;
}


#leftcontent a {
	text-decoration:none;
	color:#990033;
	font-weight:bold;
}

div#content {
	font-family: "Palatino Linotype", "Palatino"; font-size: 1.2em;
}

div#sidebar ul, div#content ul.nolist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#sidebar ul li, div#content ul.nolist li
{
	margin-bottom: 1em;
}

div#sidebar ul.separator {
	margin-top:1em;
	padding-top: 1em;
	border-top:1px solid #CCCCCC;
}

div#banner_right {
	margin-left:33em;
	padding: 1em 1em 1em 1em;
	clear:right;
	height:210px;
}

div#sidebar
{
	margin-left: 33em;
	padding: 0 1em 3em 1em;
	border-left: 1px solid #000000;
	clear:right;
}

div#sidebar ul li a
{
	color:#990033;
	font-weight: bold;
	text-decoration:none;
}

dl dt {
	font-weight:bold;
}

dl.address dt {
	font-weight:bold;
	color:#990033;
}

dl.address dd {
	margin-bottom:0.5em;
}

dl.calendar dt {
	font-weight:bold;
	color:#990033;
}

/* FOOTER */
div#footer {
	clear: both;
}

#button {
	display:block;
	height: 30px;
	width: 200px;
	background-position: 0px 0px;
	background-image:url(../images/button_st.gif);
}

#button:hover {
	background-position: 0px -30px;
}

#button span {
	color:#fff;
	padding-left: 9px;
}.em {
	font-style: italic;
}
.blank {
	padding: 0px;
	margin-top: -20px;
	text-indent: 0px;
}
.550box {
	background-image: url(../images/fellows_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 550px;
	background-color: #FFF;
}

.circbull {
  font-size: 0.9em;
  line-height: 1.5em;
  list-style-type: circle;
}
#copy {
	font-size: 9px;
	font-style: italic;
	color: #999;
	display: block;
	float: right;
}

