body {
	width:100%;
	margin:0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E614E;
	line-height: 1.4;	
	padding:0;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E614E;
	line-height: 1.4;	
}
A {
	text-decoration: none;
	color:#9F8A42;
	outline: none;
}
A:hover {
	text-decoration: underline;
	outline: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E614E;
	font-weight: normal;
	line-height: 1.5em;	
}

/* LISTS */
UL {
	margin-top : 0px;
	margin-left : 20px;
	margin-bottom : 15px;
	list-style-type : square;
	padding : 0px;
}
UL UL {
	margin-bottom : 0px;
}
LI {
	margin-top : 0px;
	margin-left : 20px;
	margin-bottom : 2px;
	padding : 0px;
}
.bullets {
	margin-top : 0px;
	margin-left : 20px;
	margin-bottom : 0px;
	padding : 0px;
}

/* PHOTOS */
.photo_left {
	float:left;
	padding:0 15px 10px 0;
}
.photo_right {
	float:right;
	padding: 0 0 10px 15px;
}
.photo_caption {
	padding: 10px 0 10px 0;
	font-size:10px;
	color:#413F3F;
	font-weight:normal;
}

/* COLORS */
.grey	{
	background-color: #BABABA;
}
.taupe	{
	background-color: #E6DDC1;
}

/* FONTS */
.legal {
	font-size:10px;
}
.font_11 {
	font-size:11px;
}


.link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
	color:#993300;
}
.link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
	color:#993300;
}
.link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: none; 
	color:#993300;
}
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-decoration: underline;
	color:#996600;
}

/* TITLES */
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : normal;
	color : #7B0F0F;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #917D5F;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.h1_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : normal;
	color : #7B0F0F;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.h2_sectionheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #917D5F;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
.author {
	font-size : 15px;
	font-style:italic;
	color : #5E614E;
}
.box_padding {
	padding:15px;
}
.box {
	border:1px solid #bababa; padding:10px 7px 10px 10px;
}
.cname {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}
.line_horiz {
	margin:20px;
	border-bottom:1px solid #BABABA;
}
.initiation {background-color:#E6E9CD;padding:2px;margin-left:-2px; }
.retreat {background-color:#ECD6AF;padding:2px;margin-left:-2px;}
