html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:20px 0 0 0;
	background-image:url('images/bg-repeat.jpg');
	background-repeat:repeat-x;
	background-color:#FFDCF6;
	font-family:Arial,Verdana,Gill Sans,Microsoft Sans Serif,sans-serif;
	font-size:12px;
	color:#444444;
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	color:#FF00FF;
	text-decoration:none;
}

#container{
	width:644px;
	height:800px;
	margin:0 auto;
}

#menu{
	position:relative;
	top:7px;
	left:200px;
}

#menuText{
	position:relative;
	top:4px;
}

#menu .currentPage{
	color:#FF11FF;
}
#menu a{
	color:#FF66FF;
	font-weight:bold;
}

#menu a:hover, #menu a:active{
	color:#FF11FF;
}

#whatIs{
	width:auto;
	height:100px;
	background-repeat:no-repeat; 
	background-image:url('images/what-is-bg.jpg'); 
}
#whatIs img{
	margin-top:25px; 
	margin-left:40px;
}
#trisomyLink{
	margin-left:40px;
	width:560px;
	position:relative;
	top:-2px;
}

#bodyContainer{
	background-image:url('images/body-repeat.jpg');
	background-repeat:repeat-y;
	padding:20px 40px 0 40px;
	height:auto;
	width:auto;
}

#bodyContainer a{
	color:#FF11FF;
}

.title{
	padding-bottom:7px;
}

#bodyLeft{
	padding-top:6px;
	width:280px;
	height:auto;
	float:left;
	position:relative;
	top:-10px;
	
}

#bodyRight{
	width:280px;
	height:auto;
	float:right;
}

#designedBy{
	background-image:url('images/body-and-designed-by.jpg');
	padding-left:40px;
	padding-top:33px;
	width:608px;
	height:52px;
	font-size:11px;
}

#contactForm label{
	position:relative;
	top:-4px;
}

#contactForm label[for=message]{
	position:relative;
	top:-86px;
}

#contactForm  #name{
	margin-left: 27px;
	margin-bottom: 4px;
}

#contactForm  #email{
	margin-left: 29px;
	margin-bottom:4px;
}
#contactForm  #message{
	margin-left: 10px;
	width:250px;
	height:100px;
	margin-bottom:4px;
}
#contactForm  #submitButton{
	margin-left: 62px;
	margin-top:4px;
	margin-bottom:15px;
}

#contactForm #charsRemainingText{
	margin-left:62px;
	font-size:10px;
	position:relative;
	top:-4px;
}

#messageBox{
	width:600px;
	margin-left: 62px;
	clear:both;
}


.newsTitle{
	color:#FF11FF;
}

.newsDate{
	color:#FF77FF;
}
