.hiddenPic {display:none;}

BODY {
	background: #EFF0E2 url(images/matthew-bg.jpg) top center repeat-y;
	color: #000000; /* #F9CD73; */
	font: normal normal normal 12px "Arial";
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

DIV {
	margin: 0px 0px 0px 0px;
}

FIELDSET {
	border: thin solid #F9CD73;
	margin: 10px 10px 10px 10px;
}

H1 {
	font: normal normal bold 26px Bodacious-Normal, "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H2 {
	font: normal normal bold 24px Bodacious-Normal, "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H3 {
	font: normal normal bold 22px Bodacious-Normal, "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H4 {
	font: normal normal bold 20px Bodacious-Normal, "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H5 {
	font: normal normal bold 18px Bodacious-Normal, "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

H6 {
	font: normal normal bold 16px Bodacious-Normal, "Book Antiqua", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
}

LEGEND {
	font-weight : bold;
}

OPTION {
	background-color: #000000;
	border: thin ridge #F9CD73;
	color: #AE0202;
}

P {
	margin: 20px 0px 20px 0px;
}

SELECT {
	background-color: #000000;
	border: thin inset #F9CD73;
	color: #AE0202;
	height: 20px;
}

TEXTAREA {
	background-color: #000000;
	border: thin groove #F9CD73;
	color: #AE0202;
}

UL {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-top: 20px;
}

UL UL {
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 0px;
}

UL UL UL {
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 0px;
}

UL UL UL UL {
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Classes */

.Bold {
	font-style: normal;
	font-weight: bold;
}

.BoldItalic {
	font-style: italic;
	font-weight: bold;
}

.Center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ClearBoth {
	clear: both;
}

.ClearLeft {
	clear: left;
}

.ClearRight {
	clear: right;
}

.EEEntryBody P {
	margin: 10px 0px 10px 0px;
	text-indent: 25px;
}

.EECommentBody P {
	margin: 10px 0px 10px 0px;
	text-indent: 25px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.Huge {
	font-size: 18px;
}

.Indent {
	text-indent: 25px;
}

.Italic {
	font-style: italic;
	font-weight: normal;
}

.Large {
	font-size: 16px;
}

.Left {
	text-align: left;
}

.Marked {
	font-weight: bold;
	text-decoration: underline;
}

.Normal {
	font-style: normal;
	font-weight: normal;
}

.Regular {
	font-size: 12px;
}

.Right {
	text-align: right;
}

.Small {
	font-size: 12px;
}

.Tiny {
	font-size: 10px;
}


td { text-align: left;
     font: normal normal normal 14px "Arial";
 }
td.center { text-align: center; }

#Main {
	background: transparent;
/* top right bottom left */
/*	padding: 20px 115px 60px 115px; */
 }


#Top {
	background: #EFF0E2 url(images/matthew-bg-top.jpg) top center no-repeat;
	height: 140px;
/*	position: fixed; */
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}

#MainMenu {
    background: transparent; /* #D3CFCF; */
/* top right bottom left */
    padding: 140px 0px 5px 0px;
    z-index: 1;
    }

