/* CSS Document */
/*  Utah Council on Family Relations
	Created Feb 08.2005  */
	
	

body { 
 	background-color: #fff; 
 	color: #5d665b; 
	margin: 30px 0 0;
	padding: 0; 
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	}

.Heading { 
 	color: #5d665b; 
	padding: 0; 
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:21px;
	text-align: left;
	}

#container {
	background: #fff url(img/bg2.gif) repeat-y top;
  	margin: 0 auto;
  	width: 740px;
  	text-align: left;
	padding: 0 20px 20px 20px;
  }
  
#top {
	margin: 0 auto;
	height: 15px;
	width: 740px;
	background: #fff url(img/bg_top.gif) no-repeat;
	}  
#bottom {
	margin: 0 auto;
	height: 6px;
	width: 740px;
	background: #fff url(img/bg_bottom.gif) no-repeat;
	}  
#mast {
	width: 678px;
	height: 70px;
	background: #fff;
	padding: 11px !important;
	padding: 11px 11px 0 11px;
	border: 1px dotted #666;
	margin: 12px auto;
	}

a img {border-width: 0; border-style: none;}

a:link,a:active {color: #648F3F; text-decoration: none;}
a:visited {color: #648F3F; text-decoration: none;}	
a:hover {color: #648F3F; text-decoration: underline;}

ul {
	margin: 5px 10px 17px 20px !important; 
	margin: 7px 10px 17px 19px; 
	padding: 0;
	}
	

/*-----------------------------------------------
  Nav
----------------------------------------------- */

#nav {	
	margin: 52px 0 0 !important;
	margin: 54px 0 0;
	float: right;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	}
#nav a:link,a:active {color: #666; text-decoration: none;}
#nav a:visited {color: #666; text-decoration: none;}	
#nav a:hover {color: #333; text-decoration: underline;}

/* ---------------------------- */

#column01 {
	padding: 5px 20px 20px 20px;
	width: 221px;
	float: left;
	}
#column01 img {
	border: 1px dotted #666;
	}
	
#links {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	background: #fff no-repeat top;
	width: 221px;
	border: 1px dotted #666;
	}
#links ul {
	margin: 20px 10px 17px 29px !important; 
	margin: 30px 10px 17px 29px; 
	padding: 0; 
	list-style-image: url(img/arrow.gif);
	line-height: 14px;
	}
#links li {margin: 7px 0 12px 3px;}
#links a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #648F3F;
	}
	
#content {
	margin-top: 5px;
	width: 417px !important;
	width: 414px;
	background: #fff;
	float: left;
	padding: 20px;
	border: 1px dotted #666;
	}
#footer {
	margin: 0 auto;
	width: 740px;
	padding: 10px 10px 40px 10px;
	text-align: left;
	}
	
table.form td, table.form th {
	vertical-align: top;
}

table.form th {
	text-align: right;
}

table.form td {
	white-space: nowrap;
}