@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size: 11px;
	line-height:12px;
	background-image: url(../img/mangotree_sage.gif);
	}

img	{
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 7px;
	}
	
hr  {
	color:#990000;
	width: 80%;
	height:1px;
	position: relative;
	vertical-align: top;
	margin: 0 0 2px 0;
	}
	
a {
	color: #4a4a4a;
	text-decoration: none;
	
}
a:hover  {
	color: #cc0000;
	text-decoration: none;
	
}

a:active  {
	color: #990000;
	text-decoration: none;
	
}

h1	{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 15px;
	line-height:normal;
	margin: 0 0 2px 0;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	}
	
h2	{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 15px;
	line-height:normal;
	margin: 14px 0 2px 20px;
	font-style: normal;
	letter-spacing: 0.25em;
	}

h3	{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 12px;
	line-height:normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
	
h4	{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 10px;
	line-height:normal;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}	


	
.tl {
  position:relative;
  width:10px;
  height:10px;
  top:0px;
  left:0px;
  font-size:1px;
  z-index:3;
	background-image:url(../img/tl.png);
	background-repeat: no-repeat;
}
.tr {
  position:absolute;
  width:10px;
  height:10px;
  top:0px;
  right:0px;
  font-size:1px;
    z-index:3;
	background-image:url(../img/tr.png);
	background-repeat: no-repeat;
}
.bl {
	position:absolute;
	width:10px;
	height:10px;
	bottom:0px;
	left:0px;
	font-size:1px;
    z-index:3;
	background-image:url(../img/bl.png);
}
.br {
  position:absolute;
  width:10px;
  height:10px;
  bottom:0px;
  right:0px;
  font-size:1px;
    z-index:3;
	background-image:url(../img/br.png);
	background-repeat: repeat-y;
}

.top {
	position:relative;
	height:10px;
	top:0px;
	left:0px;
	font-size:1px;
	background-image:url(../img/top850w.png);
	background-repeat: no-repeat;
}

.ptop {
	position:relative;
	height:10px;
	top:0px;
	left:0px;
	font-size:1px;
	background-image:url(../img/ptop600w.png);
	background-repeat: no-repeat;
}

.bottom {
	margin:0px;
	padding:0px;
	position:relative;
	height:10px;
	bottom:0px;
	left:0px;
	font-size:1px;
	background-image:url(../img/bottom850w.png);
	background-repeat: no-repeat;
}

.pbottom {
	margin:0px;
	padding:0px;
	position:relative;
	height:10px;
	bottom:0px;
	left:0px;
	font-size:1px;
	background-image:url(../img/pbottom600w.png);
	background-repeat: no-repeat;
}


.left {
  position:relative;
  top:0px;
  left:0px;
  width:10px;
  float:left;
    z-index:2;
	background-image:url(../img/l.png);
	background-repeat: repeat-y;
}

.right {
  position:relative;
  top:00px;
  right:0px;
  width:10px;
  float:right;
    z-index:2;
}

.topnav {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
	width: 400px;
	float: right;
	padding-right: 20px;
	position: relative;
	top: 20px;
	right: auto;
	}
	
.ftop {
	position:relative;
	height:10px;
	top:0px;
	left:0px;
	font-size:1px;
	background-image:url(../img/ftop850.png);
	background-repeat:no-repeat;
}
  /*left sidebar text elements  */

#list-menu {
	margin: 0;
	padding-right: 20px;
	list-style-type: none;
	position: relative;
	top: 180px;
	right: auto;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
	width: 130px;
	float: right;
		}

#list-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#list-menu li {
	margin: 1em 0 0;
	} 
 
#list-menu a {
	text-decoration: none; /*lets remove the link underlines*/
	} 

#list-menu a:hover {
	background: #ffffff url(../img/menubkg1.png);
	}


 
/*.sidenav {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
	width: 130px;
	float: right;
	padding-right: 10px;
	position: relative;
	top: 190px;
	right: auto;
	}*/
	
#boiler {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
	width: 130px;
	float: right;
	padding-right: 15px;
	position: relative;
	top: 320px;
	right: auto;
	letter-spacing: 0.1em;
	}


#boiler img {
	padding: 0px;
	right: 40px;
	}


#pagetitle {
	color:#990000;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	width: 500px;
	position: relative;
	top: 10px;
	letter-spacing: 0.25em;
	word-spacing: normal;
	white-space: normal;
	left: 15px;
	padding: 10px;
	}

#pagenav {
	color:#4a4a4a;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
	width: 130px;
	position: relative;
	top: 25px;
	word-spacing: normal;
	white-space: normal;
	left: 15px;
	padding-right: 20px;
	background-image: url(../img/pn150w.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	z-index: 4;
	}
	
#pagenav img {
	left: 15px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	}
		
#pgcontent1 {
	color:#1a1a1a;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 630px;
	position: relative;
	top: 25px;
	word-spacing: normal;
	white-space: normal;
	padding-right: 20px;
	padding-top: 0px;
	z-index: 1;
	float: right;
	right: 10px;
	text-transform: none;
	padding-bottom: 15px;
	}

#column1 {
	color:#1a1a1a;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 290px;
	position: relative;
	top: 0px;
	word-spacing: normal;
	white-space: normal;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	right: 10px;
	text-transform: none;
	margin-bottom: 15px;
	margin-left: 10px;
	}

#column2 {
	color:#1a1a1a;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 290px;
	position: relative;
	top: 0px;
	word-spacing: normal;
	white-space: normal;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	right: 10px;
	text-transform: none;
	margin-bottom: 15px;
	}

#pgcontent1 a:link {
	color:#941D32;
}

#pgcontent1 a:visited {
	color:#941D32;
}


#pgcontent1 img {
	border: solid #cccccc 1px;
	float: right;
	padding: 5px;
	margin-left: 10px;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(none);
	background-position: center;
	background-repeat: repeat-y;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left: solid #1a1a1a 1px;
	border-right: solid #1a1a1a 1px;
	padding-left: 15px;
	background-color: #FFFFFF;
	height: 100%;
	position: relative;
}

#content {
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	width: 850px;
	height: 100%;
	min-height:500px;
	background-image: url(../img/lr850w.gif);
	background-repeat: repeat-y;
	position: relative;
}

#header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../img/cpr09_head_850.gif);
	height: 160px;
	background-repeat: no-repeat;

}
#join {
	margin: 0;
	color:#4a4a4a;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	width: 200px;
	position: relative;
	top: 0px;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: 0.2em;
	float: right;
	right: 10px;
	padding: 7px 7px 0 0;
	}
	
#main {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	height: 100%;
	width: 1000px;
	min-height: 600px;
	background-color: #FFFFFF;
	position: relative;
}


#sidebar1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: right; /* since this element is floated, a width must be given */
	width: 850px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 11px;
	font-style: normal;
	line-height: 1.25;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	min-height: 700px;
	position: relative;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 10px;
	position: relative;
}
#sidebar3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: right; /* since this element is floated, a width must be given */
	width: 850px; /* the background color will be displayed for the length of the content in the column, but no further */
	position: relative;
	}

#poem_container {
	width: 600px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left: solid #1a1a1a 1px;
	border-right: solid #1a1a1a 1px;
	padding-left: 0px;
}

#poem_content {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	padding: 0px;
	width: 600px;
	min-height:500px;
	background-image:url(../img/lr600w.png);
	background-repeat: repeat-y;
}

#poem_pg {
	color:#1a1a1a;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: 540px;
	position: relative;
	top: 25px;
	word-spacing: normal;
	white-space: normal;
	z-index: 1;
	text-transform: none;
	padding: 10px;
	left: 15px;
	background-color: #FFFFFF;
	}

#poem_pg a:link {
	color:#941D32;
}

#poem_pg img {
	border: solid #cccccc 1px;
	float: right;
	padding: 5px;
	margin-left: 10px;
}



#footer {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	height: 40px;
	background-image: url(../img/flr850.png);
	padding: 0px;
	position: relative;
	width: 850px;
}
#footnav {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position:relative;
	top:0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: lowercase;
}

#footnav a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footnav a:hover {
	color:#FFCC66;
	text-decoration:none;
	}

#footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
}
.footnote {
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

