/* CSS Document for Marriage Prep */
#contentMP {
	text-align: center;
	z-index: 1;
	}

#headerContent {
	width: 640px;
	height: 300px;
	position: relative;
	top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.headerindex { background: url(../Header1.gif) no-repeat; }
.headerOther { background: url(../h2.jpg) no-repeat; }
.headerProgram { background: url(../h2_program.jpg) no-repeat; }
.headerCost { background: url(../h2_Cost.jpg) no-repeat; }
.headerDate { background: url(../h2_Date.jpg) no-repeat; }
	
#navBox {
	position: absolute;
	font-size: 11px; 
	text-align: right;
	top: 230px;
	left: 70px;
	}
	
.navMp a {
	color: #a29d5b;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	}

.navMp a:hover {
	text-decoration: underline;
	}

#mainNAV {
	position: relative;
	z-index:100;
	}

#form {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #a29d5b;
	line-height: 30px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #a29d5b;
	}
	
#info {
	width: 390px;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	left: 200px;
	top: 50px;
	color: #333333;
 }
 
#MpTitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	position: absolute;
	left: 260px;
	top: 20px;
	}

#dateOne, #dateTwo {
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	top: 40px;
	}

#dateOne {
	left: 260px;
	}

#dateTwo {
	left: 430px;
	}