body {
	margin: 0;
	padding: 0 0 30px 0;
	font-family: 'Lucida Sans', 'Lucida Grande', Lucida Sans, verdana, arial, sans-serif;
	background: #666666;	
	position: relative;
 }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #8a1d04;
	 }

a:hover, a:visited:hover {
	color: #aeaeae; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/* Abbreviations */	
abbr { border-bottom: 1px dotted #900; cursor: help; }


/*------------------HEADING--------------------*/

h1 {
	margin: 16px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #b80e1f; }

h1 span { color: #666;font-size:0.5em;vertical-align:0.2em }

h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #390; }

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height:15px;
	color: #000; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #390; }
	
h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #069;
	}

h5 span {
	display: block;
	color: #333;
	font-size: 0.8em;
	font-weight: normal; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #600; }

/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em; }

/*/*/a{}
body p {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; }
  
html>body p { font-size: small; }
/* */

p.oldbrowsers {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #c00; }

blockquote {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px;
	font-size:11px;
	line-height:17px;
	color: #666; }
	
	
/*------------------FORMS----------------*/

input.txt, textarea.txt {
	font-family: georgia, times, serif;
	font-size: 11px;
	color: #333; }

select {
	font-size: 11px; }

form {
	display: block;
	margin: 0px;
	padding: 0px; }
	

/*--------------MISCELLANEOUS----------------*/

img { border: none; }
hr { display: none; }

/* Outer bounding box for all pages */
#Frame {
	margin: 30px auto 0px auto;
	padding: 40px 60px 60px 60px;
	background: #ffffff;
	width: 820px; }

#Header {
	float: left;
	width: 820px;
	margin: 0 0 30px 0;
	background: #ffffff;
}

#Logo {
	float: left;
	position: relative;
	margin:0;
	padding:0px 0 20px 0px;
	height: 111px;

	}
#Logo a {
	position: absolute;
	padding:0px 0 20px 0px;
	top: 0px;
	left: 0px;
	width: 165px;
	height: 111px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	color: transparent;
	}

#Logo a span, #Logo span { display: none; }


/*--------------MAIN NAVIGATION----------------*/
#navigation {
	float: right;
	background: url(http://www.kalca.org/img/navigation.gif) #ffffff no-repeat;
	height: 85px;
	width: 118px;
	margin: 25px 0px 0 0px;
	padding: 0 0px 0 0;
	position: relative;
	}
	
#navigation li {
	margin: 0;
	padding-top: 0px;
	list-style: none;
	position:relative;
	top: 0;
	}
	
#navigation li, #navigation a {
	height: 21px;
	display: block;
	}

/* Modified Phark Image Replacement Technique */
#navigation a {
	text-indent: -5000px;
	text-decoration: none;
	}
#nav_aboutus {height: 21px; width: 118px;}
#nav_newsevents {height: 21px; width: 118px;}
#nav_programs {height: 21px; width: 118px;}
#nav_getinvolved {height: 21px; width: 118px;}

#nav_aboutus a:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px 0px no-repeat;}
#nav_newsevents a:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px -21px no-repeat;}
#nav_programs a:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px -42px no-repeat;}
#nav_getinvolved a:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px -63px no-repeat;}

#nav_aboutus a.selected:link, #nav_aboutus a.selected:hover, #nav_aboutus a.selected:visited, #nav_aboutus a.selected:visited:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px 0px no-repeat;}
#nav_newsevents a.selected:link, #nav_newsevents a.selected:hover, #nav_newsevents a.selected:visited, #nav_newsevents a.selected:visited:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px -21px no-repeat;}
#nav_programs a.selected:link, #nav_programs a.selected:hover, #nav_programs a.selected:visited, #nav_programs a.selected:visited:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px -42px no-repeat;}
#nav_getinvolved a.selected:link, #nav_getinvolved a.selected:hover, #nav_getinvolved a.selected:visited, #nav_getinvolved a.selected:visited:hover { background: url(http://www.kalca.org/img/navigation.gif) -118px -63px no-repeat;}

/*---------------LAYOUT BOXES----------------------*/

#Content {
	float: left;
	margin: 0px 0 0 0;
	padding: 0px 0 0px 0;
	text-align: left;
	background: #ffffff;
}

.HomePage {
	background: url(http://www.kalca.org/img/home_bottom.gif) no-repeat bottom left #ffffff;
}

.AboutPage {
	background: url(http://www.kalca.org/img/about_bottom.gif) no-repeat bottom left #ffffff;
}

.NewsEventsPageFrame {
	background: url(http://www.kalca.org/img/newsevents_bottom.gif) no-repeat bottom left #ffffff;
}

.NewsPage {
	background: url(http://www.kalca.org/img/news_bottom.gif) no-repeat bottom left #ffffff;
}

.ProgramsPage {
	background: url(http://www.kalca.org/img/programs_bottom.gif) no-repeat bottom left #ffffff;
}

.GetInvolvedPage {
	background: url(http://www.kalca.org/img/getinvolved_bottom.gif) no-repeat bottom left #ffffff;
}

#MainCol {
	margin: 0;
	float: left;
	padding: 0px 0px 0 0;
	margin: 0 0 0 25px;
	width: 400px;
}
#SubCol {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 185px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px; } html>body #SubCol { width:185px; }

#MiddleCol {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 185px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px; } html>body #MiddleCol { width:185px; }

#MainColSecondary {
	margin: 0;
	float: left;
	padding: 0px 0px 0 0;
	margin: 0 0 0 25px;
	width: 610px;
}

#NewsCol {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 292px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 292px; } html>body #NewsCol { width:292px; }
	
#EventsCol {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 293px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 293px; } html>body #EventsCol { width:293px; }

.SectionHeader {
	padding: 8px 0 8px 0;
	margin: 0 0 10px 0;
}

#AboutUsSection {
	border-bottom: 2px solid #4CAEE5;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
#AboutUsSection .SectionHeader {
	border-top: 2px solid #4CAEE5;
	border-bottom: 1px solid #4CAEE5;
}

#AboutUsSection .SectionHeader h3{
	color: #4CAEE5;
}

#AboutUsPage {
	border-top: 2px solid #4CAEE5;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
#EventsSection {
	border-bottom: 2px solid #8CC63F;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

.HomePage #EventsSection {
	border-bottom: none;
	margin: 0 0 0px 0;
}

#EventsSection .SectionHeader {
	border-top: 2px solid #8CC63F;
	border-bottom: 1px solid #8CC63F;
}

#EventsSection .SectionHeader h3{
	color: #8CC63F;
}

#ContactSection {
	border-bottom: 2px solid #871FB2;
	margin: 0 0 0px 0;
	padding: 0 0 5px 0;
}

.HomePage #ContactSection {
	border-bottom: none;
	margin: 0 0 0px 0;
}
#ContactSection .SectionHeader {
	border-top: 2px solid #871FB2;
	border-bottom: 1px solid #871FB2;
}

#ContactSection .SectionHeader h3{
	color: #871FB2;
}

#ProgramsSection {
	border-bottom: 2px solid #FFB717;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

.HomePage #ProgramsSection {
	border-bottom: none;
	margin: 0 0 0px 0;
}

#ProgramsSection .SectionHeader {
	border-top: 2px solid #FFB717;
	border-bottom: 1px solid #FFB717;
}

#ProgramsSection .SectionHeader h3{
	color: #FFB717;
}

#ProgramsPage {
	border-top: 2px solid #FFB717;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

#GetInvolvedSection {
	border-bottom: 2px solid #A732CE;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

#GetInvolvedSection .SectionHeader {
	border-top: 2px solid #A732CE;
	border-bottom: 1px solid #A732CE;
}

#GetInvolvedSection .SectionHeader h3{
	color: #A732CE;
}

#GetInvolvedPage {
	border-top: 2px solid #A732CE;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

.NewsEventsPage {
	border-top: 2px solid #8CC63F;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

.NewsEventsPage .SectionHeader {
	border-bottom: 1px solid #8CC63F;
}


.HomeBanner {
	position: relative;
	width: 400px;
	height: 250px;
	margin: 0 0 20px 0;
}

.BannerStripe {
	width: 400px;
	height: 250px;
	background: url(http://www.kalca.org/img/banner_bg.png) no-repeat top left;
}

.HomeBannerContent {
	position: absolute;
	width: 375px;
	padding: 12px 10px 5px 15px;
	bottom: 0px;
	background: url(http://www.kalca.org/img/bannercontent_bg.png);
}

.EventsListHome {
	border-bottom: 1px solid #DEEACC;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

.Last {
	border-bottom: none;
	margin: 0;
}
/*------------MISCELLANEOUS-----------------------*/

.searchfield {
border: 1px solid #626366;
height: 18px;
top: 0px;
}
.textareafield {
border: 1px solid #626366;
top: 0px;
}

.sectiontitle{
margin: 0 0 15px 0;
}

#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 0px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #1c1c1c;
}
#BodyText img{
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #4C4C4C; }

#BodyText #AboutUsSection p {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	color: #4C4C4C; }

#BodyText .HomeBannerContent p {
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #ffffff; }

#BodyText .EventsListHome p.date {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
	color: #4C4C4C; }

#BodyText .SmallText p {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #4C4C4C; }

#BodyText p.nobreak {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	color: #4C4C4C; }

#BodyText .YellowBox p {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	color: #4C4C4C; }

#BodyText .YellowBox p strong{
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #935906; }
	

#BodyText p.smalltext {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #4C4C4C; }
	
#BodyText td p {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #4C4C4C; }

#BodyText ul {
	list-style-type: disc;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #4C4C4C;
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 25px;
}

#BodyText ul li {
	font-size: 12px;
	background: none;
	padding: 0px 0px 5px 5px;
	margin 0;
}

#BodyText ul.subnavigation {
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #4C4C4C;
	padding: 0px 0px 0px 0px;
	margin: 0 0 15px 0px;
}
 
#BodyText ul.rssMenu {
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #4C4C4C;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0px 0px;
}

#BodyText ul.subnavigation li, #BodyText ul.rssMenu li {
	font-size: 11px;
	background: url(http://www.kalca.org/img/bubble_bullet.gif) no-repeat top left #ffffff;
	text-transform: uppercase;
	padding: 0px 0px 5px 20px;
	margin 0;
}

#BodyText ul.subnavigation li.current, #BodyText ul.rssMenu li.current {
	font-size: 11px;
	background: url(http://www.kalca.org/img/bubble_bullet_a.gif) no-repeat top left #ffffff;
	text-transform: uppercase;
	padding: 0px 0px 5px 20px;
	margin 0;
}

#BodyText ul.subnavigation li.current a:link, #BodyText ul.subnavigation li.current  a:visited { color: #4C4C4C; text-decoration: none;}
#BodyText ul.subnavigation li.current a:hover, #BodyText ul.subnavigation li.current a:visited:hover { color: #4C4C4C;text-decoration: none; }


#BodyText h6 {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #3F3F3F; }

#BodyText h5 {
	padding: 0px 0px 8px 0px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #000000; }

#BodyText h4{
	padding: 0px 0px 7px 0px; 
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #000000; }
	
#BodyText h3 {
	padding: 0px 0px 0px 0px; 
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #000000; }

#BodyText .HomeBannerContent h3 {
	padding: 0px 0px 5px 0px; 
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff; }

#BodyText h2 {
	padding: 5px 0px 10px 0px;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #666666; }
	
#BodyText h1 {
	padding: 0px 0px 10px 0px;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #666666; }

#BodyText a:link, #BodyText a:visited { color: #EA2470; text-decoration: none;}
#BodyText a:hover, #BodyText a:visited:hover { color: #4C4C4C;text-decoration: underline; }

#BodyText .HomeBannerContent a:link, #BodyText .HomeBannerContent a:visited { color: #ffffff; text-decoration: none;}
#BodyText .HomeBannerContent a:hover, #BodyText .HomeBannerContent a:visited:hover { color: #ffffff;text-decoration: underline; }


dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
}

dd {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;	
}

.rssSubdate {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
}

/*-------------- Copyright Footer -----------------*/

#Copyright {
	float: right;
	margin: 15px 0 0 0;
}

#Copyright h5 {
	margin: 0px 0px 0 0;
	padding: 0px 0 0 0;
	border-bottom: none;
	color: #4c4c4c;
	font-size: 10px;
	font-weight: normal;
	}

#Copyright a:link, #Copyright a:visited { color: #4c4c4c; text-decoration: none; font-weight: normal;}
#Copyright a:hover, #Copyright a:visited:hover { color: #FF8B00;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}