@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.kbcure #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
}
.kbcure #banner {
	background-image: url(images/kbcure_banner.jpg);
	height: 210px;
	background-color: transparent;
}
.kbcure #leftcol {
	width: 512px;
	float: left;
	height: 1700px;
}
.kbcure #leftcol #morebanner {
	background-image: url(images/kbcure_banner_bottom.jpg);
	height: 250px;
}
.kbcure #leftcol #lisaletter {
	background-color: #FFFFFF;
	margin-left: 48.5px;
	height: 998px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.kbcure #leftcol #kbiarea {
	width: 404px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	height: 404px;
	margin-left: 48px;
	font-size: 10px;
	color: #000000;
	padding-left: 60px;
	background-image: url(images/kbi_site_bkgrd.jpg);
	padding-top: 50px;
}

.kbcure #leftcol #kbiarea a
{
	display: block;
	width: 190px;
	border-bottom: 1px solid #777777;
	border-bottom-color: #777777;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	height: 34px;
	vertical-align: middle;
	background-image: url(images/BulletInactive.png);
	background-repeat: no-repeat;
	color: #777777;
	line-height: 33px;
	background-position: left center;
}

.kbcure #leftcol #kbiarea a:hover {
	background-color: #777777;
	color: #FFFFFF;
	background-image: url(images/BulletActive.png);
	background-repeat: no-repeat;
	display: block;
}

.kbcure #leftcol #kbiarea a:active {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/BulletDown.png);
	background-repeat: no-repeat;
	display: block;
}

.kbcure #leftcol #kbiarea a span {padding-left:25px;}

.kbcure #rightcol {
	width: 511px;
	float: right;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	height: 1720px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.kbcure #rightcol #pinktop {
	height: 430px;
	color: #FFFFFF;
}
.kbcure #rightcol #pinktop #pinktoptop {
	height: 90px;
	background-image: url(images/pink_toptop_bkgrd.jpg);
	margin-right: 20px;
	text-align: right;
}
.kbcure #rightcol #pinktop #pinktopleft {
	width: 244px;
	height: 190px;
	background-image: url(images/pink_topleft_bkgrd.jpg);
	float: left;
	font-size: 12px;
	text-align: center;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 130px;
}
.kbcure #rightcol #pinktop #pinktopright {
	width: 221px;
	height: 105px;
	background-image: url(images/pink_topright_bkgrd.jpg);
	float: right;
	text-align: center;
	padding-top: 215px;
	padding-right: 16px;
}
.kbcure #rightcol #pinktop h1 {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
.kbcure #rightcol #pinkbottom {
	height: 490px;
	background-color: #000000;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 16px;
}
.kbcure #rightcol #pinkbottom #pinkbottomleft {
	text-align: center;
	width: 204px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
}
.kbcure #rightcol #pinkbottom #pinkbottomright {
	text-align: center;
	float: right;
	width: 225px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 12px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}

.kbcure #rightcol #yellowtop {
	height: 230px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 40px;
	margin-left: 40px;
}
.kbcure #rightcol #yellowtop h2 {
	color: #FFFE4B;
	font-size: 18px;
}
.kbcure #rightcol #yellowtop h3 {
	color: #FFFE4B;
	font-size: 16px;
}

.kbcure #rightcol #yellowbottom {
	height: 480px;
	background-color: #000000;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 16px;
}
.kbcure #rightcol #yellowbottom #yellowbottomleft {
	text-align: center;
	width: 204px;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
}
.kbcure #rightcol #yellowbottom #yellowbottomright {
	text-align: center;
	float: right;
	width: 225px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 12px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}



.font10 {font-size: 10px}
.font12 {font-size: 12px}
.font14 {font-size: 14px}
.font16 {font-size: 16px}
.font18 {font-size: 18px}
.font22 {font-size: 22px}
.font26 {font-size: 26px}
.font30 {font-size: 30px}
.font36 {font-size: 36px}
.fontRed {color: #FF0000}
.fontPink {color: #D690AC}
.fontYellowk {color: #FFFE4B}
