@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #35081f;
	background-image: url(../_images/body-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	/* [disabled]text-align: left; */ /* this overrides the text-align: center on the body element. */
	background-color: #35081F;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
} 
.thrColFixHdr #medalion  {
	background-image: url(../_images/medalion.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 250px;
	position: absolute;
	left: 325px;
	top: 94px;
}
.thrColFixHdr #headContainer {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 180px;
	background-image: url(../_images/header-bkg.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #header {
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.thrColFixHdr #header h1 {
	margin: 0;
	text-indent: -2999px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #header h2  {
	text-indent: -2999px;
}
.thrColFixHdr #header p {
	text-indent: -2999px;
}
.thrColFixHdr #mainTopSpace {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../_images/topSpacer-bkg.jpg);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #mainContainer {
	width: 900px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-image: url(../_images/main-bkg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFBCC;
}
#mainContent .mainEventLeft {
	float: left;
	width: 225px;
}

#mainContent .MainEventRight {
	float: left;
	width: 225px;
	padding-left: 2px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
}
.thrColFixHdr #sidebar1 p    {
	margin: 7px;
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 h6 {
	font-style: italic;
	text-align: center;
}


.thrColFixHdr #sidebar1 ul li{
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}
.thrColFixHdr #sidebar1 ul a{
	color: #000;
	line-height: 30px;
	list-style: none;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-left: 50px;
	background-image: url(../_images/nav-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #sidebar1 ul a:hover{
	background-position: -190px center;
	font-style:italic;
}
.thrColFixHdr #sidebar1 ul a.current{
	background-position: right top;
	font-style:normal;
	color: #999;
	cursor:default;
}
.pastEventList {
	margin-left: 5px;
}
#rachelNormanSide {
	padding-left: 2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 h3, h4, h5{
	text-align: center;
}
.thrColFixHdr #sidebar2 h4 {
	text-align: center;
}
.thrColFixHdr #sidebar2LeftJust h4   {
	text-align: left;
}

.thrColFixHdr #twoColMainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #900;
	height: auto;
}
.thrColFixHdr #twoColMainContent h1 {
	text-indent: -2999px;
}
.thrColFixHdr #twoColMainContent h3 {
	text-indent: -2999px;
	line-height: 1.5em;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #900;
	height: auto;
    text-align: center;
} 
#container #mainContainer #mainContent {
/*	text-align: center;*/
}

.thrColFixHdr #mainContent h1{
	text-indent: -2999px;
}
.thrColFixHdr #mainContent p  {
    line-height: 1.3em;
/*    text-align: left;*/
}
#sidebar1 #rachelNormanSide p {
	text-align: center;
}

.thrColFixHdr #mainBottomSpace {
	background-image: url(../_images/bottomSpacer-bkg.jpg);
	height: 15px;
	width: 900px;
	background-repeat: no-repeat;
}
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(../_images/footer-bkg.jpg);
	background-repeat: no-repeat;
	height: 54px;
	margin-bottom: 10px;
}

.thrColFixHdr #footer p {
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.first {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 400%;
	line-height: 0.5em;
	margin-right: 0.03em;
	margin-bottom:-0.03em;
	color: #333;
}
.image {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.menuh3 {
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 1em;
}
.menuh2 {
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 20px;
    text-align: center;
}
#mainContent section-menu {
    text-align: center;
}

.menu-p {
	text-align: center;
	font-style: normal;
	padding-bottom: 0.5em;
}
.thrColFixHdr #container #mainContainer #mainContent .menu-p {
	text-align: center;

}
#mainContent .menu p {
}
article menu {
    text-align: center;
}
.menu h2 {
    text-align: center;
    margin-bottom: 12px;
}
.menu h3 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 9px;
}
.menu p {
    /* [disabled]color: #C5090C; */
    text-align: center;
    padding-right: 0px;
    line-height: 12px;
}
.haskell {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: large;
    border: 2px solid #990200;
    border-radius: 20px;
    border-spacing: 0px 0px;
    padding-left: 14px;
    padding-bottom: 14px;
    padding-top: 14px;
    padding-right: 14px;
    background-color: #F8EBEB;
}
