@charset "utf-8";
/* CSS Document */


body {
	background-color: #27637a; /* #73b1d4;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	margin:0px;
}

p {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
	
}
.beige {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color:#BAC08D;
	line-height:30px;
}

.beige_sm{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#BAC08D
}

.blue {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #85A7CC;
}
.blue_italics {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-style:italic;
	font-weight: bold;
	color: #85A7CC;
}
.blue_m {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #85A7CC;
}
.blue_l {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	color: #85A7CC;
}

.teal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #27637a;
}
.teal_s {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #27637a;
}

.title_med_sans {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


a:link {
	color: #87A9CE;
	text-decoration: underline;
}
a:hover {
	color: #BE1913;
	text-decoration: underline;
}
a:visited {
	color: #87A9CE;
	text-decoration: underline;
}
a:active {
	color: #87A9CE;
	text-decoration: underline;
}

.smallprint {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#bliss_top {
	background-image: url(images/bliss_inspired-habits.jpg);
	width: 800px;
	height:363px;
	
}
#bliss_bottom {
	background-image: url(images/bliss_reflection.jpg);
	width: 800px;
	height:158px;	
}

.shell { /*background-color:#73b1d4;*/ /*#CCFFFF; */
width:792px; 
border-width: 4px;
border-color:#FFFFFF;
border-style:double;
}
.spacer {height:10px;}

#bodyshell {width:760px; background-color:#FFFFFF; margin-top:16px; margin-bottom:30px;}
#bodycontent { width:600px; padding-top:15px; }

  .container {
            border:1px solid #e4e4e4; 
            margin-top:10px;
            padding:25px;
            width:460px;
        }
