<!--
* {
	margin:0;
	padding:0;
} 
a img {
	border:none;
}
a {
	color:#5D9732;
	text-decoration:none;
}
a:visited {
	color:#5D9732;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	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 */
	color:#333333;
}
.twoColFixLtHdr #container { 
	width: 999px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E9E7E7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:14px;
	margin-bottom:14px;
	position:relative;
} 
.twoColFixLtHdr #profile {
	position:absolute; 
	top:220px;
	left:34px;
	width:600px;
	border:1px solid #666;
	background-color:#fff;
	z-index:100;
	padding:16px;
	font-size:13px;
}
.twoColFixLtHdr #profile p {
	margin-bottom:12px;
}
.twoColFixLtHdr #header {
	position:relative;
}
.twoColFixLtHdr #nav {
	background-image:url(../imagesn/nav_background.gif);
	background-repeat:no-repeat;
	background-position:14px 2px; 
	background-color:#C0C0C0; 
	width:999px;
	height:30px;
}
.twoColFixLtHdr #header #clickh {
	position:absolute;
	top:0;
	left:0px;
	height:165px;
	min-height:165px;
	width:330px;
	cursor:pointer;
	overflow:hidden;
}
.twoColFixLtHdr #header #click3 {
	position:absolute;
	top:0;
	left:342px;
	height:165px;
	width:150px;
	cursor:pointer;
	overflow:hidden;
}
.twoColFixLtHdr #header #click1 {
	position:absolute;
	top:0;
	left:542px;
	height:165px;
	width:150px;
	cursor:pointer;
	overflow:hidden;
}
.twoColFixLtHdr #header #click2 {
	position:absolute;
	top:0;
	left:742px;
	height:165px;
	width:150px;
	cursor:pointer;
	overflow:hidden;
}

.twoColFixLtHdr #header #baloon3 {
	position:absolute;
	top:70px;
	left:230px;
}
.twoColFixLtHdr #header #baloon1 {
	position:absolute;
	top:20px;
	left:430px;
}
.twoColFixLtHdr #header #baloon2 {
	position:absolute;
	top:32px;
	left:640px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #E9E7E7; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height:700px;
	position:relative;
	padding-bottom:10px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size:12px;
	margin-left:14px;
}
.twoColFixLtHdr #sidebar1 .newsFull {
	position:absolute;
	top:80px;
	left:34px;
	width:400px;
	border:1px solid #ccc;
	background:#fff;
	padding:16px;
	z-index:500;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 .newsFull p {
	margin-bottom:10px;
}
.twoColFixLtHdr #sidebar1 #news {
	background:url(../imagesn/dropshadow.gif) no-repeat bottom right;
	background-color:#F0ECEC;
	width:250px;
	margin-left:14px;
	margin-top:8px;
	font-family:"Lucida Console", Monaco, monospace;	
	padding:8px;
	float:left;
}
.twoColFixLtHdr #sidebar1 #news h1 {
	font-size:16px;
	padding:8px 8px 8px 12px;
	font-weight:normal;
}
.twoColFixLtHdr #sidebar1 #news p {
	font-size:12px;
	padding:8px 38px 8px 12px;
}
.twoColFixLtHdr #sidebar1 #homeStory {
	background-image:url(../imagesn/home_story_bg.gif);
	width:260px;
	height:265px;
	background-repeat:no-repeat;
	margin-left:14px;
	margin-top:8px;
	font-family:"Lucida Console", Monaco, monospace;	
	padding:8px;
	background-color:#E9E7E7;
}
.twoColFixLtHdr #sidebar1 #homeStory #homeStoryPhoto {
	border:1px solid #ccc;
	padding:8px;
	background-color:#fff;
	float:left;
	margin-right:10px;
	margin-bottom:2px;
}
.twoColFixLtHdr #sidebar1 #homeStory p {
	font-size:12px;
	padding:8px 38px 8px 12px;
}
.twoColFixLtHdr #mainContent { 
	margin: 8px 14px 10px 294px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#fff;
/*	min-height:622px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
} 
.twoColFixLtHdr #mainContent h1 { 
	font-size:16px;
	margin-bottom:10px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	letter-spacing:2px;
	height:20px;
	padding:6px;
	color:#fff;
	text-align:center;
}
.twoColFixLtHdr #mainContent h1 { 
	background-color:#185C35;
}
.twoColFixLtHdr #mainContent h1.cha { 
	background-color:#6C276A;
}
.twoColFixLtHdr #mainContent h1.crc { 
	background-color:#5D9942;
}
.twoColFixLtHdr #mainContent h1.cln { 
	background-color:#136995;
}
.twoColFixLtHdr #mainContent h1.grad { 
	background-image:url(../imagesn/rainbowgrad1.JPG);
	background-repeat:repeat-y;
	color:#fff;
}
.twoColFixLtHdr #mainContent h2 { 
	font-size:14px;
	margin-bottom:10px;
}
.twoColFixLtHdr #mainContent h2.tight { 
	margin-bottom:6px;
}
.twoColFixLtHdr #mainContent h2.cha { 
	background-color:#6C276A;
	padding:6px;
	color:#fff;
}
.twoColFixLtHdr #mainContent h2.crc { 
	background-color:#5D9942;
	padding:6px;
	color:#fff;	
}
.twoColFixLtHdr #mainContent h2.cln { 
	background-color:#136995;
	padding:6px;
	color:#fff;	
}
.twoColFixLtHdr #mainContent h2.grad { 
	background-image:url(../imagesn/rainbowgrad1.JPG);
	background-repeat:repeat-y;
	color:#fff;
	padding:6px;
}

.twoColFixLtHdr #mainContent h3 { 
	font-size:12px;
	margin-bottom:6px;
}
.twoColFixLtHdr #mainContent p { 
	font-size:13px;
	margin-bottom:10px;
}
.twoColFixLtHdr #mainContent p.tight { 
	margin-bottom:6px
}
.twoColFixLtHdr #mainContent.cha { 
	border-left:50px solid #6C276A;
}
.twoColFixLtHdr #mainContent.crc { 
	border-left:50px solid #5D9942;
}
.twoColFixLtHdr #mainContent.cln { 
	border-left:50px solid #136995;
}
.twoColFixLtHdr #mainContent ul { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:10px;
	margin-left:1em;
}
.twoColFixLtHdr #mainContent ol { 
	list-style-position:inside;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
.twoColFixLtHdr #mainContent #clnLetter {
	margin-top:20px;
	width:580px;
	height:230px;
	padding:6px;
	background-image:url(../imagesn/bluegrad.gif);
	background-repeat:repeat-x;
	border:1px solid #666;
}
.twoColFixLtHdr #mainContent #crcLetter {
	margin-top:14px;
	width:580px;
	padding:6px;
	background-image:url(../imagesn/ltgreengrad.gif);
	background-repeat:repeat-x;
	border:1px solid #666;
}
.twoColFixLtHdr #mainContent #caLetter {
	width:590px;
	padding:6px;
	background-image:url(../imagesn/dkgreengrad.gif);
	border:1px solid #666;
}
.twoColFixLtHdr #mainContent #chaLetter {
	margin-top:10px;
	width:580px;
	padding:6px;
	background-image:url(../imagesn/purplegrad.gif);
	background-repeat:repeat-x;
	border:1px solid #666;
}
.twoColFixLtHdr #mainContent ul.chaPrograms {
	list-style-type:none;
}
.twoColFixLtHdr #mainContent ul.chaPrograms li {
	margin-left:13px;
	font-weight:normal;
}

.twoColFixLtHdr #mainContent #faq {
	position:absolute;
	border:1px solid #ccc;
	padding:16px;
	top:60px;
	left:-10px;
	width:600px;
	background-color:#fff;
}
.twoColFixLtHdr #mainContent #accomplishments {
	position:absolute;
	border:1px solid #ccc;
	padding:16px;
	top:100px;
	left:20px;
	width:600px;
	background-color:#fff;
	z-index:1000;
}
.twoColFixLtHdr #mainContent #clnNutshell {
	position:absolute;
	border:1px solid #ccc;
	padding:16px;
	top:60px;
	left:-10px;
	width:600px;
	background-color:#fff;
}
.twoColFixLtHdr #footer { 
	background-image:url(../imagesn/nav_background.gif);
	background-repeat:no-repeat;
	background-position:14px 6px; 
	background-color:#C0C0C0; 
	width:999px;
	height:40px;
	font-family:"Lucida Console", Monaco, monospace;	
	font-size:12px;
	text-transform:uppercase;
	position:relative;
} 
.twoColFixLtHdr #footer #copyright {
	position:absolute;
	left:34px;
	top:14px;
}
.twoColFixLtHdr #footer #loginForm {
	position:absolute;
	right:22px;
	top:5px;
}
.twoColFixLtHdr #footer #loginForm .button {
	width: 60px;
	text-align:center;
	text-transform:uppercase;
	height:20px;
	margin-top:4px;
}	
.twoColFixLtHdr #footer #loginForm form input {
	font-family:"Lucida Console", Monaco, monospace;	
	font-size:12px;
	margin-top:-4px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.b {
	font-weight:bold;
}
p.i {
	font-style:italic;
}
p.center {
	text-align:center;
}
span.b {
	font-weight:bold;
}
.twoColFixLtHdr #mainContent img.SlideFront {
	position:absolute;
	width:180px;
	z-index:10;
	top:72px;
	left:466px;
}
.twoColFixLtHdr #mainContent img.SlideBack {
	position:absolute;
	width:180px;
	top:72px;
	left:466px;
}
td.b {
	font-weight:bold;
}
td.break {
	padding-bottom:10px;
}
span.blue {
	color:#136995;
	font-style:italic;
}
span.purple {
	color:#6C276A;
	font-style:italic;
}
span.green {
	color:#6C276A;
	font-style:italic;
}
span.ltgreen {
	color:#5D9942;
	font-style:italic;
}
.p-shadow {
  width: 260px;
  float:left;
  background: url(../imagesn/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../imagesn/shadow.gif) no-repeat bottom right;
  margin: 16px 0 0 20px !important;
  margin: 16px 0 0 20px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

.p-shadow div {
  background: none !important;
  background: url(../imagesn/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}

.p-shadow p {
  color: #777;
  background-color: #F0ECEC;
  padding: 8px 20px 8px 20px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}
.twoColFixLtHdr #mainContent .cha { 
	background-color:#AF64AD;
}
.twoColFixLtHdr #mainContent .crc { 
	background-color:#8CC572;
}
.twoColFixLtHdr #mainContent .cln { 
	background-color:#4EAAD7;
}
.twoColFixLtHdr #mainContent .ca { 
	background-color:#5D9942;
}
.i {
	font-style: italic;
}
ul.purple {
	list-style-image:url(../imagesn/purple_bullet.gif);
}
ul.blue {
	list-style-image:url(../imagesn/blue_bullet.gif);
}
ul.dkgreen {
	list-style-image:url(../imagesn/dkgreen_bullet.gif);
}
ul.ltgreen {
	list-style-image:url(../imagesn/ltgreen_bullet.gif);
}
.float {
	float:left;margin-right:10px;margin-bottom:4px;
}
