﻿body {
	/*background-position-y: top;
	background-position-x: left;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);*/
	background-color: #8e1200;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
}

h2 {
	font-size: 15px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 12px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

	h3.job {
		padding: 10px 0;
		margin: 0;
	}

hr {
	height: 0;
	border-style: dashed;
	border-width: 1px 0 0 0;
	border-color: #8e1200;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}
/*img, div { behavior: url(iepngfix.htc) }*/
a {
	color: #8e0b02;
}

p {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

.title {
	font-size: 2em;
}

#wrapper {
	width: 813px;
	margin: auto;
}

#masthead {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/masthead.jpg);
	height: 322px;
	text-align: center;
	color: #8e0b02;
}

#SubMasthead {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/subcontentheader.jpg);
	height: 258px;
	text-align: center;
	color: #8e0b02;
}

#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 26px 30px 60px 30px;
}

#SubBottom {
	width: 813px;
}

#ContentHeader {
	background-image: url('images/subcontentbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 813px !important;
}

#SubBottomContent {
	font-size: 14px;
	background-image: url(images/subpagecontentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#masthead a:link {
	color: black;
	text-decoration: none;
}

#masthead a:hover {
	color: #CA0000;
	text-decoration: underline;
}

#masthead a:hover, #SubMasthead a:hover {
	color: #CA0000;
	text-decoration: underline;
}

#SessionList {
	width: 800px;
	text-align: left;
}

	#SessionList th {
		font-weight: bold;
		text-decoration: underline;
	}

#footer {
	vertical-align: text-bottom;
	text-align: center;
	color: #5e5e5e;
	font-size: 11px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.Heading {
	color: #8e0b02;
	font-weight: bold;
}

.Highlight {
	background-color: #FFFF99;
}

.defaultText {
	font-size: 0.75em;
}

.navigationMenu {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

	.navigationMenu li {
		list-style-type: none;
		display: inline;
		margin-left: 20px;
	}