/* body and p elements */

body {
	margin-top: 30px; /* o, v */
	margin-bottom: 30px; /* o, v */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #676767; /* v */
	text-align: center; /* centers entire layout, also centers text, so need to reset text-align: left in 'container' wrapper in layout_DATE.css */
	background-color: #D8CAE3; /* o */
}

div#container {
	/* text-align: left; */
}

.tblBorder {
	border:1px solid #694E7F;
}

.tdBorder {
	border-top:1px solid #694E7F;
	border-bottom:1px solid #694E7F;
}

p {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 125%;
}

/* hyperlinks in content */
a:link {
	color: #593e6f;
	font-weight: bold;
	background-color: transparent;
}

a:visited, a:active {
	color: #593e6f;
	font-weight: bold;
	background-color: transparent;
}

a:hover {
	color: #593e6f;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;	
}

/* hyperlinks in nav */
a.nav:link, a.nav:active, a.nav:visited, .nav{
    color: #FFFFFF;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 120%;
    text-decoration: none;
	background-color: transparent;
	padding:2px 8px 2px 8px;
}

a.nav:hover {
    color: #FFFFFF;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 120%;
    text-decoration: none;
	background-color:#6B428C;
	padding:2px 8px 2px 8px;
}

/* hyperlinks in pageFooter */
a.pageFooter:link, a.pageFooter:active, a.pageFooter:visited {
    color: #FFFFFF;
	font-weight: normal;	
    text-decoration: underline;
}

a.pageFooter:hover {
    color: #FFFFFF;
	font-weight: normal;	
    text-decoration: none;
}

/* order */
a.order:link, a.order:active, a.order:visited {
    color: #FFFFFF;
    font-size: 130%;
	font-weight: bold;	
    text-decoration: underline;
}

a.order:hover {
    color: #FFFFFF;
    font-size: 130%;
	font-weight: bold;	
    text-decoration: none;
}


a.white:link, a.white:active, a.white:visited {
    color: #FFFFFF;
	font-weight: bold;	
    text-decoration: underline;
}

a.white:hover {
    color: #FFFFFF;
	font-weight: bold;	
    text-decoration: none;
}



/* headings */
h1 {
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-size: 130%;
    line-height: 100%;
    font-weight: normal;
}

h2 {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: 100%;
    font-weight: bold;
}
	
h3 {
    color: #FFFFFF;	
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 100%;
    font-weight: bold;
}

h4 { 
    color: #550055;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 125%;
    font-weight: bold;
}

h5 { 
    color: #550055;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 125%;
    font-weight: normal;	
}

/* hr */
hr {
    height: 0px;
    color: #FFFFFF;
	background-color: transparent;
	border:1px dotted #FFFFFF;
}

/* lists */
ul {
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
	
li {
    list-style: square;
	margin-left: -20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
}
	
ul li li {
	list-style: disc;
}

ul li li li {
	list-style: circle;
}
	
ul li li li li {
	list-style: square;
}
	
ul li li li li li  {
	list-style: disc;
}

ul li li li li li li {
	list-style: circle;
}

ul li li li li li li li{
	list-style: square;
}

/* monospaced */
.mono {
	font-family: "courier new", courier, mono;
	font-size: .7em;
	color: #ff9900;
}

/* fine print for forms, image captions, et cetera */
.fine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #D4C8DE;
	font-style: italic;
}	

/* footer text */
.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
	color: #FFFFFF;
}
	
/* address */
address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    font-style: normal;
}

/* table backgrounds */
.trOdd {
	background-color:#8B6AA6;
}

.trEven {
	/* background-color:#8B6AA6; */
}

/* background images */
.bgTop {
	background-image: url(/bellytobaby/assets/images/prenatal_bg.gif);
	background-repeat: no-repeat;
}

.indentTenPx {
	/* border: 1px solid #FF0000; o, v */
	padding: 2px 10px 2px 10px;
}