/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	margin: 0px;
	background-color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftNav{
	width:208px;
	background-color: #f9f9f9;
	height: 100%;
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
}

/************ sectionLinks styles **************/
#mainLinks {
	margin: 0px;
	padding: 0px;
}
#mainLinks  a:link, #mainLinks  a:visited {
	font-size: 12px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 0px 0px 52px;
	height: 20px;
	background-image: url(../Image/button/button_Unse.gif);
	background-repeat: no-repeat;
	background-position: 28px center;
}
#mainLinks a:hover {
	text-decoration: underline;
}
#mainLinks a#selecte {
	font-size: 12px;
	display: block;
	color: #769D00;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 0px 0px 52px;
	height: 20px;
	background-image: url(../Image/button/button_se.gif);
	background-repeat: no-repeat;
	background-position: 28px center;
}
#subLinks {
	margin: 0px;
	padding: 0px;
}
#subLinks  a:link, #subLinks  a:visited {
	font-size: 12px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 0px 0px 52px;
	height: 20px;
	background-image: url(../Image/button/button_SuUn.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
}
#subLinks a:hover {
	text-decoration: underline;
}
#subLinks a#selectedLM {
	font-size: 12px;
	display: block;
	color: #769D00;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 0px 0px 52px;
	height: 20px;
	background-image: url(../Image/button/button_SubSe.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
}
#kcLinks {
	margin: 0px;
	padding: 0px;
}
#kcLinks  a:link, #kcLinks  a:visited {
	font-size: 11px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 2px 0px 52px;
	height: 20px;
	background-image: url(../Image/button/button_SuUn.gif);
	background-repeat: no-repeat;
	background-position: 30px 8px;
	height:100%;
}
#kcLinks a:hover {
	text-decoration: underline;
}

#kcLinks a#selectedkc {
	font-size: 11px;
	display: block;
	color: #769D00;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 2px 0px 52px;
	height: 20px;
	background-image: url(../Image/button/button_SubSe.gif);
	background-repeat: no-repeat;
	background-position: 30px 8px;
	height:100%;
}
#calendarLinks {
	margin: 0px;
	padding: 0px;
}
#calendarLinks  a:link, #calendarLinks  a:visited {
	display: block;
	text-decoration: none;
	height: 132px;
	background-image: url(../Image/button/CalendarOff.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
#calendarLinks a:hover {
	text-decoration: underline;
}
#calendarLinks a#selecte {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	height: 132px;
	background-image: url(../Image/button/Calendar.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}

