/* KCC Site Style Sheet */


/*
*	These classes are for the main welcome page.
*/
.kccmainheader {font-size: x-large;
		font-weight: bolder;
		font-family: sans-serif;
		color: #0000A0;
		text-align: center }

.importanttext {
		font-size: large;
		text-align: left }

.valignimages {	vertical-align: middle
		}

/* .kccmainbody { background: white url(/kccmain/images/img_2411_grey.jpg) } */
.kccmainbody { background: white url(/kccmain/images/kccbg_2411b.jpg) }
.kccmainbodytext { padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		width: 40em }

/*
*	These classes are for the info pages.
*/
.kccinfoheader {font-size: x-large;
		font-weight: bolder;
		font-family: sans-serif;
		color: #0000A0;
		text-align: center }

.kccinfobody { background: white url(/kccmain/images/kccbg_2411b.jpg)}
.kccinfodeepbody { background: white }
.kccinfobodytext { padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		width: 40em }
.kccinfobodydetail {
		font-size: smaller;
		padding-left: 10px;
		padding-right: 10px;
		width: 40em }

.infoimportanttext {
		font-size: large;
		text-align: left }

.kccbodydetail { background: #e0f0d0; }

.kccbodydetail h1 { text-align: center; }

.biggreylogo	{	font-size: x-large;
			font-family: sans-serif;
			font-weight: bolder;
			color: #a0a0a0;
		}

/*
*	Site Footer
*/
.kccsiteFooter {
	font-size: small;
	text-align: center
	}

/*
*	Supporting Tooltip
*/

.tooltipShadow {
	background: url(/kccmain/images/kcctt_2411a.jpg);
	}

.tooltipContent {
	left: -4px; top: -4px;
	background-color: transparent;
	background: url(/kccmain/images/kcctt_2411a.jpg);
	/*border: solid black 1px;*/
	padding: 5px;
	font: bold 10pt sans-serif;
	}

/* a class for the tooltip items to distinguish text from common text */
.tooltip { background-color: transparent;
	color: #1010A0;
	}

/* General positioning classes */
.commentedimage { /*margin-left: 20%;*/
		float: right
		}

/* General classes */
.deepblue { color: #0000A0; }
.imglink { border-style: none;
		padding: 1em }
