body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	background-image:  url("../graphics/topbar3.png"); 
	background-repeat: repeat-x; 
	background-position: top;
	background-color:#DEBFA6;
	margin :0px;
}

#crumbs {
	position: relative;
	left : 10px;
	top: 5px;
	font-family: "Trebuchet MS", Verdana, Geneva,sans-serif;
	font-size:10px;
	color: #DEBFA6;
	
}

/* The header div does not actually do anything but if I don't style it the img drops down in Moz & stays put in IE.
Since I want them to look the same I have to stick in a dummy style here .... Argg!*/

#header {
	float:left;
}

#header img{
	float:left;
	margin-top: 25px;	
	margin-left: 5px;
}
#header h1{
	font-family: "Franklin Gothic Book", Arial,  Helvetica, sans-serif;
	font-weight:bold;
	color: #7A3500;	
	text-align: left;
	font-size: 200%;
	position:relative;
	margin-top: 30px;
	margin-left: 250px;
	}
#menu{
}
#text {
	position:absolute;
	top: 135px;
	left: 0px;
}
	
.article{
    border-left-width: 35px;
	border-left-style: solid;
	border-left-color: #DEBFA6;
	margin:5px;
	background-color: #E9D4C4;
	-moz-border-radius-topleft: 17px;
    -moz-border-radius-bottomleft: 18px;		
	-moz-border-radius-topright: 20px;
   -moz-border-radius-bottomright: 20px;	
}

.article .subhead{
	margin-left: -35px;
	border-width: 4px;
	border-color: #BD916F;
    border-style: solid;
	padding: 0px 0px 0px 30px;	
	-moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}
.subhead h2{
	background-color: #BD916F;
	font-family: "Franklin Gothic Book", "Gill Sans MT", Arial, sans-serif;
	color: #7A3500;
	font-weight: 800;
	font-size:150%;
	padding: 4px;
	margin :0px;
	-moz-border-radius-topright: 15px;
	}
	.subhead h2 a{
    text-decoration: none; 
	color: #7A3500;
	border-bottom:1px dashed #7A3500;
	}
	.subhead h2 a:hover{
	text-decoration: none; 
	color: black;
	border-bottom:1px solid black;
	}
.content {
	padding: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height: 150%;
}	
.content p{
	margin: 4px 4px 6px 4px;
	text-indent: 1em;
}
.content h3 {
	font-family:"Franklin Gothic Book","Gill Sans MT",  Arial, sans-serif;
	font-size: 120%;
	font-weight:800;
	line-height: 150%;
}	
.content p:first-letter{
	font-size: 1.15em;	
}		
.content a:link{
    text-decoration: none; 
    color: #7A3500;
	border-bottom:1px dashed #7A3500;
}
.content a:visited{
    text-decoration: none; 
    color: #7A3500;
	border-bottom:1px dashed #7A3500;
}
.content  .floatright_300
{
float: right;
width: 303px;
margin: 0 0 10px 10px;
background-color: #E9D4C4;
padding: 5px 0 10px 10px;
/*
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
*/
}
div.floatright_300 p{
margin-top:0;
text-align:center;
font-size: 90%;
font-style:italic;
}

.content a:hover{
	color:#E9D4C4;
	background-color: #BD916F;
	border-bottom:1px solid #7A3500;
}
.content ul li{
	list-style-image:url(../graphics/dot_content_brown.gif);
	list-style-type:disc;
	font-size: 100%;
	}
.content ul ul li{
	list-style-image:url(../graphics/disc_content_brown.gif);
	list-style-type:circle;
	font-size: 100%;	
}
.content ul p{
	text-indent: 0;
}
.content ul p:first-letter{
	font-size: 100%;	
}
.content ol p{
	text-indent: 0;
}
.content ol p:first-letter{
	font-size: 100%;	
}
.content ul ol li{
	list-style-image:none;
	list-style-type:lower-roman;
}
.content .blogchange {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant: small-caps;
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
.top {
	position:relative;
	left: -22px;
	margin-bottom: 2px;
}
.top a:link, .top a:visited, .top a:hover{
	text-decoration: none;
	border-bottom: 0px none black;
}

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height: 130%;
	color:black;
}
#footer img{
	float:left;
	padding-right: 10px;
}	

#footer .left{
	float:left;
	margin: 0 0;
	width:30%;
	text-align:left;
	}

#footer .centre {
	float:left;
	margin-left: 5px;
	padding-left: 100px;
	text-align:left;
	width :140px;
}

#footer .right {
	float :left;
	margin-left : 50px;
	padding-left:60px;
	text-align:left;
}
div.spacer {
	clear:both;
}
	
#footer a:link,  #footer a:visited {
	text-decoration : none;
	color : black;
	border-bottom:1px dashed #7A3500;
}

#footer a:hover{
	color:#E9D4C4;
	background-color: #BD916F;
	border-bottom:1px solid #7A3500;
}
abbr,acronym { 
	border-bottom: 1px dotted;
	cursor:help; 
}
.content .rightalign {
	padding: 4px;
	float: right;
/*	display:none;*/
}
.content .leftalign {
	padding: 4px;
	float: left;
/*	display:none;*/
}
.spacer {
	clear: both;
}
/* data table styles */

.datatable .highlight {
	background-color: #DFDCD7;
}
.datatable td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
} 
.datatable th {
	font-weight:bold;
}
.datatable tr {
	vertical-align:text-top;
}
.datatable .date{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color:  #000000;
}
.datatable .response
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.content .answerbox {
	margin: 1em, 4em, 1em, 1em;
	clear: both;
	height: 6em;
	width: 100%;
	border: 2px groove #7A3500;
}
/* hide graphic content that is displayed on the page with the javascript */
.content .hide{display:none;}
.option_table {
	font-size: 95%;
}
.option_table tr {
	vertical-align: top;
}
.option_table td{
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A3500;
	}
.content  .blank_link a{
	border-bottom: none;
	}
/* have to give complete url to quote graphics because you don't know where in the cms site this might be used */
.pullquote{
	background: url(http://www.earlham.edu/~markp/cms/graphics/closequote.gif) no-repeat bottom right;
}
.pullquote:first-letter{
	background: url(http://www.earlham.edu/~markp/cms/graphics/openquote.gif) no-repeat left top;
	padding:5px 2px 10px 35px;
}
	.content q {
	font-family: "Lucida Console", "Courier New", Monaco, Courier,  monospace;
	font-size: 90%;
	quotes:"\201C" "\201D" "\2018" "\2019";
	}
	.content q:before {
 content:open-quote;
}
	.content q:after {
 content:close-quote;
 }


