/* Advanced CSS - will not display in SiteCM Editor */

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/kyn/kyn_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFDDBC;
}

/* Standard Page Layout & Design Declarations */

.MainContentWrapper {
	padding: 20px;
	padding-top: 0px;
}

.MainContent {
	width: 473px;
}

.ContentBg {
	background: url(/images/kyn/kyn_content_bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.LeftBg {
	background: url(/images/kyn/kyn_left_repeat.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.LeftNav {
	margin: 0;
	padding: 0;
	background: url(/images/kyn/lhs_bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.LogoBottom {
	float: left;
	padding-right: 10px;
}

.LeftNav a, .LeftNav a:link, .LeftNav a:active, .LeftNav a:visited {}

.LeftNav a:hover {}

.LeftNav a.homelink, .LeftNav a.homelink:link, .LeftNav a.homelink:active, .LeftNav a.homelink:visited {}

.LeftNav a.homelink:hover {}

.ChangeLanguage {
	display: block;
	width: 418px;
	height: 68px;
	text-align: right;
	font-size: 10px;
	color: #D16700;
}

.ChangeLanguage a:link, .ChangeLanguage a:active, .ChangeLanguage a:visited {
	font-size: 10px;
	color: #D16700;
	text-decoration: none;
}

.ChangeLanguage a:hover {
	color: #3F006B;
	text-decoration: none;
}

.RightBg {
	background: url(/images/kyn/kyn_top_right_repeat.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.Breadcrumb, .BreadcrumbPrefix {
	font: normal 9px Verdana, Arial, Sans-Serif;
	color: #999999;
	padding-top: 5px;
}

.Breadcrumb a, .Breadcrumb a:link, .Breadcrumb a:active, .Breadcrumb a:visited {
	font: bold 10px Verdana, Arial, Sans-Serif;
	color: #3F006B;
	text-decoration: none;
}

.Breadcrumb a:hover {
	color: #D16700;
	text-decoration: underline;
}

.PrintEmail {
	text-align: right;
	padding-right: 20px;
}

.Copyright {
	font: normal 10px Verdana, Arial, Sans-Serif;
	color: #D16700;
}

.Copyright a, .Copyright a:link, .Copyright a:active, .Copyright a:visited {
	font: bold 10px Verdana, Arial, Sans-Serif;
	color: #D16700;
	text-decoration: none;
}

.Copyright a:hover {
	color: #3F006B;
	text-decoration: underline;
}

#footertoprint { display: none; }

/* QUIZ */

.QuizQuestion {}

.QuestionNum {
	color: #3F006B;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
}

.QuizTopContent {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-right: 25px;
	background: url(/images/kyn/kyn_quiz_top_repeat.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.QuizTopContent .Question { font-weight: bold; }
.QuizTopContent .Instructions { padding-top: 10px; padding-bottom: 10px; font-size: 10px; }
.QuizTopContent .Answer {}

.QuizBottomContent {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-right: 65px;
	background: url(/images/kyn/kyn_quiz_bottom_repeat.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.NextQuestion {
	text-align: right;
	padding-right: 50px;
}


.NextQuestion a:link, .NextQuestion a:active, .NextQuestion a:visited {
	color: #3F006B;
	text-decoration: none;
}

.NextQuestion a:hover {
	color: #D16700;
	text-decoration: underline;
}