body {
	background-image: url(images/bg_tile.jpg);
	background-color: #9F9889;
	margin: 0px;
	padding:0px;
}
table#content, table#footer
{	padding-top: 50px;}

h1, h2, h3, h4, h5, h6, p, ul, li
{	font-family:Arial, Helvetica, sans-serif;
}

#home h1, #profile h1
{	font-size: 15px;
	color: black;
	text-align: left;}

h1
{	font-size: 15px;
	color: #B7673C;
	text-align: center;
}

h2
{	font-size: 14px;
	color: #B7673C;
	margin-top: 20px;
}

h3
{	font-size: 13px;}

#home h1 span, #profile h1 span
{	color: gray;
	font-size: 14px;
	font-style:italic;}

p, ul, li
{	font-size: 12px;}

.bluefield
{	background-color: #D3D7D5;
	margin: 0px;
	padding: 10px;}
	
a:link {color: #B7673C;}     /* unvisited link */
a:visited {color: #985632;}  /* visited link */
a:hover {color: #D19676;}   /* mouse over link */
a:active {color: #D19676;}   /* selected link */

#content_container
{	border-left: 1px solid #5A5D5C;
	border-right: 1px solid #5A5D5C;
	margin:0px;
	padding:0px;
}

#footer_container
{	border-left: 1px solid #5A5D5C;
	border-right: 1px solid #5A5D5C;
	border-bottom: 1px solid #5A5D5C;
	margin:0px;
	padding:0px;
	
}
.back2top
{	text-align: right;
	font-style:italic;
}

#publications h1
{	color: #B7673C;
	text-align: center;
}

#publications h2
{	color: #B7673C;
	font-size: 14px;
}

#publications h3
{	color: black;
	font-style: italic;
	font-size: 13px;
}
div.centerNarrow
{	width: 250px;
	margin-left: 135px;
}
div.pad50
{	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

#leftpanel, #rightpanel
{	text-align:center;
}

#leftpanel img, #rightpanel img
{	text-align:center;
	margin-top:50px;
}

.underline {
	text-decoration: underline;
}
.bigtext {
	font-size: 18px;
	font-weight: bold;
	color: #B7673C;
}
