html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;	
	background-color: #FFFFFF;
	font-size: 12pt;	
	font-family: Verdana;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
#wrapper {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
#header {
	background-image: url(../../../templates/kbdb/img/kbdb_front.png);
	min-height: 248px;
	background-color: #ACC5D9;
	background-repeat: no-repeat;
}
#links {
	color: #666633;
	font-size: 0.75em;
	width: 100%;
	font-weight: bold;
	position: relative;
	top: 200px;
}
#linksbackground {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background-color:#FFFFFF;
	background-color:#FFFFFF;
	height:48px;
	opacity:0.5;
	position:relative;
	width:100%;
}
#menulinks {
	position: absolute;
	top: 0px;
	margin-top: 5px;
}

#middle {
}

#content {
	width: 100%;
	float: left;
	background-image: url(../../../templates/kbdb/img/content_bg.jpg);
	background-repeat: repeat-x;
}
#contentheader {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #99cc99;
}
#contenttext {
	color: #000000;
	font-size: 12pt;
	font-family: Verdana;
	padding: 20px;	
}

#menulist {
	list-style-type: none;	
}
#submenu {
	list-style-type: none;		
}
#menulist a{
	color: #2266AE;
	font-size: 1.5em;
}
#menulist li {
	float: left;
	margin: 5px;
}
a {
	color: #003068;
	font-size: 1em;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
