@charset "UTF-8";
/* CSS Document */

}
a:link {
	color: #01169e;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #01169e;
}
a:active {
	text-decoration: none;
	color: #01169e;
}


body {
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#07172d;
}

#introheader {
	width:820px;
	height:206px;
	background-image:url(images/header1.jpg);
}

#header {
	width:820px;
	height:206px;
	background-image:url(images/header2.jpg);
}
	
#navigation {
	widows:820px;
	height:24px;
	text-align:left;
	vertical-align:top;
}

#body_space {
	width:820px;
	height:4px;
	background-image:url(images/body_space.jpg);
}

#intropage {
	width:570px;
	height:297px;
	text-align:left;
	vertical-align:top;
	background-image:url(images/TKO_lead.jpg)
}

#content {
	width:570px;
	height:100%;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#content {
	width:550px;
	height:100%;
	margin-left:15px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	vertical-align:top;
}

#sidebar {
	width:227px;
	height:100%;
	margin-left:8px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer {
	width:820px;
	height:41px;
	background-image:url(images/bottom.jpg);
}

.sidebarheads {
color:#FFFF00
}
