﻿body {
	
	font-family: Verdana;
	font-size: 12pt;
	color: #8B4513;
	background-color: Yellow;
}

h1 {
	text-align: center;
}

h2 {
	
}

h3 {
	padding: 0 10px 0 10px;
	width: inherit;
	text-decoration: underline;
}

.kcracontent {
	display: block;
  	position: static;
  	top: 20px;
  	border: 2px solid Black;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	max-width: 1004px;
	min-width: 760px;
	/*  width: expression(document.body.clientWidth < 760? "760px" : document.body.clientWidth > 1004? "1004px" : "auto");*/
}

.kcrapagecontent {
	padding: 0 10px 0 10px;
	width: inherit;
}

.kcramission {
	padding: 0 10px 0 10px;
	width: inherit;
	font-style: italic;
	font-size: 11pt;
}

.kcradate {
	font-weight:bold
}

.kcramissionheader {
	padding: 0 10px 0 10px;
	width: inherit;
	font-weight: bold;
	line-height: 50%;
}

.kcrapagecontent a:hover {
	color: Blue;
}

.kcrapagecontent a:link {
	color: Navy;
}

.kcrapagecontent a:visited {
	color: Olive;
}

.kcrapagecontentlabels {
	color: Red;
}

.footer {
	font-family: Verdana;
	font-size: 10pt;
	background: #948836;
	color: White;
}

.footer a:hover {
	color: #FF8000;
}

.footer a:link {
	color: Yellow;
}

.footer a:visited {
	color: #FFD700;
}

.MenuStaticMenu
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
}

.MenuDynamicMenu {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
}

.MenuStaticItems {
	font-family: Verdana;
	font-size: 11pt;
	color: Black;
	font-weight: bold;
}

.MenuDynamicItems {
	font-family: Verdana;
	font-size: 11pt;
	color: Black;
	font-weight: bold;
}

.MenuDynamicHover {
	font-family: Verdana;
	font-size: 11pt;
	color: Yellow;
	font-weight: bold;
}

.MenuStaticHover {
	font-family: Verdana;
	font-size: 11pt;
	color: Yellow;
	font-weight: bold;
}

.MenuStaticSelected {
	font-family: Verdana;
	font-size: 11pt;
	color: White;
	font-weight: bold;
}

.MenuDynamicSelected {
	font-family: Verdana;
	font-size: 11pt;
	color: #A0522D;
	font-weight: bold;
}

.BreadCrumbRoot {
	font-family: Verdana;
	font-size: 11pt;
	color: Black;
}

.BreadCrumbNode {
	font-family: Verdana;
	font-size: 11pt;
	color: Black;
}

.BreadCrumbCurrent {
	font-family: Verdana;
	font-size: 11pt;
	color: Black;
}

.BreadCrumbSeparator {
	font-family: Verdana;
	font-size: 11pt;
	color: Black}


