* { margin: 0; padding: 0; }

body {
	background-color: #53573f;
	margin: 25px;
	margin-left: 60px;
	margin-right: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1#DG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #e6ad00;
	border-bottom: 1px solid #c1b993;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.1em;
	background-color: #8b9362;
	color: #393b1f;
	padding: 2px;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
h3 {
	font-size: 0.9em;
	padding-top: 5px;
}
h4#qualifications {
	font-weight: normal;
	font-size: 0.6em;
	color: #f0e3b6;
	float: left;
}
h5#backToTop {
	font-weight: normal;
	font-size: 0.6em;
	padding-bottom: 8px;
	text-align: right;
	letter-spacing: -1px;
}
p {
	font-size:0.8em;
}
img#border{
	border: 1px solid black;
}
img#title{
	vertical-align:top;
}
a {
	color: #53573f;
	text-decoration: underline;
}
ul#mainNav {
	list-style:none;
	float: right;
}
ul#mainNav li {
	padding-left: 18px;
	padding-right: 1px;
	background-image: url(style_img/nav_bullet.gif);
	background-repeat: no-repeat;
	float: left;
	color: #f0e3b6;
	font-size: 0.8em;
	font-weight: bold;
}
ul#rightPanelList {
	list-style: none;
	float: left;
	margin-top: 10px;
	font-size: 0.8em;
	color: #FFFFFF;
}
ul#interests {
	list-style:square;
	font-size:0.8em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 25px;
}
ul#contact {
	list-style:none;
	font-size:0.8em;
	margin-top: 5px;
	margin-bottom: 12px;
	padding-left: 15px;
}
ol#publications{
	font-size: 0.8em;
	padding-left: 35px;
	padding-right: 8px;
	padding-bottom: 10px;
}
ol#publications li{
	margin-top: 5px;
}
ul#pubNav {
	list-style:none;
	text-align: right;
}
ul#pubNav li {
	display: inline;
	font-size: 0.7em;
	letter-spacing: -1px;
	padding-left: 20px;
	padding-right: -5px;
	background-image: url(style_img/subnav_bullet.gif);
	background-repeat: no-repeat;
}
#container {
	min-width: 700px;
}
#pubNav a, h5#backToTop a{
	text-decoration:none;
}
#pubNav a:hover, h5#backToTop a:hover{
	color: white;
	text-decoration: underline;
}
#mainNav a {
	color: #f0e3b6;
	text-decoration: none;
}
#mainNav a:hover {
	color: white;
	text-decoration: underline;
}
#mainNav li#current a, #mainNav li#current a:hover {
	color: white;
	text-decoration: none;
}
.rightCol a {
	color: #f0e3b6;
	text-decoration: none;
}
.rightCol a:hover {
	color: white;
	text-decoration: underline;
}
#columns {
	margin-top: 40px;
}
#endLeftCol {
	clear: right;
}
.leftCol {
	background-color: #b5bd8f;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-right: 275px;
	min-height: 200px;
	clear: left;
}
.rightCol {
	clear: both;
	background-color: #4a4e35;
	background-image: url(style_img/rightPanel_backg.gif);
	background-repeat: repeat-x;
	padding: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	float: right;
	width: 225px;
}
.footer{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #f0e3b6;
	border-top: 1px solid #c1b993;
	margin-top: 20px;
	clear: both;
	text-align: right;
	display: block;
}