/* $TopStyle:URL=http://www.daughtersinc.com/main.css$ */
/*	
basic page layout
*/
body {
	background: #FFF;
	font-family: Arial, Helvetica, san-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 702px; 
	text-align: center;}

	span.sm {
	padding:0 10px 0 0;
	}
	
/*	
horizontal navigation
*/	

/*	
basic link rules
*/	
a:link, a:active {
	color: #517A9B;
	text-decoration: underline;}

a:visited {
	color: #517A9B;
	text-decoration: underline;}

a:hover {
	color: #517A9B;
	text-decoration: underline;}
	
	/*	
foot layout
*/	
	#foot {

	padding: 25px 0 25px 0;
	margin: 0 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, san-serif;
	font size: 10;
	color: #666;}

#foot p {
	margin: 0;
	padding: 0 0 6px 0;	}

#foot a:link {
	color: #666;}

#foot p#copy {
	padding-top: 4px;
	color: #666;}
	
a img, a:link img, a:visited img, a:hover img, a:active img {
	border: 0;
	display: block;}		

		 
/* three column layout*/
	
html {
width: 735px;
}
	
#Leftcol {
 	position: left; 
	left: 0px;
	margin-left: 0px; 
	margin-top: 0px;
	color: #666;
	}

					
#Content {
	margin: 0px 0px 0px 245px;
	color: #666;
}

					
#RightCol {
	position: right;
	left: 0;
	color: #666;
 }

#h10 {
 font-family: Arial, Helvetica, san-serif;
 color: #94B0D3;
 font-weight: bold;
 font-size: 12px;
 }
		 
	
	
