BODY {
	text-align:center;
	font: 12px/19px verdana;
	margin:0px;
	background-color: #ffffff;
}

P {
	font: 12px/19px verdana;
}

A { color:#000000;}
A:visited { color:#404040; }
A:hover{ color:#FF0000; }

.page {
	margin:auto;
	text-align:left;
	width:700px;
	margin-top:100px;
}

.intro {
	font: bold 15px/22px Georgia,Serif;
	margin-bottom:30px;
}
.intro P {
	font: bold 15px/22px Georgia,Serif;
}

.leftSplit {
	float:left;
	width:250px;

}

.rightSlipt {
	float:left;
}


.columnLeft {
	float:left;
	width:330px;
	margin-bottom:30px;
}

.columnRight {
	margin-left:40px;
	float:left;
	width:330px;
	margin-bottom:30px;
}

.leftImage {
	float:left;
	width:240px;
	margin-bottom:20px;
}

.rightImage {
	float:left;
	width:460px;
}

.fullWidth {
	clear:both;
	margin-bottom:30px;
}

.footer {
	margin-bottom:10px;
}

.footerNav {
	text-align:center;
	clear:both;
	margin-bottom:40px;
	font: italic 15px Georgia;
}

.footerNav A {
	font-weight:bold;
	color:#000000;
}

.footerNav A:visited {
	font-weight:bold;
	color:#404040;
}
.footerNav A:hover {
	color:#FF0000;
}

dd {
	margin-bottom:20px;
}

dt {
	font-weight:bold;
	margin-bottom:10px;
}

ol {
	list-style : lower-alpha outside;
}

li {
	margin-bottom:10px;
}

hr {
	color:#000000;
	background-color:#000000;
	margin-bottom:0px;
	margin-top:0px;
	heigth:1px;
}

.info {
	font: 12px/19px verdana;
	color:#795134;
	margin:0px;
	padding:0px;
}


h1 {
	margin-top:0px;
	width: 100%; 
	height: 50px; 

}
h1 span {
	display:none
}

h2 {
	margin-top:0px;
	width:100%;
	height:14px;
}
h2 span {
	display:none
}

h3 { 
	width:100%;
	height:10px; 
}
h3 span {
	display:none
}


/* Image replacements for H1 titles */
#aboutTitle { 
	background: transparent url('images/about_headline.gif') no-repeat top center; 
}

#supportTitle { 
	background: transparent url('images/support_headline.gif') no-repeat top center; 
}

#submissionsTitle { 
	background: transparent url('images/submissions_headline.gif') no-repeat top center; 
}

#legalTitle {
	background: transparent url('images/legal_title.gif') no-repeat top center; 
}

#emailTitle {
	background: transparent url('images/emaillist_title.gif') no-repeat top center; 
}


/* Image replacements for H2 titles */
#supportDonations {
	background: transparent url('images/support_donations.gif') no-repeat top left; 
}

#supportVolunteers {
	clear:both;
	background: transparent url('images/support_volunteers.gif') no-repeat top left; 
}

/* Image replacements for H3 titles */
#aboutOffLine {
	background: transparent url('images/about_offline.gif') no-repeat center center; 
}

#aboutOnLine {
	background: transparent url('images/about_online.gif') no-repeat center center; 
}

#aboutHistory {
	background: transparent url('images/about_history.gif') no-repeat center center; 
}

#aboutStaff {
	background: transparent url('images/about_staff.gif') no-repeat center center; 
}

#aboutTechnology {
	background: transparent url('images/about_tech.gif') no-repeat center center; 
}

#aboutEditors {
	background: transparent url('images/about_contr.gif') no-repeat center center; 
}
#submissionsJustBorn {
	background: transparent url('images/submissions_justborn.gif') no-repeat center center; 
}

#submissionsBirthingRoom {
	background: transparent url('images/submissions_birthing.gif') no-repeat center center; 
}



/* Various useful classes*/

.noMargin {
	margin:0px;
	padding:0px;
}

.clearFloat {
	clear:both;
}
