@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	width:100%;
}

body{
	background:url(/images/ka_bg.gif);
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
}
a:link, a:visited{
	color:#800000;
	text-decoration:none;
}
a:hover, a:active{
	color:#800000;
	text-decoration:underline;
}
p{
	font-size:12px;
	line-height:21px;
}
li{
	line-height:21px;	
}

h1{
	font-size:18px;
	color:#800000;
}

h2{
	font-size:16px;
	color:#333333;
}

h3{
	font-size:14px;
	color:#800000;
}
/* +++++++++++++++++++++++++++++++ */
#pagewrapper{
	margin:0 auto;
	width:717px;
}
.clear1{
	width:100%;
	clear:both;
	height:1px;
	line-height:1px;
}
#topbg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:231px;
	background:url(/images/ka_topbg.png) repeat-x;
	z-index:-1;
}
#header{
	width:717px;
	height:231px;
	background:url(/images/ka_header.png) no-repeat;
}
#headermenu{
	padding:192px 0 0 40px;
	margin:0;
}
#maincontent{
	width:717px;
	background:url(/images/ka_pagebg.png) repeat-y;	
}
#maincontentwide{
	width:646px;
	margin:0 0 10px 34px;
	float:left;
}
#maincontentleft{
	width:386px;
	margin:0 8px 10px 34px;
	float:left;
}
#maincontentright{
	width:247px;
	margin:0 26px 10px 8px;
	float:left;
}
#footer{
	width:717px;
	height:87px;
	background:url(/images/ka_footer.png) no-repeat;
	text-align:center;
}
#footercontent{
	padding:33px 0 0 0;
}
#belowfooter{
	wdith:717px;
	height:50px;
	text-align:center;
}
#belowfootercontent, #belowfootercontent a{
	margin:0;
	color:#DEB05E; /* heavy cream like footer */
}
/* ==========  CALENDAR ===========*/
.month{
	font-size:16px;
	background:#800000;
	padding:5px 0 5px 10px;
	color:#F7EBD6;
}
.day{
	font-size:14px;
	color:#333333;
	margin:0 0 0 10px;
	border-bottom:1px #666 solid;
}
.event{
	margin:10px 0 10px 10px;	
}
