* {
	margin:	0;
	padding: 0;
}

body {
	/*  */
	font-size: 75%;
	margin-top:	15px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3em;
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-align: justify;
	
}

p, h2, h3, h4, h5, blockquote {
	padding-top: 0.5em;
}

p {
	font-size: 1em;
}

img {
	/*  */
	border: 1px solid #ccc;
}

h1 {
	/*  */
	font-weight: normal;
	font-size: 3em;
	color: #B2B2B2;
}
h3, h4, h5 {
	color: #000000;
}
h2 {
	font-size: 1.3em;
	color: #336699;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
blockquote {
	width: 80%;
	margin:	0 auto;
}
a:link, a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #4B2A0A;
	text-decoration: none;
	font-weight: bold;
	}

a:link > img, a:visited > img {
	border: 1px solid #336699;
}

a:hover > img {
	border: 1px solid #4B2A0A;
}
#current_section {
	color: #4B2A0A;
}
#header {
	width: 100%;
	line-height: 2.4em;
	clear: right;
}
p.right {
	text-align: right;
}

h1#name {
	/*  */
	float: left;
	padding-right: 0.2em;
}
#header ul {
	text-transform: uppercase;
	float: left;
/*	padding-top: 40px;*/
}
#date_menu {
	text-align: right;
}
#header ul li, #date_menu li, #date_menu p {
	font-family: "Arial Narrow", sans-serif;
	display: inline;
}
.clear {
	/*  */
	clear: both;
}

#bread_crumb {
	/*  */
	width: 100%;
	color: #336699;
	font-size: 1em;
	line-height: 1.6em;
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	font-family: "Arial Narrow", sans-serif;
	text-transform: capitalize;	
}
#bread_crumb a {
	font-weight: normal;
}

#content {
	/*  */
	width: 750px;
	display: block;
	margin: 0 auto;
}

#info {
}

#info img {
	/*  */
	float: right;
	margin-left: 0.5em;
}

#image_box {
	/*  */
	border: 1px solid #ccc;
	margin: 0.5em 0;
	text-align: center;
}
#image {
	
}

#image img {
	/*  */
	margin: 5px 0;
	border: 1px solid #ccc;
}
#thumbs {
}

#article_list, #article_head {
	/*padding-top: 1.5em;*/
}

#article_list p, #article_head p, #article_list h2, #article_head h2 {
	margin-top:	0;
}
#article ul, #article ol {
	margin-left: 3em;
}
#cv_list td {
	border: 0;
}
.date_cell_biog {
	width: 5.4em;
	text-align: right;
}
.date_cell{
	width: 4em;
	text-align: left;
}
.place, .place_list, .date, .date_list {
	/*  */
	color: #996433;
	font-family: "Arial Narrow", sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

#article_head .date, #article_head .place {
	font-size: 80%;
}
td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
}
td p, td h2, td h3, td h4 {
	padding: 0;
}
.date_cell {
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0.5em;
}
.date_col {
	width: 7em;
}

.first_list_row td{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	
}
.title_cell h4 {
	padding: 0;
}
.image_cell {
	width: 45px;
}

/* form styling */
input, textarea {
	padding: 0.2em;
	border: solid 1px #ccc;
}
input:focus, textarea:focus {
	border: solid 1px #336699;
}
select {
	border: solid 1px #ccc;
}
option {
	margin-right: 0.5em;
}
label {
	padding-top: 0.5em;
}
input.widebox, textarea.widebox {
	width: 100%;
}
.warning {
	color: red;
	font-weight: bold;
}
#footer {
	/*  */
	width: 100%;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.4em;
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
	margin: 1em 0;
}
.access {
	clear: left;
	float: left;
		font-size: 0.9em;
}

.copyright {
	/*  */
	padding-right: 1em;
	font-size: 0.9em;
}