@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}
	
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/bodytile.gif);
	background-repeat: repeat-x;
	background-color: #C6D7E4;
	}
	.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../img/footerGraphic.png) no-repeat bottom;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
#topMostBar {
	background-color: #0F88D2;
	background-repeat: no-repeat;
	height: 60px;
	background-image: url(../img/topMostBarGraphic.gif);
	background-position: bottom;
}
#topNavBar {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topBarSection {
	margin-bottom: 0px;
	background-color: #052D4A;
	height: 232px;
	background-image: url(../img/gradiantBar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#topNavBar #TopNav {
	font-family: Tahoma, Tahoma-Bold;
	font-size: 12px;
	font-weight: bolder;
	list-style-type: none;
	text-align: center;
}
#topNavBar #TopNav li {
	display: inline;
	text-align: center;
	vertical-align: baseline;

}
.here {
	background-color: #0F88D2;
	background-image: url(../img/menu_Button.png);
	background-repeat: repeat-x;
}
#topNavBar #TopNav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-top: 10px;
	width: 90px;
	
	
}
#topNavBar #TopNav li a:hover {
	background-color: #0F88D2;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(../img/menu_Button.png);
	background-repeat: repeat-x;
	width: 90px;
	background-position: top;
}
#topNavBar #TopNavli  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#ContentSection {
}
#ContentSection #MainContentLeft {
	width: 465px;
	font-size: 12px;
	padding: 0px 22px 12px 35px;
	float: left;
	color: #FFFFFF;
}
#ContentSection #rightContent {
	float: left;
	background-color: #042A51;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	width: 235px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image: url(../img/bottomrightbar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 12px;
}
#videoLinks {
	font-size: 16px;
	list-style-type: none;
	text-indent: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	list-style-position: outside;
}
#videoLinks li {
	margin-bottom: 8px;
	font-weight: lighter;
	text-transform: uppercase;
}
#footerLogo      {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	background-image: url(../img/ks&tLogo.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 180px;
	
}
#footer {
	clear: left;
	padding: 8px 8px 8px 32px;
	font-size: 10px;
	color: #666666;
	font-family: Tahoma, Tahoma-Bold;
	text-align: left;
	background-color: #FFFFFF;
}
#MainContentLeft h2 {
	font-size: 16px;
	margin-bottom: 6px;
	color: #0f88d2;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: lighter;
}
#MainContentLeft h3 {
	color: #062951;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 4px;
	font-weight: lighter;
}
#MainContentLeft h4 {
	color: #062951;
	font-size: 12px;
	margin-bottom: 12px;
	font-weight: bold;
	}
#MainContentLeft p {
	color: #062951;
	margin-bottom: 8px;
	margin-bottom: 6px;
}
#MainContentLeft ol{
	list-style-position: outside;
	margin-left: 26px;
	margin-top: 16px;
	margin-right: 24px;
	margin-bottom: 16px;
	color: #062951;
}
#MainContentLeft li{
	margin-bottom: 4px;
}
#videoLinks  li  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#videoLinks  li  a{
	color: #FFFFFF;
	text-decoration: none;
	float: none;
	width: 200px;
}
#rollover {
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 200px;
	padding-left: 32px;
	padding-top: 2px;
}

.oneColFixCtrHdr #container #ContentSection #rightContent #videoLinks img {
	margin-right: 2px;
	vertical-align: bottom;
}
.oneColFixCtrHdr #newFooter {
	font-family: Tahoma, Tahoma-Bold;
	font-size: 10px;
	color: #1D3D95;
	background-image: url(../img/footerGraphic.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	margin: 0 auto;
	height: 49px;
	clear: left;
}
.oneColFixCtrHdr #container #ContentSection #sidebarBanner {
	float: right;
	margin-left: 0px;
	margin-top: 8px;
	padding-top: 10px;
	width: 232px;
	text-align: right;
	margin-right: 12px;
}
#SecondMostBar #pageTitleIcon {
	display: block;
	top: 70px;
	position: relative;
	left: 12px;
	width: 550px;
	height: 60px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #newFooter a, .oneColFixCtrHdr #newFooter a:hover {
	color: #4960AA;
}
a, a:hover, a:visited {
	color: #0088D2;
}

