html,body {
	height: 100%;
	height:100%;
	width:100%;
	text-align:center;
	margin: 0px; 
	padding:0px;
	font-size: 11px;
	background-image: url(../_img/background/wallpaper.jpg);

}

#pageWrapper{
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	z-Index:3;
	text-align:center;
	margin: auto;
	z-index:10;
}

#frame{
	top:0px;
	left:0px;
	position:relative;
	background-color:#ffffff;
	margin:11px;
	border: 1px solid #cccccc;
	padding: 5px;
	z-Index:3;
}


#content{
	background-color: #E6EBC3;
	border: 0px solid #cccccc;
	height:	100%;
	background-image: url(../_img/background/BGsm.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	z-Index:3;
	background-repeat: repeat-x;
}
#content2{
	height:	100%;
	background-image: url(../_img/background/pregWomenBGsm.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: left;
	z-Index:3;
}
#menuOption{
	top:150px;
	left:5px;
	z-Index:5;
}
.menuLink{
	padding-left:2px;
	display:block;
	color:#7A7F62;
	font-size: 1.02em;
	line-height:1.6em;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial,geneva,sans-serif;
	background-color:#E6EBC3;
	height: 20px;
}
.menuicon{
	border:0px;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}
.animItem{
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;	
}
.menuLink:hover{
	color: #3333ff
	background-color:#F1F5D8;
}
.menuLinksm{
	padding-left:12px;
	display:block;
	color:#737A51;
	font-size: 0.95em;
	line-height:1.6em;
	text-decoration: none;
	font-weight: normal;
	font-family: arial,geneva,sans-serif;	
}
.menuLinksm:hover{
	color: #2E3122
}
.clearer{
	clear:both;
	height:1px;
	width:1px;
	font-size:1px;
	line-height:1px;
}
.pageHeader{
	color:#23211D;
	font-size: 2.2em;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,geneva,sans-serif;
}
.subHeader{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,geneva,sans-serif;	
}
.subHeader2{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#52553C;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial,geneva,sans-serif;	
}
.standardTextPara{
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#555C35;
	font-size: 1.05em;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,geneva,sans-serif;	
}
.quotedText{
	color:#4A4C3D;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,geneva,sans-serif;
	line-height:1.5em;
}

.standardText{
	color:#555C35;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-family: arial,geneva,sans-serif;
	
}

.standardHeader{
	color:#23211D;
	font-size: 2em;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,geneva,sans-serif;
}
.standardSmallText{
	color:#23211D;
	font-size: 0.95em;
	text-decoration: none;
	font-weight: normal;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,geneva,sans-serif;
}
.standardLink:hover{
	color:#2E3122;
}
.standardLink{
	color:#737A51;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial,geneva,sans-serif;
}
.footerHeader{
	color:#4F523D;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial,geneva,sans-serif;		
}
.footerLabel{
	color:#4F523D;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,geneva,sans-serif;	
}
.footerLink{
	color:#0033ff;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,geneva,sans-serif;		
}
.loading{
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;	
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}

.bannerImg{
	border-left:1px solid #ffffff;
	border-right:0px solid #ffffff;
	margin:0px;
	padding:0px;
}
#loading{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-217px;
	margin-left:-200px;
	width:400px;
	height:217px;
	border: 3px solid #CED6A5;	
	background-color: #CED6A5
}
#loadingOuter{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#777777;	
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;	
	left:0px;
	top:0px;
}

