body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color: #FFFFFF;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width: 700px;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
}


a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	color: #0066FF;
}

h2{
	font-size: 114%;
	color: #999999;
}

h3{
 font-size: 110%;
 color: #334d55;
}

h4{
 font-size: small;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
/*********** #navigation styles ***********/				
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 1px;
	line-height: 18px;
	z-index: 100;
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	color: #666666;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #649FE5;
	color: #333333;
}

.nav {
	width: auto;
	float: left;
	text-align: center;
	font-size: 110%;
	height: 20px;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.nav a{
	color: #666666;
}
	
#masthead{
	width: 700px;
	height: 155px;
	background-image: url(../images/kdt_banner2.jpg);
	background-repeat: no-repeat;
}

#navBar{
	background-color: #eeeeee;
	height:100%;
	border-right-color: #00529C;
	border-bottom-color: #00529C;
	float: left;
	width: 80px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#content{
	margin: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 685px;
	min-height:350 px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-top: 10px;
	text-align: left;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

html>body #content{height:350}

#menu{
	list-style-type: none;
}
#menu li {
	list-style-type: none;
}


/*********** #navBar link styles ***********/

#sectionLinks{
	font-size: 12px;
	width: 220px;
	float: right;
	background-color: #FFFFFF;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sectionLinks li{
	list-style-type: none;
	list-style-position: outside;
}

#sectionLinks h3{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#sectionLinks a:link{
	width: 100%;
	width: auto;
	list-style-type: none;
	color: #333333;
}

#sectionLinks a:visited{
	color: #999999;

}

#sectionLinks a:hover{
	color: #666666;
}
#footer {
	width: 700px;
	height: 25px;
