@charset "utf-8";

body {
	background: #f3ecb3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#container {
	width: 47em;
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* this applies to all the text */
.bodytext {
	font-size: 13px;
}

/* all the red headings */
.Heading {
	color: #9e3c3c;
	font-size: 13px;
	font-weight: bold;

/* underlined headings found in home page*/
}.subheading {
	text-decoration: underline;
}

/* makes the title of works italic */
.worktitle {
	font-style: italic;
}

/* the following that start with "table" are styles used in the resume */

/* main headings */
.tableheading {
	font-size: 14px;
	font-weight: bold;
}

/* 1st indent headings */
.tablesubheading {
	font-weight: bold;
}

/* 2nd indent headings (currently bold)*/
.tablebold {
	font-weight: bold;
}

/* for when works are also bold */
.tableworksbold {
	font-style: italic;
	font-weight: bold;
}

/* the following are styles for the calander */

.calendarheading {
	font-weight: bold;
}

.calendarworktitle {
	color: #76ae47;
}

/* note commission style is also used for premire events */
.calendarcommission {
	font-weight:bold;
	color: #547d31;
}

.worksubheading {
	font-weight: bold;
}


/* copyright size */
.copyright {
	font-size: 10px;
}
