body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	color: #444444;
	background-color: #D9F1ED;
	background-image: url(graphics/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width: 760px;
	margin: auto;
	text-align: left;
}
#header {
	height: 184px;
}
img {
	border-style: none;
}
#page {
	background-image: url(graphics/pageback.gif);
	background-repeat: repeat-y;
}
#pagetop {
	background-image: url(graphics/pagetop.gif);
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 180px;
	padding: 80px 0px 10px;
}
#heightshim {
	height: 300px;
	float: left;
}

#chlogo {
	text-align: center;
	padding-top: 20px;
}

#content {
	padding-top: 28px;
	margin: 0px 0px 0px 200px;
}
#topmenu {
	float: right;
	margin-right: 24px;
	color: #76C1BD;
}
#topmenu a:link, #topmenu a:visited {
	color: #76C1BD;
	text-decoration: none;
	padding: 0px 10px;
}
#topmenu a:hover, #topmenu a:active {
	color: #3E874F;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
a:link, a:visited {
	color: #3E874F;
}
a:hover, a:active {
	color: #76C1BD;
}
.clearer {
	height: 1px;
	line-height: 1px;
}
#footer {
	clear: both;
	padding: 10px 20px 30px;
	background-image: url(graphics/pagebase.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 0.8125em;
	text-align: center;
	color: #999999;
}
#ktml {
	padding: 0px 24px 0px 8px;
}
#ktml p {
	line-height: 1.5em;
}
#ktml ul {
	list-style-type: circle;
}
#headlines p {
	margin-left: 10px;
}
h1 {
	color: #3E874F;
	font-size: 1.8em;
	margin: 0px 14px 0px 0px;
	padding: 18px 0px 0px 0px;
}
h2 {
	font-size: 1.4em;
	color: #73C0C8;
}
h3 {
	font-size: 1.2em;
	color: #79C2AE;
}
h4 {
	font-size: 1.2em;
	color: #73C0C8;
}
h5 {
	font-size: 1.1em;
	color: #79C2AE;
}
h6 {
	font-size: 1em;
	color: #73C0DB;
}
.imageright {
	float: right;
	margin: 8px 0px 8px 8px;
	clear: right;
}
.imageleft {
	float: left;
	margin: 8px 8px 8px 0px;
	clear: left;
}
.cmtdate {
	font-size: 0.8em;
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#contributions p {
	margin: 0px 0px 3px;
	padding: 0px;
}
#contributions {
	border-top: 1px solid #E8E8E8;
}

#contributions h3 {
	margin: 4px 0px;
	padding: 0px;
}
.usrcomment {
	padding: 4px;
	border: 1px solid #E8E8E8;
	margin-top: 6px;
}



/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#p7PMnav ul {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 8px 10px;
	color: #666666;
	line-height:1;
	border-bottom: 1px solid #E8E8E8;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #73C0C8;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #73C0C8;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(graphics/menueast.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #3E874F;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 140px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 150px;
}
label {
  float: left;
  width: 30%;
  margin-right: 0.5em;
  padding-top: 4px;
  text-align: right;
  font-weight: bold;
}
input, textarea, select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
	margin:  4px 0px 0px 0px;
	padding: 0px;
}

