/* define the basic html, body, table, td, img, h2-h5, hr, and a/anchor properties for all pages */

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	margin: auto;
	height: 100%;
	width:  750px;
	background-image:    url('../images/page_background.jpg');
	background-repeat:   repeat;
	background-position: left top;
}
table {
	height: 100%;
	width: 100%;
}
td {
	font-size: 9pt;
	font-family: Arial, Helvetica, san-serif;
}
img {
	border: none;
}
h2 {
	color: #7b0304;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom: 1px solid #3a1e05;
}
h3 {
	color: #7b0304;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
h4 {
	color: #990000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 0.1em;
	word-spacing: 0.5em;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
}
h5 {
	color: #990000;
	font: normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0.5px inset #000000;
	text-align: left;
	background: #FFFFFF;
	border-top: .5px inset #000000;
	letter-spacing: 0.075em;
}
hr {
	color: #000000;
	height: 1px;
}
a {
	color: #770000;
	text-decoration: none;
}
a:hover {
	color: #7f0101;
	text-decoration: underline;
}

/* define properties for page header and wrapup shared html code */

#page_header {
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	border-left:  1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
}
.page_marquee {
	border-left:  1px solid #000000;
	border-right: 1px solid #000000;
}
#page_wrapup {
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
}
/* define properpties for the main content  */
#main_content {
	background: #fdf9f3;
	padding: 0 12px;
	padding-left: 24px;
	border: 1px solid black;
}
#main_content td {
	padding: 5px 20px 0px 20px;
}
#main_content li {
	margin-left: 0px;
	margin-bottom: 10px;
}
#main_content li img {
	padding-left: 5px;
}
/* like h3 header, but no underline */
.h3plus {
	color: #7b0304;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
/* define properties for tables used to display workshop program data */
.program_date {
	width: 100%;
	border:  0px;
	border-spacing: 0px;
	padding: 15px 0px 5px 0px;
}
.program_date_td_l {
	width: 120px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
.program_date_td_r {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
.program_entries {
	width: 100%;
	border:  0px;
	border-spacing: 0px;
	padding: 0px 0px 10px 0px;
}
.program_entries_td_l {
	width: 120px;
	text-align: left;
	vertical-align: top;
}
.program_entries_td_r {
	text-align: left;
	vertical-align: top;
}
#program_entries_ulli ul {
	margin-top:    2px;
	margin-left:   0px;
	margin-bottom: 3px;
}
#program_entries_ulli ul li {
	margin-left:   15px;
	margin-bottom: 3px;
}
