/* Copyright Fraek Design, 2004 */

@import "kmba_tabler.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	background-color: #ddd;

	color: #000;
	margin: 0;
	padding: 0px;
	width: 1000px;
}

a:link {
	color: #900;
	text-decoration: none;
}

a:visited {
	color: #900;
	text-decoration: none;
}

a:active {
	color: #c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

div#maincontainer {
	position: relative;
	display: block;
	top:0px;
	left:0px;
	border: 3px dotted #f00;
	margin: 0px;
	padding: 0px;
	background: #edd;
}

div#logo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 126px;
	overflow: hidden;

	background-color: #85c69a;
	border-top: #000000 2px solid;
	border-bottom: #000000 0px solid;
	border-left: #000000 2px solid;
	border-right: #000000 0px solid;
	padding: 4px 1px 4px 1px;
	margin: 0px;
	
	text-align: center;
}

div#header {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 98px;
	width: 866px;

	background-color: #137c35;
	border-top: #000000 2px solid;
	border-bottom: #000000 0px solid;
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
	padding: 0px;
	margin: 0px;

	color: #ffff99;
	text-align: center;
	font-size: +300%;
	font-weight: bold;

	overflow: hidden;
}

div#menu {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
/*	height: 392px; */
	min-height: 392px;
	width: 124px;

	background-color: #38a15a;
	color: #ffff99;
	font-weight: bold;
	font-size: 100%;

	margin: 0px;
	margin-right: -2px;
	border: #000000 2px solid;
	padding: 1em 2px;

	text-align: left;
	
	overflow: visible;
}

div#menu div.sub {
	position: relative;
	display: block;
	top: 1px;
	left: 10px;

	border-left: #85c69a 2px solid;
	padding-left: 2px;

	overflow: hidden;
}	
	

div#content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
/*	height: 361px;*/
	min-height: 361px;
	width: 726px;
	overflow: auto;	

	background-color: #cccccc;
	background-position: 100px 0px;
	background-image: url("images/background.gif");
	background-repeat: no-repeat;
	color: #000;
	font-style: normal;

	margin: 0px;
	border: 2px #000000 solid;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	text-align: left;
	text-decoration: none;

	overflow: visible;
}
div#sponsors{
	width: 114px;
	margin-left: -2px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	padding: 2px;
	
	float: left;
	text-align: center;
}
div#sponsors img{
	border: none;
}
div#sponsors .sponsor{
	width: 100px;
	height: 100px;
	background-color: #cccccc;
	margin: 7px;
}
div#sponsors .sponsor img{
	max-width: 100px;
	max-height: 100px;
}

#title_sponsor{
	text-align: center;
	margin: auto;
	display: block;
	clear: left;
	border: none;
}


div#foot {
	position: relative;
	display: block;
	float: none;
	clear: left;
	width: 80%px;
	top: 0px;
	left: 0px;

	padding: 5px;
	margin: 25px;

	font-style: italic;
	font-size: 90%;
	text-align: center;
}

div.an_title {
	background-color: #137c35;
	position: relative;
	top: -7px;
	left: -7px;
	width: 486px;
	padding: 5px;
	border: 2px #000000 solid;

	color: #ffff99;
	text-align: center;
	text-decoration: underline;
	font-size: +150%;
	font-weight: bold;
	letter-spacing: 3px;

	z-index: +1;
}

div.an_body {
	position: relative;
	top: 0px;
	left: 50px;
	width: 636px;

	background-color: #85c69a;
	color: #000000;
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	border: 2px #000000 solid;
	text-align: left;
}

p {
	margin-top: 2px;
}


.comment {
	text-align: center;
	font-style: italic;
	font-size: 90%;
}

table {
    font-size: 100%;
    border-collapse: collapse;
}
table tr td {
	margin:0px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

div.error{
	border: 2px solid #900;
	background-color: #fdd;
	margin: 1em;
	padding: 1em;
}

/* Copyright Fraek Design, 2004 */