/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	color:#000000
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


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

a:link {
   font-style: normal;
   text-decoration: none;
   color: #003300;
   border: 0;
}
a:visited {
   font-style: normal;
   text-decoration: none;
   color: #666666;

}

a:hover {
   text-decoration: none;
   background-color: #003300;
   color: #E5EDD8;

}

/*
a:active {
   color:#000000;
   text-decoration: none;
   background-color: #FFFF99;
}
*/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

	
#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	background-image:url(images/center_for_grieving_children_logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:260px;
}


#navBar{
	float: left;
	width: 150px;
	background-color: #CADCB4;
	padding: 5px;
}


#content{
	float: left;
	width: 65%;
	padding-left: 10px;
}


/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;} 
#navBar ul {list-style: none; margin: 0 5 0 0;}
*/

.menu {
	list-style-type: none;
	background-color: #CADCB4;
}
.menu li {
	margin-left: -30px;
}


p.initial:first-letter {font-size: 200%;
							float: left;
						}

.lighter {
	font-weight: lighter;
	color: #666666;
}
#footer {
	padding: 5px;
	clear: both;
	float: none;
	text-align: center;
	background-color: #CADCB4;
	border-color: #003300;
	border-top-width: thin;
	border-top-style: solid;
}
#content h3 {
	margin-bottom: 0px;
}
#content h3  p {
	margin-top: 0px;
}
.centered {
	text-align: center;
}

