
html, body{
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color : #C089BD;
	background-image : url(../images/bgbody.jpg);
	background-repeat : repeat-x;
}
/* Structure
***********************************************/

#container{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

ul {
	font-size:70%;
	font-weight : normal;
	padding:0;
	margin-left:16px;
}
li {
	
	}

IMG {
	border:0px;
}

/* Header
***********************************************/
#logo {
	position: relative;
	float:left;
	width:850px;
	padding-left:50px;
	height:290px;
	background-image : url(../images/bg2.jpg);
	background-repeat : no-repeat;
}

#topnav {
	position: relative;
	float:left;
	padding-top:22px;
	padding-bottom:4px;
	height:18px;
	font-size: 70%;
	width:900px;
	text-align:center;
	background-image : url(../images/bg1.jpg);
	background-repeat : no-repeat;
	font-family:Arial;
	font-weight : bold;
}
#topnav a:link {text-decoration: none;color:#FFFFFF;}
#topnav a:visited {text-decoration: none;color:#FFFFFF;}
#topnav a:hover {text-decoration: underline;color:#FFFFFF;}
#topnav a:active {text-decoration: none;color:#FFFFFF;}
.nolink {color: #FFFFFF;}

a.inpagelink:link {color: #FFFFFF;text-decoration: none;}
a.inpagelink:visited {color: #FFFFFF;text-decoration: none;}
a.inpagelink:hover {color: #FFFFFF;text-decoration: underline;}
a.inpagelink:active {color: #FFFFFF;text-decoration: none;}

#contentimage {
	position: relative;
	float:right;
}
#content{
	position:relative;
	float:left;
	padding-left:60px;
	padding-right:60px;
	padding-top:10px;
	text-align:left;
	width:780px;
	background-image : url(../images/bg3.jpg);
}
		#content h1{
			font-size:110%;
		}
		#content h2{
			font-size:70%;
			font-weight : normal;
	
}
.baby {
	position: relative;
	float:left;
	width:100px;
	height:100px;
	padding-bottom:5px;
}
.babytext {
	position: relative;
	float:left;
	width:640px;
	height:100px;
	padding-left:10px;
	padding-bottom:5px;
}
#footer {
	position:relative;
	float:left;
	width:900px;
	height:70px;
	padding-top: 8px;
	font-size: 70%;
	text-align:center;
	color:#CCCCCC;
	background-image : url(../images/bg4.jpg);
	background-repeat : no-repeat;
}

#footer a:link {font-family: Arial, Helvetica, sans-serif;color: #CCCCCC;text-decoration: none;}
#footer a:visited {font-family: Arial, Helvetica, sans-serif;color: #CCCCCC;text-decoration: none;}
#footer a:hover {font-family: Arial, Helvetica, sans-serif;color: #CCCCCC;text-decoration: underline;}
#footer a:active {font-family: Arial, Helvetica, sans-serif;color: #CCCCCC;text-decoration: underline;}




/* Form
***********************************************/
#ctform {
	width:500px;
	padding-left:145px;
	
	
}
#ctupper {
	postion:relative;
	float:left;
	width:500px;	
	
}
.ctinleft {
	postion:relative;
	float:left;
	width:90px;
}
.ctinright {
	postion:relative;
	float:left;
	width:260px;
}
#ctlower {
	postion:relative;
	float:left;
	width:490px;
	padding:5px;
	border:1px solid #FFFFFF;
	background-color : #642166;
}
.frmlabel {
	postion:relative;
	float:left;
	width:110px;
	height:25px;
	text-align:right;
	padding-right:5px;
	
}
.frminput {
	postion:relative;
	text-align:left;
	height:25px;

}

#frmlegal {
	position:relative;
	float:left;
	text-align:left;
	padding-top:10px;
	
}
.bodyTextForm {
	font-family: Arial;color: #000000;font-size: 10pt;
}
