/* Basic Stylesheet for Fearless Fabulous Life site */

body {
	background: white;
	font: 11pt/100% "Times New Roman", Times, serif;
}

#container {
	width: 6.75in;
	height: 10in;
}

/* Header styles */
/*#header {
	width: 745px;
	height: 115px;
	background: url(../graphics/FFL_banner.jpg) no-repeat;
	visibility: visible;
}
*/

#header h1 {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 20pt;
	color: black;
	text-align: left;
}


#header h2 {
	font-size: 12pt;
	text-align: right;
	color: black;
	font-style: italic;
	margin-top: -24pt;
	padding-right: 12pt;
}

#arw {
	font-size: 10pt;
	font-style: italic;
}

/* Body styles */

#pageName h2 {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16pt;
	color: #4f5150;
	text-align: left;
	border-bottom: 1px solid gray;
	padding-bottom: 9pt;
	margin-top: 1.2in;
}
/*
.clearer { 
	clear: both;
}
*/
#content {
	margin-top: 36pt;
}

p {
	line-height: 14pt;
}

#content h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

#content h4 {
	font-size: 11pt;
	font-weight: bold;
}
.photo {
	margin-left: 9px;
	margin-bottom: 3px;
	margin-right: 0px;
	float: right;
}

.red {
	color: #903;
}

.bold-red {
	font-weight: bold;
	color: #903;
}

.check img {
	float: left;
	margin-left: -18pt;
	margin-top: -2pt;
}

/* TopNav styles */

#topnav {
	display: none;
}


/* Program Table styles */
#programs {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 9pt;
	border: 1pt solid grey;
	margin-top: .15in;
}

#programs h4 {
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 6pt;
}

#programs p {
	line-height: 12pt;
	margin-top: -6pt;
}
	
#programs td {
	width: 25%;
	padding-left: 9pt;
	padding-right: 9pt;
	vertical-align: top;
}

#programs a:link {
	color: #903;
	font-weight: bold;
}
.bluecell {
	background-color: #EEE}


/* Sidebar styles */

#sidenav {
	position: absolute;
	top: 1in;
	left: 5in;
}

#sidenav ul{
	display: none;}
/*
#contact { 
	position: absolute;
	visibility: visible;
}
*/
#contact h2 {
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 9pt;
	color: grey;
}
#contact p {
	font-size: 10pt;
	line-height: 12pt;
	margin-top: -6pt;
}

.signup {
	margin-bottom: 12pt;
	margin-top: 12px;
	padding: 9pt;
	border: 1pt solid silver;
}

table {
	margin-bottom: 12pt;
	margin-top: 12px;
	padding: 3pt;
	border: 1pt solid silver;
	width: 100%;
	text-align: left;
}

th {
	padding-bottom: 3pt;
	border-bottom: 1pt solid gray;
}

.tr_evenrow {
	background-color: #EEE;
}

td {
	padding: 6pt;
}
/* Footer styles */



#footer {
	display: none;
}
