@charset "ISO-8859-1";
html, body {height:100%;} 


*{margin:0;padding:0}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #463615;
	background-image:url(images/MW_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336A06;
}

#outer{
 min-height:100%;

}
 
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/


#footer {
 width:100%;
 clear:both;
 height:114px;
 text-align:center;
 position:relative;
}

* html #footer {/*only ie gets this style*/
 \height:114px;/* for ie5 */
 \height:114px;/* for ie6 */
}

html > body  #minHeight{float:left;width:0px;height:100%;margin-bottom:-121px;} /*safari wrapper */


p {
	padding-bottom: 7px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #336A06;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336A06;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336A06;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


  
  a:link, a:visited {
	color: #3A730B;
	text-decoration: underline;
}
  a:hover {
	color: #4D9C0D;
	text-decoration: underline;
}

  

#divMainWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e8ebf4;
}

#DivHeader {
	width: 800px;
}

#divNav {
	width: 800px;
	background-color: #DEDCDC;
	height: 49px;
	display: block;
}

#divNavShadow {
	width: 800px;
	height: 7px;
	background-image:url(images/MW_Nav_Bar_shadow.gif);
	background-repeat: repeat-x;
}


#divNav a:link, #divNav a:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18470A;
	display: inline;
	background-color: #DEDCDC;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
	background-position: center center;
	line-height: 49px;
}

#divNav a:hover {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
	background-color: #ABD38D;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
	background-position: center center;
	line-height: 49px;
}




#divMainContent {
	width: 800px;
	height: auto;
	background-color: #e8ebf4;
}
#divColA {
	width: 750px;
	background-color: #e8ebf4;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
  
#divCol1 {
	width: 475px;
	float: left;
	padding: 25px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: ##e8ebf4;
}

#divCol2 {
	width: 225px;
	float: left;
	padding: 25px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #e8ebf4;
}

#divFooterSpacer {
	width: 800px;
	background-color: #e8ebf4;
	height: 5px;
	margin: 0;
	padding: 0;
}

#divFooterA {
	width: 775px;
	background-image: url(images/MarysWish_FooterA.gif);
	height: 66px;
	text-align: left;
	padding-left: 25px;
	padding-top: 25px;
}

#divFooterB {
	width: 800px;
	background-image: url(images/MarysWish_FooterB.gif);
	height: 23px;
	margin: 0;
	padding: 0;
}

#divContentBottom {
	clear: both;
	width: 800px;
	background-color: #e8ebf4; 
	height: 2px;
}

#divFooter {
	clear: both;
	width: 800px;
}
.footerText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B8F4A;
	letter-spacing: 0.5pt;
	line-height: 15px;
}
  

