body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #C0C0C0;
}

#banner{
height: 125px; /*Height of top section*/
background-image: url(KB01.png);
background-repeat: no-repeat;
background-position: center top;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to leftnavWidth*/
}

#leftnav{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
}

#footer{
clear: left;
width: 100%;
color: #0741D3;
text-align: center;
font-size: 80%;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #4D6993;
}

.text2 {
	font-size: 10px;
	color: #B7B7B7;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	font-size: 120%;
}

a {
	color: #0741D3;
}

#a:hover {
#	COLOR: #333; text-decoration: none;
#}

a.link1 {
	color: #4D6993;
}

a.link2 {
	color: #FFFFFF;
}

a.link3 {
	font-size: 22px;
	color: #4D6993;
}

.clearer {
	clear: both;
}

.drag{
position:relative;
cursor:hand;
z-index: 100;
}