body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E6DFD0;
}
p, ol {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 600px;
}
#wrapper {
	background-color: #FFFFFF;
}
#header {
	background-color: #333333;
	width: auto;
	height: 26px;
	border-bottom: 3px solid #CCCC99;
	color: #FFFFFF;
	padding-top: 6px;
}
#logo {
	background-color: #FFFFFF;
	width: auto;
	height: 90px;
	border-bottom: 10px solid #999966;
	padding-left: 15px;
}
#logoimage {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 10px;
}

#hstrip {
	background-color: #666633;
	border-top: 1px solid #CCCC99;
	border-bottom: 5px solid #CCCC99;
	background-image: url(../images/tmcbanpreach.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
}
#hstripwt {
	background-color: #666633;
	border-top: 1px solid #CCCC99;
	border-bottom: 5px solid #CCCC99;
	background-image: url(../images/tmcbanwt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
}
#hstripchoir {
	background-color: #666633;
	border-top: 1px solid #CCCC99;
	border-bottom: 5px solid #CCCC99;
	background-image: url(../images/tmcbanchoir2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
}
#hstripspeaker {
	background-color: #666633;
	border-top: 1px solid #CCCC99;
	border-bottom: 5px solid #CCCC99;
	background-image: url(../images/tmcbanspeaker.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
}
#hstripsunservice {
	background-color: #666633;
	border-top: 1px solid #CCCC99;
	border-bottom: 5px solid #CCCC99;
	background-image: url(../images/tmcbansunservice.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
}
#hstripmovie {
	background-color: #666633;
	border-top: 1px solid #CCCC99;
	border-bottom: 5px solid #CCCC99;
	background-image: url(../images/tmcbanresources.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
}
#titlebar {
	border-top: 1px solid #999966;
	border-bottom: 1px dashed #CCCC99;
	background-color: #FFFFFF;	
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 3px 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	max-width: 100%;
}
#titlebar2 {
	border-top: 1px solid #999966;
	border-bottom: 1px solid #B5D152;
	background-color: #F8FCE9;	
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 3px 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	background-image: url(http://www.themissionchurch.org/images/titlebarbkgrd.gif);
}
#footer {
	clear: both;
	padding: 8px 0px 12px 0px;
	border-top: 1px dashed #999966;
	background-color: #FFFFFF;
	text-align: center;
	font-size: .7em;
	border-bottom: 1px solid #999966;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 2px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 0px solid #999999;
	border-right: 1px solid #999999;
}
#navigation a:hover {
	color: #CCFA9A;
	text-decoration:underline;
}
#navigation a:active {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #CCFA9A;
	text-decoration: none;
	border-left: 0px solid #999999;
	border-right: 1px solid #999999;
}
#tblcontent {
	background-color: #FFFFFF;
}
#hmleftcolumn {
	width: 70%;
	border-right: 1px solid #CCCC99;
	margin: 4px 15px 4px 4px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 25px;
}
#hmrightcolumn {
	margin-top: 0px;
	vertical-align: top;
	background-color: #FFFFFF;	
}
#hmleftcolumnDIV {
	float: left;
	width: 30em;
	margin: 4px 10px 0px 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	border-right: 1px solid #CCCC99;
}
#hmrightcolumnDIV {
	margin-top: 10px;
	margin-left: 31em;
	margin-right: 2em;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 250px;
}
#bodycontent {
	background-color: #FFFFFF;
}
#leftcolumn {
	float: left;
	width: 10em;
	margin: 0px 10px 0px 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
}
#rightcolumn {
	margin-top: 10px;
	margin-left: 12em;
	margin-right: 2em;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 1em;
	padding-right: 25px;	
	border-left: 1px solid #CCCC99;
}
.titlebox {
	border: 1px solid #B5D152;
	background-color: #E4EFC0;	
	margin: 0px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;	
	-moz-border-radius: 8px;
}
.boxcontent {
	padding: 0px;
	border: 1px solid #B5D152;
	background-color: #F8FCE9;	
	margin: 0px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	-moz-border-radius: 8px;
}
.stdlist {
	margin: 4px;
	padding: 0;
	padding-left: 18px;
	text-align: left;
}
.linksboxcontent {
	border: 1px solid #CCCC99;
	background-color:#F8F9EE;	
	margin: 0px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	-moz-border-radius: 8px;
}
#linkslist {
	margin: 4px 4px 4px 5px;
	padding: 0px 5px 0px 0px;
	text-align: left;
	list-style-type: none;
	font: .8em Arial, Helvetica, sans-serif;
}
#linkslist li {
	padding-bottom: 6px;
}
#linkslist ul {
	margin: 4px 4px 4px 5px;
	padding: 0px 5px 0px 0px;
	text-align: left;
	list-style-type: none;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}
#linkslist li li {
	padding-bottom: 6px;
}
#linkslist a:link, a:visited {
	color: #993300;
	text-decoration: underline;
}
#linkslist a:hover {
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
}
.currentlink {
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(http://localhost/TMC2005Site/images/bulletarrow.gif);
}
.sitelink {
	color: #CC3300;
	text-decoration: underline;
	background-image: url(http://localhost/TMC2005Site/images/bulletarrow.gif);
}
.sitelinkbold {
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(http://localhost/TMC2005Site/images/bulletarrow.gif);
}
.sitelinkboldsml {
	color: #CC3300;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
	background-image: url(http://localhost/TMC2005Site/images/bulletarrow.gif);
}
h1 {
	font: 1.4em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#CC6600;
}
h3 {
	font: .9em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ullist {
	font: .9em Arial, Tahoma, Helvetica, sans-serif;
	width: 460px;
}
.itembold {
	font-weight: bold;
}
.imgstd {
	border: 1px solid #000000;
	margin: 0px 8px 8px 0px;
}
.verticalbox {
	margin: 30px 0px 30px 0px;
}
.specialtext {
	text-align: center;
	font: .9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
}
input.txt {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #00008B;
	width: 200px;
}

form p {
	
	margin: 0;
	padding: 5px 0px 0px 0px;
}
form p label {
	float: left;
	width: 18%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
.tblevents {
	border: 1px solid #CCCC88;
	border-collapse: collapse;
	font: .9em Arial, Verdana, Helvetica, sans-serif;
}
.tblhead {
	background-color:#CCCC99;
	color: #000000;
	font-weight: bold;
}