@charset "utf-8";
/* CSS Document */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #4D9AE8;
	background-image: url(/images/layout/bkgrnd-gradient1_01.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtr #container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1173ca;
	border-right-color: #1173ca;
	border-bottom-color: #1173ca;
	border-left-color: #1173ca;
}
.contentBkgrnd {
	background-image: url(/images/layout/K-W-content-top_05_05.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-top: 4px;
	left: -1px;
	width: 100%;
	background-color: #FFFFFF;
}
#header {
	background-image: url(/images/Header-new_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 216px;
	width: 989px;
}
#navBar1 {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	top: 192px;
	font-weight: bold;
	position: relative;
}
p {
	padding-right: 20px;
	padding-left: 20px;
}
h1, h2, h3, h4, h5, h6 {
	padding-right: 20px;
	padding-left: 20px;
	color: #074985;
}
#footerLeft {
	float: left;
	width: 400px;
	margin-left: 20px;
	font-weight: bold;
	height: 28px;
}
#footerRight {
	float: right;
	width: 270px;
	margin-right: 20px;
	font-weight: bold;
	height: 28px;
}
#footerRight a {
	font-weight: bold;
	text-decoration: none;
	color: #1D5DB1;
}
#footerRight a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #D31F31;
}
.aDivisionOf {
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: -18px;
	color: silver;
}
.titleBoxBlue {
	color: #FFFFFF;
	background-color: #4D9AE8;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #D41F36;
	width: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-variant: small-caps;
}
.titleBoxRed {
	color: #FFFFFF;
	background-color: #D41F36;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 4px solid #205FB2;
	width: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-variant: small-caps;
}
.photos a {
	color: #1D5DB1;
}
.photos a:hover {
	color: #D31F31;
}
.textRed {
	color: #D31F31;
}
.textBlue {
	color: #205FB2;
}
.textWhite {
	color: #FFFFFF;
}
.textSilver {
	color: silver;
}


.textSmall {
	font-size: x-small;
}

.clearBoth {
	clear: both;
	float: none;
}
.colorBlue {
	color: #4D9AE8;
}
